aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/Kconfig')
-rw-r--r--drivers/usb/Kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 7772e28a303f..0e865975899f 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -10,8 +10,8 @@ menu "USB support"
10config USB_ARCH_HAS_HCD 10config USB_ARCH_HAS_HCD
11 boolean 11 boolean
12 default y if USB_ARCH_HAS_OHCI 12 default y if USB_ARCH_HAS_OHCI
13 default y if USB_ARCH_HAS_EHCI
13 default y if ARM # SL-811 14 default y if ARM # SL-811
14 default y if PPC_83xx
15 default PCI 15 default PCI
16 16
17# many non-PCI SOC chips embed OHCI 17# many non-PCI SOC chips embed OHCI
@@ -31,6 +31,13 @@ config USB_ARCH_HAS_OHCI
31 # more: 31 # more:
32 default PCI 32 default PCI
33 33
34# some non-PCI hcds implement EHCI
35config USB_ARCH_HAS_EHCI
36 boolean
37 default y if PPC_83xx
38 default y if SOC_AU1200
39 default PCI
40
34# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface. 41# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface.
35config USB 42config USB
36 tristate "Support for Host-side USB" 43 tristate "Support for Host-side USB"