Staging: speakup: Fix allyesconfig build on mn10300
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> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
This commit is contained in:
parent
36f90b0a2d
commit
8d9b39c649
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue