diff options
author | Rajeshwari Shinde <rajeshwari.s@samsung.com> | 2012-05-02 19:18:51 +0530 |
---|---|---|
committer | Marek Vasut <marex@denx.de> | 2012-05-20 08:32:33 +0200 |
commit | 5f0ffea4559abe3fc83a6023717658a50b22e66c (patch) | |
tree | 0e6269929962ff867740c10d5fba78a47d1be60f /drivers/usb/host/Makefile | |
parent | 6734b6b2340ea87c275ec090370bc87d9d3cc9d5 (diff) | |
download | u-boot-imx-5f0ffea4559abe3fc83a6023717658a50b22e66c.zip u-boot-imx-5f0ffea4559abe3fc83a6023717658a50b22e66c.tar.gz u-boot-imx-5f0ffea4559abe3fc83a6023717658a50b22e66c.tar.bz2 |
USB: S5P: Add ehci support
This patch adds ehci driver support for s5p.
Signed-off-by: Vivek Gautam <gautam.vivek@samsung.com>
Signed-off-by: Rajeshwari Shinde <rajeshwari.s@samsung.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 0d4657e..59c3e57 100644 --- a/drivers/usb/host/Makefile +++ b/drivers/usb/host/Makefile @@ -50,6 +50,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_S5P) += ehci-s5p.o COBJS-$(CONFIG_USB_EHCI_TEGRA) += ehci-tegra.o COBJS-$(CONFIG_USB_EHCI_VCT) += ehci-vct.o |