public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] no USB on M32R
@ 2007-07-17  7:49 Al Viro
  2007-07-17  8:04 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Al Viro @ 2007-07-17  7:49 UTC (permalink / raw)
  To: torvalds; +Cc: linux-kernel, akpm, gregkh


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@zeniv.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



^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-07-17  8:07 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-07-17  7:49 [PATCH] no USB on M32R Al Viro
2007-07-17  8:04 ` Greg KH

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox