summaryrefslogtreecommitdiff
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorRoman Byshko <rbyshko@gmail.com>2014-07-27 19:32:44 +0200
committerHans de Goede <hdegoede@redhat.com>2014-07-31 15:37:22 +0200
commit8d154002f30979c4ef911a3f93e41859bd3beabf (patch)
treee7c6d1fb458fbad67013c93e6e505e626d2dbd00 /drivers/usb/host/Makefile
parent06cdd94077b2ee94f6542cd794b1339d0275e149 (diff)
downloadu-boot-imx-8d154002f30979c4ef911a3f93e41859bd3beabf.zip
u-boot-imx-8d154002f30979c4ef911a3f93e41859bd3beabf.tar.gz
u-boot-imx-8d154002f30979c4ef911a3f93e41859bd3beabf.tar.bz2
sunxi: add USB EHCI driver
The Allwinner aka sunxi SoCs have one or more USB host controllers. This adds a driver for their EHCI. Signed-off-by: Roman Byshko <rbyshko@gmail.com> Acked-by: Marek Vasut <marex@denx.de> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
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 04c1a64..c4f5157 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -35,6 +35,7 @@ obj-$(CONFIG_USB_EHCI_PPC4XX) += ehci-ppc4xx.o
obj-$(CONFIG_USB_EHCI_MARVELL) += ehci-marvell.o
obj-$(CONFIG_USB_EHCI_PCI) += ehci-pci.o
obj-$(CONFIG_USB_EHCI_SPEAR) += ehci-spear.o
+obj-$(CONFIG_USB_EHCI_SUNXI) += ehci-sunxi.o
obj-$(CONFIG_USB_EHCI_TEGRA) += ehci-tegra.o
obj-$(CONFIG_USB_EHCI_VCT) += ehci-vct.o
obj-$(CONFIG_USB_EHCI_RMOBILE) += ehci-rmobile.o