diff options
author | Vipin Kumar <vipin.kumar@st.com> | 2012-12-17 14:18:55 +0530 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2013-03-16 21:12:02 +0100 |
commit | 39fd6342a431abc0de786936eab87e731ba29cb7 (patch) | |
tree | 46b1035171d448e6836da993d062b8ffd1af37ee /drivers/usb/host/Makefile | |
parent | a04983d6a953675f2eebaf60f75fbd385fd21678 (diff) | |
download | u-boot-imx-39fd6342a431abc0de786936eab87e731ba29cb7.zip u-boot-imx-39fd6342a431abc0de786936eab87e731ba29cb7.tar.gz u-boot-imx-39fd6342a431abc0de786936eab87e731ba29cb7.tar.bz2 |
usb/host/ehci: Add support for EHCI on spear
Add EHCI support for spear boards
Signed-off-by: Armando Visconti <armando.visconti@st.com>
Signed-off-by: Vipin Kumar <vipin.kumar@st.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 6c94794..9a6f982 100644 --- a/drivers/usb/host/Makefile +++ b/drivers/usb/host/Makefile @@ -54,6 +54,7 @@ COBJS-$(CONFIG_USB_EHCI_PPC4XX) += ehci-ppc4xx.o COBJS-$(CONFIG_USB_EHCI_IXP4XX) += ehci-ixp.o COBJS-$(CONFIG_USB_EHCI_MARVELL) += ehci-marvell.o COBJS-$(CONFIG_USB_EHCI_PCI) += ehci-pci.o +COBJS-$(CONFIG_USB_EHCI_SPEAR) += ehci-spear.o COBJS-$(CONFIG_USB_EHCI_TEGRA) += ehci-tegra.o COBJS-$(CONFIG_USB_EHCI_VCT) += ehci-vct.o |