diff options
author | Michal Simek <michal.simek@xilinx.com> | 2016-12-21 14:18:31 +0100 |
---|---|---|
committer | Marek Vasut <marek.vasut@gmail.com> | 2017-01-17 10:26:21 +0100 |
commit | 63d747477be2f6f948760f2dc9ce0f440c0af45c (patch) | |
tree | 0cade2a175f9f1aabea565654e9396c98c3a3617 /drivers/usb/host | |
parent | b984700ca4b98597825fbc79c47e7a621889adaf (diff) | |
download | u-boot-imx-63d747477be2f6f948760f2dc9ce0f440c0af45c.zip u-boot-imx-63d747477be2f6f948760f2dc9ce0f440c0af45c.tar.gz u-boot-imx-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/usb/host')
-rw-r--r-- | drivers/usb/host/Kconfig | 6 |
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 |