summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/Makefile
diff options
context:
space:
mode:
authorHubert Feurstein <h.feurstein@gmail.com>2011-11-09 17:03:41 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2011-11-10 09:09:24 +0100
commit8ee4b29f84807609f7ebe2a568cfe5114fceab31 (patch)
tree723443100a3d0b2e61115a8c39ff2daccf19190a /drivers/usb/host/Makefile
parentd79d5ae88b54fd1dcedcd590b16f28be3eaf45c9 (diff)
downloadbarebox-8ee4b29f84807609f7ebe2a568cfe5114fceab31.tar.gz
barebox-8ee4b29f84807609f7ebe2a568cfe5114fceab31.tar.xz
at91: add config option for ohci driver
Signed-off-by: Hubert Feurstein <h.feurstein@gmail.com> Cc: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/usb/host/Makefile')
-rw-r--r--drivers/usb/host/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/Makefile b/drivers/usb/host/Makefile
index 1c7e18f75f..00f5e24943 100644
--- a/drivers/usb/host/Makefile
+++ b/drivers/usb/host/Makefile
@@ -1,4 +1,4 @@
obj-$(CONFIG_USB_EHCI) += ehci-hcd.o
obj-$(CONFIG_USB_EHCI_OMAP) += ehci-omap.o
obj-$(CONFIG_USB_OHCI) += ohci-hcd.o
-obj-$(CONFIG_ARCH_AT91) += ohci-at91.o
+obj-$(CONFIG_USB_OHCI_AT91) += ohci-at91.o