summaryrefslogtreecommitdiffstats
path: root/drivers/usb/Makefile
diff options
context:
space:
mode:
authorFeng-Hsin Chiang <john453@faraday-tech.com>2013-07-29 16:48:32 +0000
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2013-07-29 11:15:39 -0700
commit7d50195f6c5005d6ae7a789d9a7f0a94d104ee96 (patch)
tree71a5ffe742a199242d7399e8237902398628ca02 /drivers/usb/Makefile
parent02f00c4a9183ebf15aa50e57391b0f44e2f092c2 (diff)
downloadop-kernel-dev-7d50195f6c5005d6ae7a789d9a7f0a94d104ee96.zip
op-kernel-dev-7d50195f6c5005d6ae7a789d9a7f0a94d104ee96.tar.gz
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: Feng-Hsin Chiang <john453@faraday-tech.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r--drivers/usb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
index 238c5d4..5460abf 100644
--- a/drivers/usb/Makefile
+++ b/drivers/usb/Makefile
@@ -26,6 +26,7 @@ obj-$(CONFIG_USB_ISP1760_HCD) += host/
obj-$(CONFIG_USB_IMX21_HCD) += host/
obj-$(CONFIG_USB_FSL_MPH_DR_OF) += host/
obj-$(CONFIG_USB_FUSBH200_HCD) += host/
+obj-$(CONFIG_USB_FOTG210_HCD) += host/
obj-$(CONFIG_USB_C67X00_HCD) += c67x00/
OpenPOWER on IntegriCloud