[PATCH 1/2] ohci: make it depends on !MMU
Jean-Christophe PLAGNIOL-VILLARD
plagnioj at jcrosoft.com
Tue Jan 22 09:47:42 EST 2013
the current mmu support is broken
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj at jcrosoft.com>
---
drivers/usb/host/Kconfig | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig
index 439d8eb..55a1446 100644
--- a/drivers/usb/host/Kconfig
+++ b/drivers/usb/host/Kconfig
@@ -8,6 +8,7 @@ config USB_EHCI_OMAP
config USB_OHCI
bool "OHCI driver"
+ depends on !MMU
config USB_OHCI_AT91
depends on ARCH_AT91
--
1.7.10.4
More information about the barebox
mailing list