projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6967037
)
s390: select CONFIG_TTY for use of tty in unconditional keyboard driver
author
Josh Triplett
<josh@joshtriplett.org>
Thu, 27 Feb 2014 02:13:06 +0000
(18:13 -0800)
committer
Martin Schwidefsky
<schwidefsky@de.ibm.com>
Fri, 7 Mar 2014 14:25:59 +0000
(15:25 +0100)
The unconditionally built keyboard driver, drivers/s390/char/keyboard.c,
requires CONFIG_TTY, so select it from CONFIG_S390 to prevent a build
error.
Signed-off-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/Kconfig
patch
|
blob
|
history
diff --git
a/arch/s390/Kconfig
b/arch/s390/Kconfig
index 86db5a8e6586b4940ed375c7f34715dffd96511c..cbe56154c6e307e5bc8333a1786bd2c8e771a48e 100644
(file)
--- a/
arch/s390/Kconfig
+++ b/
arch/s390/Kconfig
@@
-140,6
+140,7
@@
config S390
select OLD_SIGACTION
select OLD_SIGSUSPEND3
select SYSCTL_EXCEPTION_TRACE
+ select TTY
select VIRT_CPU_ACCOUNTING
select VIRT_TO_BUS