From: Geert Uytterhoeven Date: Thu, 30 Nov 2017 13:11:59 +0000 (+0100) Subject: tty: serial: sh-sci: Hide serial console config question X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c5bb576d5e21e91a6380b8dd927ee4ceadbc23d5;p=linux.git tty: serial: sh-sci: Hide serial console config question Most users will want to use a serial console. Hence make that the default, unless CONFIG_EXPERT is enabled. Signed-off-by: Geert Uytterhoeven Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index bd96046d7f94b..0c75562d620fe 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig @@ -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)"