Fedora kernel-2.6.17-1.2142_FC4 patched with stable patch-2.6.17.4-vs2.0.2-rc26.diff
[linux-2.6.git] / drivers / usb / Kconfig
index cd329dd..7fdbc5d 100644 (file)
@@ -10,6 +10,7 @@ menu "USB support"
 config USB_ARCH_HAS_HCD
        boolean
        default y if USB_ARCH_HAS_OHCI
+       default y if USB_ARCH_HAS_EHCI
        default y if ARM                                # SL-811
        default PCI
 
@@ -20,7 +21,9 @@ config USB_ARCH_HAS_OHCI
        default y if SA1111
        default y if ARCH_OMAP
        default y if ARCH_LH7A404
+       default y if ARCH_S3C2410
        default y if PXA27x
+       default y if ARCH_AT91RM9200
        # PPC:
        default y if STB03xxx
        default y if PPC_MPC52xx
@@ -29,6 +32,13 @@ config USB_ARCH_HAS_OHCI
        # more:
        default PCI
 
+# some non-PCI hcds implement EHCI
+config USB_ARCH_HAS_EHCI
+       boolean
+       default y if PPC_83xx
+       default y if SOC_AU1200
+       default PCI
+
 # ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface.
 config USB
        tristate "Support for Host-side USB"
@@ -77,8 +87,6 @@ source "drivers/usb/input/Kconfig"
 
 source "drivers/usb/image/Kconfig"
 
-source "drivers/usb/media/Kconfig"
-
 source "drivers/usb/net/Kconfig"
 
 source "drivers/usb/mon/Kconfig"