1
0
Fork 0

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 <geert+renesas@glider.be>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
hifive-unleashed-5.1
Geert Uytterhoeven 2017-11-30 14:11:59 +01:00 committed by Greg Kroah-Hartman
parent f6731485a5
commit c5bb576d5e
1 changed files with 2 additions and 1 deletions

View 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)"