]> git.sur5r.net Git - u-boot/blobdiff - drivers/usb/host/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-socfpga
[u-boot] / drivers / usb / host / Kconfig
index 7f562d1e5bf5d3a97da256fdca6b061494a151df..b9c5fbe381fb3e460f8085e5f059cd2bd96e0571 100644 (file)
@@ -3,31 +3,45 @@
 #
 comment "USB Host Controller Drivers"
 
+config USB_HOST
+       bool
+
 config USB_XHCI_HCD
        bool "xHCI HCD (USB 3.0) support"
+       select USB_HOST
        ---help---
          The eXtensible Host Controller Interface (xHCI) is standard for USB 3.0
          "SuperSpeed" host controller hardware.
 
 if USB_XHCI_HCD
 
-config USB_XHCI_UNIPHIER
-       bool "Support for UniPhier on-chip xHCI USB controller"
-       depends on ARCH_UNIPHIER
-       default y
-       ---help---
-         Enables support for the on-chip xHCI controller on UniPhier SoCs.
-
 config USB_XHCI_DWC3
        bool "DesignWare USB3 DRD Core Support"
        help
          Say Y or if your system has a Dual Role SuperSpeed
          USB controller based on the DesignWare USB3 IP Core.
 
+config USB_XHCI_MVEBU
+       bool "MVEBU USB 3.0 support"
+       default y
+       depends on ARCH_MVEBU
+       help
+         Choose this option to add support for USB 3.0 driver on mvebu
+         SoCs, which includes Armada8K, Armada3700 and other Armada
+         family SoCs.
+
+config USB_XHCI_ROCKCHIP
+       bool "Support for Rockchip on-chip xHCI USB controller"
+       depends on ARCH_ROCKCHIP
+       default y
+       help
+         Enables support for the on-chip xHCI controller on Rockchip SoCs.
+
 endif # USB_XHCI_HCD
 
 config USB_EHCI_HCD
        bool "EHCI HCD (USB 2.0) support"
+       select USB_HOST
        ---help---
          The Enhanced Host Controller Interface (EHCI) is standard for USB 2.0
          "high speed" (480 Mbit/sec, 60 Mbyte/sec) host controller hardware.
@@ -52,6 +66,13 @@ config USB_EHCI
 
 if USB_EHCI_HCD
 
+config USB_EHCI_ATMEL
+       bool  "Support for Atmel on-chip EHCI USB controller"
+       depends on ARCH_AT91
+       default y
+       ---help---
+         Enables support for the on-chip EHCI controller on Atmel chips.
+
 config USB_EHCI_MARVELL
        bool "Support for MVEBU (AXP / A38x) on-chip EHCI USB controller"
        depends on ARCH_MVEBU
@@ -128,6 +149,7 @@ config USB_OHCI_GENERIC
        bool "Support for generic OHCI USB controller"
        depends on OF_CONTROL
        depends on DM_USB
+       select USB_HOST
        ---help---
          Enables support for generic OHCI controller.
 
@@ -135,6 +157,7 @@ endif # USB_OHCI_HCD
 
 config USB_UHCI_HCD
        bool "UHCI HCD (most Intel and VIA) support"
+       select USB_HOST
        ---help---
          The Universal Host Controller Interface is a standard by Intel for
          accessing the USB hardware in the PC (which is also called the USB