diff options
author | Josh Triplett | 2014-02-27 03:13:06 +0100 |
---|---|---|
committer | Martin Schwidefsky | 2014-03-07 15:25:59 +0100 |
commit | 0563416b8ac2711f315b50aa6efc84b112e5420a (patch) | |
tree | 8356b262cde3e66bf990d2bcb0118db29269ad18 /arch/s390/Kconfig | |
parent | s390/appldata_os: fix cpu array size calculation (diff) | |
download | kernel-qcow2-linux-0563416b8ac2711f315b50aa6efc84b112e5420a.tar.gz kernel-qcow2-linux-0563416b8ac2711f315b50aa6efc84b112e5420a.tar.xz kernel-qcow2-linux-0563416b8ac2711f315b50aa6efc84b112e5420a.zip |
s390: select CONFIG_TTY for use of tty in unconditional keyboard driver
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>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 86db5a8e6586..cbe56154c6e3 100644 --- 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 |