aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/Kconfig')
-rw-r--r--drivers/usb/Kconfig4
1 files changed, 3 insertions, 1 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index dcd49f1e96d0..240750881d28 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -22,7 +22,6 @@ config USB_ARCH_HAS_HCD
22 default y if PCMCIA && !M32R # sl811_cs 22 default y if PCMCIA && !M32R # sl811_cs
23 default y if ARM # SL-811 23 default y if ARM # SL-811
24 default y if SUPERH # r8a66597-hcd 24 default y if SUPERH # r8a66597-hcd
25 default y if MICROBLAZE
26 default PCI 25 default PCI
27 26
28# many non-PCI SOC chips embed OHCI 27# many non-PCI SOC chips embed OHCI
@@ -39,6 +38,7 @@ config USB_ARCH_HAS_OHCI
39 default y if ARCH_AT91 38 default y if ARCH_AT91
40 default y if ARCH_PNX4008 && I2C 39 default y if ARCH_PNX4008 && I2C
41 default y if MFD_TC6393XB 40 default y if MFD_TC6393XB
41 default y if ARCH_W90X900
42 # PPC: 42 # PPC:
43 default y if STB03xxx 43 default y if STB03xxx
44 default y if PPC_MPC52xx 44 default y if PPC_MPC52xx
@@ -58,6 +58,8 @@ config USB_ARCH_HAS_EHCI
58 default y if PPC_83xx 58 default y if PPC_83xx
59 default y if SOC_AU1200 59 default y if SOC_AU1200
60 default y if ARCH_IXP4XX 60 default y if ARCH_IXP4XX
61 default y if ARCH_W90X900
62 default y if ARCH_AT91SAM9G45
61 default PCI 63 default PCI
62 64
63# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface. 65# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface.