From: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
To: barebox@lists.infradead.org
Subject: [PATCH 1/2] ohci: make it depends on !MMU
Date: Tue, 22 Jan 2013 15:47:42 +0100 [thread overview]
Message-ID: <1358866063-23491-1-git-send-email-plagnioj@jcrosoft.com> (raw)
In-Reply-To: <20130122144540.GN26329@game.jcrosoft.org>
the current mmu support is broken
Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@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
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next prev parent reply other threads:[~2013-01-22 14:49 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-01-22 14:45 [PATCH 0/2] ohci: fixes Jean-Christophe PLAGNIOL-VILLARD
2013-01-22 14:47 ` Jean-Christophe PLAGNIOL-VILLARD [this message]
2013-01-22 14:47 ` [PATCH 2/2] ohci: only enable drivers if ohci is enabled Jean-Christophe PLAGNIOL-VILLARD
2013-01-23 19:28 ` [PATCH 0/2] ohci: fixes Sascha Hauer
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1358866063-23491-1-git-send-email-plagnioj@jcrosoft.com \
--to=plagnioj@jcrosoft.com \
--cc=barebox@lists.infradead.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox