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

Commit fbccaca9 authored by Masahiro Yamada's avatar Masahiro Yamada Committed by Greg Kroah-Hartman
Browse files

serial: 8250_ingenic: delete redundant "select SERIAL_EARLYCON"



SERIAL_8250_INGENIC depends on SERIAL_8250_CONSOLE, which already
selects SERIAL_EARLYCON.

This line is redundant.

Signed-off-by: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: default avatarPeter Hurley <peter@hurleysoftware.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent b8d20e06
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -363,7 +363,6 @@ config SERIAL_8250_INGENIC
	bool "Support for Ingenic SoC serial ports"
	depends on SERIAL_8250_CONSOLE && OF_FLATTREE
	select LIBFDT
	select SERIAL_EARLYCON
	help
	  If you have a system using an Ingenic SoC and wish to make use of
	  its UARTs, say Y to this option. If unsure, say N.