diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2015-01-20 17:56:01 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2015-01-27 10:39:35 -0500 |
commit | 0316ca6319b98e485325be98a47d08fed07ead43 (patch) | |
tree | 69ccc39e983e696c4d833adcf0df42466b8abb1f /drivers/usb/host/Makefile | |
parent | 9a66e13290f16be59ac38e1955e15e8929076fc6 (diff) |
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/Makefile | 1 |
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 @@ | |||
6 | CFLAGS_xhci-trace.o := -I$(src) | 6 | CFLAGS_xhci-trace.o := -I$(src) |
7 | 7 | ||
8 | isp1760-y := isp1760-core.o isp1760-hcd.o isp1760-if.o | 8 | isp1760-y := isp1760-core.o isp1760-hcd.o isp1760-if.o |
9 | isp1760-$(CONFIG_USB_ISP1761_UDC) += isp1760-udc.o | ||
9 | 10 | ||
10 | fhci-y := fhci-hcd.o fhci-hub.o fhci-q.o | 11 | fhci-y := fhci-hcd.o fhci-hub.o fhci-q.o |
11 | fhci-y += fhci-mem.o fhci-tds.o fhci-sched.o | 12 | fhci-y += fhci-mem.o fhci-tds.o fhci-sched.o |