summaryrefslogtreecommitdiff
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorYuan-Hsin Chen <yhchen@faraday-tech.com>2013-06-19 19:53:04 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-24 23:04:53 (GMT)
commit1dd3d123239179fad5de5dc00a6e0014a1918fde (patch)
treee7a3e302d4d01e218984ad6cb2328c039b9994b3 /drivers/usb/host/Makefile
parent10e232c597ac757e7f8600649f7e872e86de190f (diff)
downloadlinux-fsl-qoriq-1dd3d123239179fad5de5dc00a6e0014a1918fde.tar.xz
usb: host: Faraday fotg210-hcd driver
FOTG210 is an OTG controller which can be configured as an USB2.0 host. FOTG210 host is an ehci-like controller with some differences. First, register layout of FOTG210 is incompatible with EHCI. Furthermore, FOTG210 is lack of siTDs which means iTDs are used for both HS and FS ISO transfer. Signed-off-by: Yuan-Hsin Chen <yhchen@faraday-tech.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
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 bea7112..829a339 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -58,3 +58,4 @@ obj-$(CONFIG_USB_OCTEON2_COMMON) += octeon2-common.o
obj-$(CONFIG_USB_HCD_BCMA) += bcma-hcd.o
obj-$(CONFIG_USB_HCD_SSB) += ssb-hcd.o
obj-$(CONFIG_USB_FUSBH200_HCD) += fusbh200-hcd.o
+obj-$(CONFIG_USB_FOTG210_HCD) += fotg210-hcd.o