]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
s390/Kconfig: select 'TTY' when 'S390_GUEST' is enabled
authorChen Gang <gang.chen@asianux.com>
Tue, 23 Jul 2013 08:26:08 +0000 (16:26 +0800)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Fri, 26 Jul 2013 11:25:20 +0000 (13:25 +0200)
commit79b6f7fbd1c18154a93313712ab91e413778afa6
tree4767614ff77826ba433830e0dbffd06819cef6e8
parent8e2872ce7b9a06b951680d196e893f5c0d6a3229
s390/Kconfig: select 'TTY' when 'S390_GUEST' is enabled

'VIRTIO_CONSOLE' depends on 'TTY', so need to select 'TTY' explicitly
before selecting 'VIRTIO_CONSOLE'.

Otherwise randconfig can generate a config file which enables
'VIRTIO_CONSOLE' but has 'TTY' disabled.

Signed-off-by: Chen Gang <gang.chen@asianux.com>
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
arch/s390/Kconfig