aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
authorSebastian Siewior <bigeasy@linutronix.de>2008-04-23 18:37:04 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2008-05-02 13:25:50 -0400
commitdb11e47dd7b09b7f76c7eaa236277f23391331e7 (patch)
tree56f2d03ddc18369128cb33b823ebc918af459985 /drivers/usb/host/Kconfig
parent886c35fbcf6fb2eee15687efc2d64d99b6ad9a4a (diff)
USB: ISP1760 HCD driver
This driver has been written from scratch and supports the ISP1760. ISP1761 might (should) work as well but the OTG isn't supported. Also ISO packets are not. However, it works on my little PowerPC board. Signed-off-by: Sebastian Siewior <bigeasy@linutronix.de> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig26
1 files changed, 26 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 0b87480dd713..acac56852b49 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -95,6 +95,32 @@ config USB_ISP116X_HCD
95 To compile this driver as a module, choose M here: the 95 To compile this driver as a module, choose M here: the
96 module will be called isp116x-hcd. 96 module will be called isp116x-hcd.
97 97
98config USB_ISP1760_HCD
99 tristate "ISP 1760 HCD support"
100 depends on USB && EXPERIMENTAL
101 ---help---
102 The ISP1760 chip is a USB 2.0 host controller.
103
104 This driver does not support isochronous transfers or OTG.
105
106 To compile this driver as a module, choose M here: the
107 module will be called isp1760-hcd.
108
109config USB_ISP1760_PCI
110 bool "Support for the PCI bus"
111 depends on USB_ISP1760_HCD && PCI
112 ---help---
113 Enables support for the device present on the PCI bus.
114 This should only be required if you happen to have the eval kit from
115 NXP and you are going to test it.
116
117config USB_ISP1760_OF
118 bool "Support for the OF platform bus"
119 depends on USB_ISP1760_HCD && OF
120 ---help---
121 Enables support for the device present on the PowerPC
122 OpenFirmware platform bus.
123
98config USB_OHCI_HCD 124config USB_OHCI_HCD
99 tristate "OHCI HCD support" 125 tristate "OHCI HCD support"
100 depends on USB && USB_ARCH_HAS_OHCI 126 depends on USB && USB_ARCH_HAS_OHCI