tty: serial: sh-sci: Hide serial console config question
authorGeert Uytterhoeven <geert+renesas@glider.be>
Thu, 30 Nov 2017 13:11:59 +0000 (14:11 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 15 Dec 2017 19:24:14 +0000 (20:24 +0100)
Most users will want to use a serial console.

Hence make that the default, unless CONFIG_EXPERT is enabled.

Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/tty/serial/Kconfig

index bd96046d7f94bac00a3b4c48d691763a02e22a72..0c75562d620feb826e4e061538fac9303c94660b 100644 (file)
@@ -768,9 +768,10 @@ config SERIAL_SH_SCI_NR_UARTS
        default "18" if ARCH_RENESAS
 
 config SERIAL_SH_SCI_CONSOLE
-       bool "Support for console on SuperH SCI(F)"
+       bool "Support for console on SuperH SCI(F)" if EXPERT
        depends on SERIAL_SH_SCI=y
        select SERIAL_CORE_CONSOLE
+       default y
 
 config SERIAL_SH_SCI_EARLYCON
        bool "Support for early console on SuperH SCI(F)"