diff options
Diffstat (limited to 'drivers/usb/host/Kconfig')
| -rw-r--r-- | drivers/usb/host/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 2b476b6b3d4d..2c63bfb1f8d9 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
| @@ -140,6 +140,7 @@ config USB_OHCI_HCD | |||
| 140 | tristate "OHCI HCD support" | 140 | tristate "OHCI HCD support" |
| 141 | depends on USB && USB_ARCH_HAS_OHCI | 141 | depends on USB && USB_ARCH_HAS_OHCI |
| 142 | select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3 | 142 | select ISP1301_OMAP if MACH_OMAP_H2 || MACH_OMAP_H3 |
| 143 | select USB_OTG_UTILS if ARCH_OMAP | ||
| 143 | ---help--- | 144 | ---help--- |
| 144 | The Open Host Controller Interface (OHCI) is a standard for accessing | 145 | The Open Host Controller Interface (OHCI) is a standard for accessing |
| 145 | USB 1.1 host controller hardware. It does more in hardware than Intel's | 146 | USB 1.1 host controller hardware. It does more in hardware than Intel's |
| @@ -238,6 +239,23 @@ config USB_UHCI_HCD | |||
| 238 | To compile this driver as a module, choose M here: the | 239 | To compile this driver as a module, choose M here: the |
| 239 | module will be called uhci-hcd. | 240 | module will be called uhci-hcd. |
| 240 | 241 | ||
| 242 | config USB_FHCI_HCD | ||
| 243 | tristate "Freescale QE USB Host Controller support" | ||
| 244 | depends on USB && OF_GPIO && QE_GPIO && QUICC_ENGINE | ||
| 245 | select FSL_GTM | ||
| 246 | select QE_USB | ||
| 247 | help | ||
| 248 | This driver enables support for Freescale QE USB Host Controller | ||
| 249 | (as found on MPC8360 and MPC8323 processors), the driver supports | ||
| 250 | Full and Low Speed USB. | ||
| 251 | |||
| 252 | config FHCI_DEBUG | ||
| 253 | bool "Freescale QE USB Host Controller debug support" | ||
| 254 | depends on USB_FHCI_HCD && DEBUG_FS | ||
| 255 | help | ||
| 256 | Say "y" to see some FHCI debug information and statistics | ||
| 257 | throught debugfs. | ||
| 258 | |||
| 241 | config USB_U132_HCD | 259 | config USB_U132_HCD |
| 242 | tristate "Elan U132 Adapter Host Controller" | 260 | tristate "Elan U132 Adapter Host Controller" |
| 243 | depends on USB && USB_FTDI_ELAN | 261 | depends on USB && USB_FTDI_ELAN |
