summaryrefslogtreecommitdiff
path: root/drivers/usb
diff options
context:
space:
mode:
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>2016-07-22 14:51:51 +0530
committerMichal Simek <michal.simek@xilinx.com>2016-07-22 14:06:11 +0200
commit2cdc778b62e46439dff84560a2def3032099f129 (patch)
treeba24066b1c9a816bf7d593b7a4812c5ca94a1b69 /drivers/usb
parent3bac8303e4840f6902a51f9665696ff3939596f4 (diff)
downloadu-boot-imx-2cdc778b62e46439dff84560a2def3032099f129.zip
u-boot-imx-2cdc778b62e46439dff84560a2def3032099f129.tar.gz
u-boot-imx-2cdc778b62e46439dff84560a2def3032099f129.tar.bz2
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/Kconfig7
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