瀏覽代碼

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 <yamada.masahiro@socionext.com>
Reviewed-by: Peter Hurley <peter@hurleysoftware.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Masahiro Yamada 10 年之前
父節點
當前提交
fbccaca9bd
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      drivers/tty/serial/8250/Kconfig

+ 0 - 1
drivers/tty/serial/8250/Kconfig

@@ -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.