[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <E1IAhoN-0001il-Ql@ZenIV.linux.org.uk>
Date: Tue, 17 Jul 2007 08:49:35 +0100
From: Al Viro <viro@....linux.org.uk>
To: torvalds@...ux-foundation.org
Cc: linux-kernel@...r.kernel.org, akpm@...ux-foundation.org,
gregkh@...e.de
Subject: [PATCH] no USB on M32R
Won't build due to lack of dma-mapping. Shouldn't that dependency
(having PCMCIA => HCD possible) be on CARDBUS, anyway?
Signed-off-by: Al Viro <viro@...iv.linux.org.uk>
---
drivers/usb/Kconfig | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index 071b967..7dd7354 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -16,7 +16,7 @@ config USB_ARCH_HAS_HCD
boolean
default y if USB_ARCH_HAS_OHCI
default y if USB_ARCH_HAS_EHCI
- default y if PCMCIA # sl811_cs
+ default y if PCMCIA && !M32R # sl811_cs
default y if ARM # SL-811
default PCI
--
1.5.3.GIT
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists