diff options
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 26 |
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 | ||
98 | config 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 | |||
109 | config 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 | |||
117 | config 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 | |||
98 | config USB_OHCI_HCD | 124 | config 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 |