summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorSiva Durga Prasad Paladugu <siva.durga.paladugu@xilinx.com>2015-11-16 16:49:23 +0530
committerMarek Vasut <marex@denx.de>2015-12-07 00:14:59 +0100
commitf4dd69ca8288dea2bb1e67f0341c235c3134ed4b (patch)
tree4b7d89448d83c48e525676fb51fe27dcd717c0ed /drivers/usb/host/Makefile
parent75507d5d5496a691aecb731f87d4d8d5cdf62b77 (diff)
downloadblackbird-obmc-uboot-f4dd69ca8288dea2bb1e67f0341c235c3134ed4b.tar.gz
blackbird-obmc-uboot-f4dd69ca8288dea2bb1e67f0341c235c3134ed4b.zip
usb: zynqmp: Add XHCI driver support
Added USB XHCI driver support for zynqmp. Signed-off-by: Siva Durga Prasad Paladugu <sivadur@xilinx.com>
Diffstat (limited to 'drivers/usb/host/Makefile')
-rw-r--r--drivers/usb/host/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile
index f70f38c9e8..645b990c76 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -54,6 +54,7 @@ obj-$(CONFIG_USB_EHCI_ZYNQ) += ehci-zynq.o
# xhci
obj-$(CONFIG_USB_XHCI) += xhci.o xhci-mem.o xhci-ring.o
obj-$(CONFIG_USB_XHCI_DWC3) += xhci-dwc3.o
+obj-$(CONFIG_USB_XHCI_ZYNQMP) += xhci-zynqmp.o
obj-$(CONFIG_USB_XHCI_KEYSTONE) += xhci-keystone.o
obj-$(CONFIG_USB_XHCI_EXYNOS) += xhci-exynos5.o
obj-$(CONFIG_USB_XHCI_FSL) += xhci-fsl.o
OpenPOWER on IntegriCloud