]> git.karo-electronics.de Git - karo-tx-linux.git/blobdiff - drivers/usb/Kconfig
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sam/kbuild-2.6.18
[karo-tx-linux.git] / drivers / usb / Kconfig
index 7772e28a303f4ca99445db2883781d7551672b84..005043197527142749965cce1d75fde169773c4c 100644 (file)
@@ -10,8 +10,8 @@ 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 y if PPC_83xx
        default PCI
 
 # many non-PCI SOC chips embed OHCI
@@ -23,6 +23,8 @@ config USB_ARCH_HAS_OHCI
        default y if ARCH_LH7A404
        default y if ARCH_S3C2410
        default y if PXA27x
+       default y if ARCH_EP93XX
+       default y if (ARCH_AT91RM9200 || ARCH_AT91SAM9261)
        # PPC:
        default y if STB03xxx
        default y if PPC_MPC52xx
@@ -31,6 +33,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"
@@ -79,8 +88,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"