summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorRamneek Mehresh <ramneek.mehresh@freescale.com>2015-05-29 14:47:19 +0530
committerMarek Vasut <marex@denx.de>2015-07-22 08:55:45 +0200
commitba92ee06a5b792e5cbc144f95883cc54f4982255 (patch)
treeded0f7606686f7ccfc4e19bd8d5e1a880ec7d78d /drivers/usb/host/Makefile
parent792651f030a0b77961e484f8de36fa42add61900 (diff)
downloadblackbird-obmc-uboot-ba92ee06a5b792e5cbc144f95883cc54f4982255.tar.gz
blackbird-obmc-uboot-ba92ee06a5b792e5cbc144f95883cc54f4982255.zip
usb: fsl: Add XHCI driver support
Add xhci driver support for all FSL socs Signed-off-by: Ramneek Mehresh <ramneek.mehresh@freescale.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 310d979ebd..6cc3bbd870 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -54,6 +54,7 @@ obj-$(CONFIG_USB_XHCI) += xhci.o xhci-mem.o xhci-ring.o
obj-$(CONFIG_USB_XHCI_DWC3) += xhci-dwc3.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
obj-$(CONFIG_USB_XHCI_OMAP) += xhci-omap.o
obj-$(CONFIG_USB_XHCI_PCI) += xhci-pci.o
obj-$(CONFIG_USB_XHCI_UNIPHIER) += xhci-uniphier.o
OpenPOWER on IntegriCloud