diff options
author | Jean-Jacques Hiblot <jjhiblot@ti.com> | 2019-09-11 11:33:44 +0200 |
---|---|---|
committer | Marek Vasut <marek.vasut+renesas@gmail.com> | 2019-10-24 11:28:16 +0200 |
commit | a8973731a452323e8767e8f9775c7d06921ebed5 (patch) | |
tree | 8d23103838aa28f5648cecf1dc3839a7e74ae1e1 /drivers/usb/host/Kconfig | |
parent | 680023c5fab6b1777c0c6f2e76e5d2effb7903a0 (diff) | |
download | u-boot-a8973731a452323e8767e8f9775c7d06921ebed5.tar.gz |
usb: host: remove the xhci-zynqmp driver
This driver is not used anymore.
Signed-off-by: Jean-Jacques Hiblot <jjhiblot@ti.com>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 30c6b69be8..b674e330ac 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig @@ -73,13 +73,6 @@ config USB_XHCI_STI STiH407 family SoCs. This is a driver for the dwc3 to provide the glue logic to configure the controller. -config USB_XHCI_ZYNQMP - bool "Support for Xilinx ZynqMP on-chip xHCI USB controller" - depends on ARCH_ZYNQMP - depends on DM_USB - help - Enables support for the on-chip xHCI controller on Xilinx ZynqMP SoCs. - config USB_XHCI_DRA7XX_INDEX int "DRA7XX xHCI USB index" range 0 1 |