aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r--drivers/usb/host/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 8d3df0397de3..f865be2276d4 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -207,6 +207,21 @@ config USB_OHCI_HCD
207 To compile this driver as a module, choose M here: the 207 To compile this driver as a module, choose M here: the
208 module will be called ohci-hcd. 208 module will be called ohci-hcd.
209 209
210config USB_OHCI_HCD_OMAP1
211 bool "OHCI support for OMAP1/2 chips"
212 depends on USB_OHCI_HCD && (ARCH_OMAP1 || ARCH_OMAP2)
213 default y
214 ---help---
215 Enables support for the OHCI controller on OMAP1/2 chips.
216
217config USB_OHCI_HCD_OMAP3
218 bool "OHCI support for OMAP3 and later chips"
219 depends on USB_OHCI_HCD && (ARCH_OMAP3 || ARCH_OMAP4)
220 default y
221 ---help---
222 Enables support for the on-chip OHCI controller on
223 OMAP3 and later chips.
224
210config USB_OHCI_HCD_PPC_SOC 225config USB_OHCI_HCD_PPC_SOC
211 bool "OHCI support for on-chip PPC USB controller" 226 bool "OHCI support for on-chip PPC USB controller"
212 depends on USB_OHCI_HCD && (STB03xxx || PPC_MPC52xx) 227 depends on USB_OHCI_HCD && (STB03xxx || PPC_MPC52xx)