aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/chipidea/Makefile
diff options
context:
space:
mode:
authorDaniel Tang <dt.tangr@gmail.com>2014-03-11 13:47:39 +0800
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-03-12 12:32:21 -0700
commit7b92e1ddb17f37caf37d4477483a62a425ba428f (patch)
tree1cc640792b4e237aa31952b118d7b3f8192a0776 /drivers/usb/chipidea/Makefile
parentusb: chipidea: imx: Use dev_name() for ci_hdrc name to distinguish USBs (diff)
downloadlinux-dev-7b92e1ddb17f37caf37d4477483a62a425ba428f.tar.xz
linux-dev-7b92e1ddb17f37caf37d4477483a62a425ba428f.zip
usb: chipidea: add support for USB OTG controller on LSI Zevio SoCs
The USB controller in TI-NSPIRE calculators (LSI Zevio SoC) are based off either Freescale's USB OTG controller or the USB controller found in the IMX233, both of which are Chipidea compatible. This patch adds a device tree binding for the controller. Signed-off-by: Peter Chen <peter.chen@freescale.com> Signed-off-by: Daniel Tang <dt.tangr@gmail.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/chipidea/Makefile')
-rw-r--r--drivers/usb/chipidea/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/chipidea/Makefile b/drivers/usb/chipidea/Makefile
index 7345d2115af2..480bd4d5710a 100644
--- a/drivers/usb/chipidea/Makefile
+++ b/drivers/usb/chipidea/Makefile
@@ -10,6 +10,7 @@ ci_hdrc-$(CONFIG_USB_CHIPIDEA_DEBUG) += debug.o
# Glue/Bridge layers go here
obj-$(CONFIG_USB_CHIPIDEA) += ci_hdrc_msm.o
+obj-$(CONFIG_USB_CHIPIDEA) += ci_hdrc_zevio.o
# PCI doesn't provide stubs, need to check
ifneq ($(CONFIG_PCI),)