From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from 4.mo2.mail-out.ovh.net ([87.98.172.75] helo=mo2.mail-out.ovh.net) by merlin.infradead.org with esmtp (Exim 4.76 #1 (Red Hat Linux)) id 1Txf9v-0008PX-VF for barebox@lists.infradead.org; Tue, 22 Jan 2013 14:49:08 +0000 Received: from mail170.ha.ovh.net (b9.ovh.net [213.186.33.59]) by mo2.mail-out.ovh.net (Postfix) with SMTP id 01A7FDC17CB for ; Tue, 22 Jan 2013 15:58:51 +0100 (CET) From: Jean-Christophe PLAGNIOL-VILLARD Date: Tue, 22 Jan 2013 15:47:42 +0100 Message-Id: <1358866063-23491-1-git-send-email-plagnioj@jcrosoft.com> In-Reply-To: <20130122144540.GN26329@game.jcrosoft.org> References: <20130122144540.GN26329@game.jcrosoft.org> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: barebox-bounces@lists.infradead.org Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH 1/2] ohci: make it depends on !MMU To: barebox@lists.infradead.org the current mmu support is broken Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- 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