]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
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)
'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

index 5a4c668676b581a910eb3db6101ee9c5b0f35991..a281bd6e94db3e0f9dd308c173018699a3d26ac8 100644 (file)
@@ -710,6 +710,7 @@ config S390_GUEST
        def_bool y
        prompt "s390 support for virtio devices"
        depends on 64BIT
+       select TTY
        select VIRTUALIZATION
        select VIRTIO
        select VIRTIO_CONSOLE