aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/Kconfig')
-rw-r--r--drivers/usb/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 7a6499008b89..755823cdf62a 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -42,6 +42,10 @@ config USB_ARCH_HAS_OHCI
42 default y if PPC_MPC52xx 42 default y if PPC_MPC52xx
43 # MIPS: 43 # MIPS:
44 default y if SOC_AU1X00 44 default y if SOC_AU1X00
45 # SH:
46 default y if CPU_SUBTYPE_SH7720
47 default y if CPU_SUBTYPE_SH7721
48 default y if CPU_SUBTYPE_SH7763
45 # more: 49 # more:
46 default PCI 50 default PCI
47 51
@@ -50,6 +54,7 @@ config USB_ARCH_HAS_EHCI
50 boolean 54 boolean
51 default y if PPC_83xx 55 default y if PPC_83xx
52 default y if SOC_AU1200 56 default y if SOC_AU1200
57 default y if ARCH_IXP4XX
53 default PCI 58 default PCI
54 59
55# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface. 60# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface.