aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorLaurent Pinchart <laurent.pinchart@ideasonboard.com>2015-01-21 00:56:01 +0200
committerFelipe Balbi <balbi@ti.com>2015-01-27 09:39:35 -0600
commit0316ca6319b98e485325be98a47d08fed07ead43 (patch)
tree69ccc39e983e696c4d833adcf0df42466b8abb1f /drivers/usb/host/Makefile
parentusb: isp1760: Move PORT1 configuration to core code (diff)
downloadwireguard-linux-0316ca6319b98e485325be98a47d08fed07ead43.tar.xz
wireguard-linux-0316ca6319b98e485325be98a47d08fed07ead43.zip
usb: isp1760: Add device controller support
The ISP1761 is a dual-mode host and device controller backward compatible on the host side with the ISP1760. Add support for the device controller. Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com> Signed-off-by: Felipe Balbi <balbi@ti.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 4dea9b164210..67d3f1843857 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -6,6 +6,7 @@
CFLAGS_xhci-trace.o := -I$(src)
isp1760-y := isp1760-core.o isp1760-hcd.o isp1760-if.o
+isp1760-$(CONFIG_USB_ISP1761_UDC) += isp1760-udc.o
fhci-y := fhci-hcd.o fhci-hub.o fhci-q.o
fhci-y += fhci-mem.o fhci-tds.o fhci-sched.o