public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] more of sparc32 dependencies fallout
@ 2005-09-02 19:12 viro
  2005-09-02 19:20 ` David S. Miller
  2005-09-02 20:24 ` Alan Cox
  0 siblings, 2 replies; 5+ messages in thread
From: viro @ 2005-09-02 19:12 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

More stuff that got exposed to sparc32 build due to inclusion of
drivers/char/Kconfig in arch/sparc/Kconfig needs to be excluded.

Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
----
diff -urN RC13-zatm/drivers/char/Kconfig RC13-mxser-sparc32/drivers/char/Kconfig
--- RC13-zatm/drivers/char/Kconfig	2005-09-02 03:34:00.000000000 -0400
+++ RC13-mxser-sparc32/drivers/char/Kconfig	2005-09-02 03:34:20.000000000 -0400
@@ -175,7 +175,7 @@
 
 config MOXA_SMARTIO
 	tristate "Moxa SmartIO support"
-	depends on SERIAL_NONSTANDARD
+	depends on SERIAL_NONSTANDARD && (BROKEN || !SPARC32)
 	help
 	  Say Y here if you have a Moxa SmartIO multiport serial card.
 

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

end of thread, other threads:[~2005-09-02 23:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-09-02 19:12 [PATCH] more of sparc32 dependencies fallout viro
2005-09-02 19:20 ` David S. Miller
2005-09-02 20:24 ` Alan Cox
2005-09-02 20:03   ` David S. Miller
2005-09-02 23:30     ` viro

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