summaryrefslogtreecommitdiff
path: root/drivers/usb/Makefile
diff options
context:
space:
mode:
authorMichael Trimarchi <trimarchi@gandalf.sssup.it>2008-12-31 10:32:41 +0100
committerRemy Bohmer <linux@bohmer.net>2009-01-28 19:57:29 +0100
commit8fea2914ac974029b65926ef8247d908f84d202d (patch)
tree1ff3d0c9e25b720fde9d366e1983e00f89df3b0a /drivers/usb/Makefile
parent14e4111cdab7e7738ff6a203d445e4d8377f058f (diff)
downloadu-boot-imx-8fea2914ac974029b65926ef8247d908f84d202d.zip
u-boot-imx-8fea2914ac974029b65926ef8247d908f84d202d.tar.gz
u-boot-imx-8fea2914ac974029b65926ef8247d908f84d202d.tar.bz2
Add initial support for USB ehci pci
Add USB ehci pci support. This patch doesn't include any pci_ids and it is not tested on real hardware. Signed-off-by: Michael Trimarchi <trimarchimichael@yahoo.it> Signed-off-by: Remy Bohmer <linux@bohmer.net>
Diffstat (limited to 'drivers/usb/Makefile')
-rw-r--r--drivers/usb/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/usb/Makefile b/drivers/usb/Makefile
index 6ba154b..26189b6 100644
--- a/drivers/usb/Makefile
+++ b/drivers/usb/Makefile
@@ -35,6 +35,7 @@ COBJS-$(CONFIG_USB_ISP116X_HCD) += isp116x-hcd.o
COBJS-$(CONFIG_USB_R8A66597_HCD) += r8a66597-hcd.o
COBJS-$(CONFIG_USB_SL811HS) += sl811_usb.o
COBJS-$(CONFIG_USB_EHCI_FSL) += usb_ehci_fsl.o
+COBJS-$(CONFIG_USB_EHCI_PCI) += usb_ehci_pci.o
# device
ifdef CONFIG_USB_DEVICE