linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Staging: speakup: Fix allyesconfig build on mn10300
@ 2016-02-01  8:06 Samuel Thibault
  2016-02-01 20:46 ` Greg Kroah-Hartman
  2016-02-07  9:18 ` Geert Uytterhoeven
  0 siblings, 2 replies; 5+ messages in thread
From: Samuel Thibault @ 2016-02-01  8:06 UTC (permalink / raw)
  To: Dan Carpenter, William Hubbs, Chris Brannon, Kirk Reiser,
	Melike Yurtoglu, Greg Kroah-Hartman, speakup, devel, linux-kernel

mn10300 uses an mmio-driven uart. This is not supported by speakup, so
prevent from enabling it.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>

--- a/drivers/staging/speakup/Kconfig
+++ b/drivers/staging/speakup/Kconfig
@@ -1,7 +1,7 @@
 menu "Speakup console speech"
 
 config SPEAKUP
-	depends on VT
+	depends on VT && !MN10300
 	tristate "Speakup core"
 	---help---
 		This is the Speakup screen reader.  Think of it as a

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

end of thread, other threads:[~2016-02-07 20:24 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-01  8:06 [PATCH] Staging: speakup: Fix allyesconfig build on mn10300 Samuel Thibault
2016-02-01 20:46 ` Greg Kroah-Hartman
2016-02-07  9:18 ` Geert Uytterhoeven
2016-02-07 17:33   ` Samuel Thibault
2016-02-07 20:23   ` Samuel Thibault

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).