diff options
author | Adrian Alonso <aalonso@freescale.com> | 2015-08-06 15:43:17 -0500 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2015-08-19 22:30:20 +0200 |
commit | 35554fc9a194802a43d50b16e92f4efc7f72bd94 (patch) | |
tree | 6f3e95c0eecdf0e758739086f97f1da8af72bb68 /drivers/usb/host/Makefile | |
parent | 74f0610eb4852f97e57cdec5c86828dd8076be94 (diff) | |
download | talos-obmc-uboot-35554fc9a194802a43d50b16e92f4efc7f72bd94.tar.gz talos-obmc-uboot-35554fc9a194802a43d50b16e92f4efc7f72bd94.zip |
imx: usb: ehci-mx6: add usb support for imx7d soc
Extend ehci-mx6 usb driver to support imx7d usb
Signed-off-by: Adrian Alonso <aalonso@freescale.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 7f07d7734a..f70f38c9e8 100644 --- a/drivers/usb/host/Makefile +++ b/drivers/usb/host/Makefile @@ -37,6 +37,7 @@ obj-$(CONFIG_USB_EHCI_MXC) += ehci-mxc.o obj-$(CONFIG_USB_EHCI_MXS) += ehci-mxs.o obj-$(CONFIG_USB_EHCI_MX5) += ehci-mx5.o obj-$(CONFIG_USB_EHCI_MX6) += ehci-mx6.o +obj-$(CONFIG_USB_EHCI_MX7) += ehci-mx6.o obj-$(CONFIG_USB_EHCI_OMAP) += ehci-omap.o obj-$(CONFIG_USB_EHCI_PPC4XX) += ehci-ppc4xx.o obj-$(CONFIG_USB_EHCI_MARVELL) += ehci-marvell.o |