aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/Kconfig')
-rw-r--r--drivers/usb/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index dcd49f1e96d0..ebd7237230e3 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -39,6 +39,7 @@ config USB_ARCH_HAS_OHCI
39 default y if ARCH_AT91 39 default y if ARCH_AT91
40 default y if ARCH_PNX4008 && I2C 40 default y if ARCH_PNX4008 && I2C
41 default y if MFD_TC6393XB 41 default y if MFD_TC6393XB
42 default y if ARCH_W90X900
42 # PPC: 43 # PPC:
43 default y if STB03xxx 44 default y if STB03xxx
44 default y if PPC_MPC52xx 45 default y if PPC_MPC52xx
@@ -58,6 +59,8 @@ config USB_ARCH_HAS_EHCI
58 default y if PPC_83xx 59 default y if PPC_83xx
59 default y if SOC_AU1200 60 default y if SOC_AU1200
60 default y if ARCH_IXP4XX 61 default y if ARCH_IXP4XX
62 default y if ARCH_W90X900
63 default y if ARCH_AT91SAM9G45
61 default PCI 64 default PCI
62 65
63# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface. 66# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface.