From: Masahiro Yamada Date: Fri, 23 Oct 2015 13:31:15 +0000 (+0900) Subject: serial: 8250_ingenic: delete redundant "select SERIAL_EARLYCON" X-Git-Tag: v4.5-rc1~123^2~92 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=fbccaca9bd099e3b8bc6dfabb8dc6f57ad83d1a8;hp=fbccaca9bd099e3b8bc6dfabb8dc6f57ad83d1a8;p=karo-tx-linux.git 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: Masahiro Yamada Reviewed-by: Peter Hurley Signed-off-by: Greg Kroah-Hartman ---