aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/Kconfig')
-rw-r--r--drivers/usb/Kconfig11
1 files changed, 9 insertions, 2 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 85dacc92545a..7fdbc5dad5fd 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -10,6 +10,7 @@ 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 PCI 15 default PCI
15 16
@@ -22,6 +23,7 @@ config USB_ARCH_HAS_OHCI
22 default y if ARCH_LH7A404 23 default y if ARCH_LH7A404
23 default y if ARCH_S3C2410 24 default y if ARCH_S3C2410
24 default y if PXA27x 25 default y if PXA27x
26 default y if ARCH_AT91RM9200
25 # PPC: 27 # PPC:
26 default y if STB03xxx 28 default y if STB03xxx
27 default y if PPC_MPC52xx 29 default y if PPC_MPC52xx
@@ -30,6 +32,13 @@ config USB_ARCH_HAS_OHCI
30 # more: 32 # more:
31 default PCI 33 default PCI
32 34
35# some non-PCI hcds implement EHCI
36config USB_ARCH_HAS_EHCI
37 boolean
38 default y if PPC_83xx
39 default y if SOC_AU1200
40 default PCI
41
33# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface. 42# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface.
34config USB 43config USB
35 tristate "Support for Host-side USB" 44 tristate "Support for Host-side USB"
@@ -78,8 +87,6 @@ source "drivers/usb/input/Kconfig"
78 87
79source "drivers/usb/image/Kconfig" 88source "drivers/usb/image/Kconfig"
80 89
81source "drivers/usb/media/Kconfig"
82
83source "drivers/usb/net/Kconfig" 90source "drivers/usb/net/Kconfig"
84 91
85source "drivers/usb/mon/Kconfig" 92source "drivers/usb/mon/Kconfig"