linux-serial.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] serial: 8250_ingenic: delete redundant "select SERIAL_EARLYCON"
@ 2015-10-23 13:31 Masahiro Yamada
  2015-10-23 13:31 ` [PATCH 2/2] serial: 8250_ingenic: allow to be independent of SERIAL_8250_CONSOLE Masahiro Yamada
  2015-10-27 14:15 ` [PATCH 1/2] serial: 8250_ingenic: delete redundant "select SERIAL_EARLYCON" Peter Hurley
  0 siblings, 2 replies; 5+ messages in thread
From: Masahiro Yamada @ 2015-10-23 13:31 UTC (permalink / raw)
  To: linux-serial
  Cc: Paul Burton, Peter Hurley, Masahiro Yamada,
	Sebastian Andrzej Siewior, Jiri Slaby, linux-kernel,
	Andy Shevchenko, Joachim Eastwood, John Crispin,
	Greg Kroah-Hartman, Ralf Baechle

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

 drivers/tty/serial/8250/Kconfig | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/tty/serial/8250/Kconfig b/drivers/tty/serial/8250/Kconfig
index e1de118..960da95 100644
--- a/drivers/tty/serial/8250/Kconfig
+++ b/drivers/tty/serial/8250/Kconfig
@@ -362,7 +362,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.
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2015-12-21 20:15 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-10-23 13:31 [PATCH 1/2] serial: 8250_ingenic: delete redundant "select SERIAL_EARLYCON" Masahiro Yamada
2015-10-23 13:31 ` [PATCH 2/2] serial: 8250_ingenic: allow to be independent of SERIAL_8250_CONSOLE Masahiro Yamada
2015-10-27 14:20   ` Peter Hurley
2015-12-21 20:15     ` Paul Gortmaker
2015-10-27 14:15 ` [PATCH 1/2] serial: 8250_ingenic: delete redundant "select SERIAL_EARLYCON" Peter Hurley

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).