Skip to content

Commit 8d9b39c

Browse files
sthibaulgregkh
authored andcommitted
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 <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 36f90b0 commit 8d9b39c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/staging/speakup/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
menu "Speakup console speech"
22

33
config SPEAKUP
4-
depends on VT
4+
depends on VT && !MN10300
55
tristate "Speakup core"
66
---help---
77
This is the Speakup screen reader. Think of it as a

0 commit comments

Comments
 (0)