summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>2012-03-13 16:57:41 +0200
committerSarah Sharp <sarah.a.sharp@linux.intel.com>2012-03-13 10:30:59 -0700
commit3429e91a661e1f383aecc86c6bbcf65afb15c892 (patch)
treeff3aa3ac0a8cb3ce8190511874a03ab2b13fc8ff /drivers/usb/host/Makefile
parentfdaf8b3183d126d70f19e13c690c762c65b28a5d (diff)
downloadop-kernel-dev-3429e91a661e1f383aecc86c6bbcf65afb15c892.zip
op-kernel-dev-3429e91a661e1f383aecc86c6bbcf65afb15c892.tar.gz
usb: host: xhci: add platform driver support
This adds a fairly simple xhci-platform driver support. Currently it is used by the dwc3 driver for supporting host mode. Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de> Signed-off-by: Felipe Balbi <balbi@ti.com> Signed-off-by: Sarah Sharp <sarah.a.sharp@linux.intel.com>
Diffstat (limited to 'drivers/usb/host/Makefile')
-rw-r--r--drivers/usb/host/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile
index 7ca290f..0982bcc 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -15,6 +15,10 @@ xhci-hcd-y := xhci.o xhci-mem.o
xhci-hcd-y += xhci-ring.o xhci-hub.o xhci-dbg.o
xhci-hcd-$(CONFIG_PCI) += xhci-pci.o
+ifneq ($(CONFIG_USB_XHCI_PLATFORM), )
+ xhci-hcd-y += xhci-plat.o
+endif
+
obj-$(CONFIG_USB_WHCI_HCD) += whci/
obj-$(CONFIG_PCI) += pci-quirks.o
OpenPOWER on IntegriCloud