summaryrefslogtreecommitdiff
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorPrafulla Wadaskar <prafulla@marvell.com>2009-06-29 20:56:43 +0530
committerRemy Bohmer <linux@bohmer.net>2009-07-09 21:33:15 +0200
commit1d8937a469bfeb55ca1f6d89a4e7cd2dfee3cf17 (patch)
treeead8862944d6dafeda5d3307511a3e9060df5757 /drivers/usb/host/Makefile
parentdb7b43e4681f6f93c336132708157a8a0cca1f8b (diff)
downloadu-boot-imx-1d8937a469bfeb55ca1f6d89a4e7cd2dfee3cf17.zip
u-boot-imx-1d8937a469bfeb55ca1f6d89a4e7cd2dfee3cf17.tar.gz
u-boot-imx-1d8937a469bfeb55ca1f6d89a4e7cd2dfee3cf17.tar.bz2
usb: add Marvell Kirkwood ehci host controller driver
This driver is tested on Sheevaplug platform Signed-off-by: Prafulla Wadaskar <prafulla@marvell.com> Signed-off-by: Remy Bohmer <linux@bohmer.net>
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 ec1d689..940d4a8 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -37,6 +37,7 @@ COBJS-$(CONFIG_USB_SL811HS) += sl811-hcd.o
COBJS-$(CONFIG_USB_EHCI) += ehci-hcd.o
COBJS-$(CONFIG_USB_EHCI_FSL) += ehci-fsl.o
COBJS-$(CONFIG_USB_EHCI_IXP4XX) += ehci-ixp.o
+COBJS-$(CONFIG_USB_EHCI_KIRKWOOD) += ehci-kirkwood.o
COBJS-$(CONFIG_USB_EHCI_PCI) += ehci-pci.o
COBJS-$(CONFIG_USB_EHCI_VCT) += ehci-vct.o