diff options
author | Siva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com> | 2016-07-22 09:21:51 (GMT) |
---|---|---|
committer | Michal Simek <michal.simek@xilinx.com> | 2016-07-22 12:06:11 (GMT) |
commit | 2cdc778b62e46439dff84560a2def3032099f129 (patch) | |
tree | ba24066b1c9a816bf7d593b7a4812c5ca94a1b69 /drivers/usb | |
parent | 3bac8303e4840f6902a51f9665696ff3939596f4 (diff) | |
download | u-boot-2cdc778b62e46439dff84560a2def3032099f129.tar.xz |
usb: Kconfig: Add Kconfigs entry USB_EHCI_ZYNQ
Add Kconfig entry config option for USB_EHCI_ZYNQ
and update the same to enable for all zynq boards
which supports USB
Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/host/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 89580cc..5092251 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -85,6 +85,13 @@ config USB_EHCI_MSM This driver supports combination of Chipidea USB controller and Synapsys USB PHY in host mode only. +config USB_EHCI_ZYNQ + bool "Support for Xilinx Zynq on-chip EHCI USB controller" + depends on ARCH_ZYNQ + default y + ---help--- + Enable support for Zynq on-chip EHCI USB controller + config USB_EHCI_GENERIC bool "Support for generic EHCI USB controller" depends on OF_CONTROL |