serial: forbid 8250 on s390
authorChristian Borntraeger <borntraeger@de.ibm.com>
Tue, 12 Dec 2017 08:08:35 +0000 (09:08 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Dec 2017 19:21:28 +0000 (20:21 +0100)
Using "make kvmconfig" results in a potentially unusable linux image
on s390.  The reason is that both the (default on s390) sclp consoles
as well as the 8250 console register a ttyS<x> as console. Since there
will be no 8250 on s390 let's fence 8250. This will ensure that there
is always a working sclp console.

Reported-by: Alice Frosi <alice@linux.vnet.ibm.com>
Signed-off-by: Christian Borntraeger <borntraeger@de.ibm.com>
Reviewed-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/8250/Kconfig

index a5c0ef1..16b1496 100644 (file)
@@ -5,6 +5,7 @@
 
 config SERIAL_8250
        tristate "8250/16550 and compatible serial support"
+       depends on !S390
        select SERIAL_CORE
        ---help---
          This selects whether you want to include the driver for the standard