aboutsummaryrefslogtreecommitdiff
path: root/drivers
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2016-12-21 14:18:31 +0100
committerMarek Vasut <marek.vasut@gmail.com>2017-01-17 10:26:21 +0100
commit63d747477be2f6f948760f2dc9ce0f440c0af45c (patch)
tree0cade2a175f9f1aabea565654e9396c98c3a3617 /drivers
parentb984700ca4b98597825fbc79c47e7a621889adaf (diff)
downloadu-boot-63d747477be2f6f948760f2dc9ce0f440c0af45c.zip
u-boot-63d747477be2f6f948760f2dc9ce0f440c0af45c.tar.gz
u-boot-63d747477be2f6f948760f2dc9ce0f440c0af45c.tar.bz2
drivers: usb: Add USB_XHCI_ZYNQMP to Kconfig
Move symbol to Kconfig to cleanup configuration file. Signed-off-by: Michal Simek <michal.simek@xilinx.com>
Diffstat (limited to 'drivers')
-rw-r--r--drivers/usb/host/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index b9c5fbe..5129a57 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -37,6 +37,12 @@ config USB_XHCI_ROCKCHIP
help
Enables support for the on-chip xHCI controller on Rockchip SoCs.
+config USB_XHCI_ZYNQMP
+ bool "Support for Xilinx ZynqMP on-chip xHCI USB controller"
+ depends on ARCH_ZYNQMP
+ help
+ Enables support for the on-chip xHCI controller on Xilinx ZynqMP SoCs.
+
endif # USB_XHCI_HCD
config USB_EHCI_HCD