Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3a987e73 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Greg Kroah-Hartman
Browse files

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: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c5bb576d
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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"