diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2016-02-01 03:06:03 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2016-02-01 16:05:44 -0500 |
commit | 8d9b39c6499b113ef9218c80682de114beffe7bb (patch) | |
tree | f8d8d243a1e9563480ff9bca3d7be0e1a1d99818 /drivers | |
parent | 36f90b0a2ddd60823fe193a85e60ff1906c2a9b3 (diff) |
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>
Diffstat (limited to 'drivers')
-rw-r--r-- | drivers/staging/speakup/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/speakup/Kconfig b/drivers/staging/speakup/Kconfig index efd6f4560d3e..7e8037e230b8 100644 --- a/drivers/staging/speakup/Kconfig +++ b/drivers/staging/speakup/Kconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | menu "Speakup console speech" | 1 | menu "Speakup console speech" |
2 | 2 | ||
3 | config SPEAKUP | 3 | config SPEAKUP |
4 | depends on VT | 4 | depends on VT && !MN10300 |
5 | tristate "Speakup core" | 5 | tristate "Speakup core" |
6 | ---help--- | 6 | ---help--- |
7 | This is the Speakup screen reader. Think of it as a | 7 | This is the Speakup screen reader. Think of it as a |