1
0
Fork 0

tty: serial: sh-sci: Hide earlycon config question

Renesas H8/300 and ARM platforms use DT and support earlycon, so most
users want earlycon support to be enabled.

On SuperH platforms, earlycon is not yet supported.

Hence follow the above rationale to configure 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:12:00 +01:00 committed by Greg Kroah-Hartman
parent c5bb576d5e
commit 3a987e7354
1 changed files with 2 additions and 1 deletions

View File

@ -774,10 +774,11 @@ config SERIAL_SH_SCI_CONSOLE
default y
config SERIAL_SH_SCI_EARLYCON
bool "Support for early console on SuperH SCI(F)"
bool "Support for early console on SuperH SCI(F)" if EXPERT
depends on SERIAL_SH_SCI=y
select SERIAL_CORE_CONSOLE
select SERIAL_EARLYCON
default ARCH_RENESAS || H8300
config SERIAL_SH_SCI_DMA
bool "DMA support"