diff options
author | Rob Herring <robh@kernel.org> | 2014-04-18 17:19:56 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2014-04-24 16:32:27 -0700 |
commit | d2fd6810a823bcde1ee232668f5689837aafa772 (patch) | |
tree | 04125016da8ed12193b234f2d2d1ead8f123fd37 /drivers/tty/serial/8250/Kconfig | |
parent | 9aac5887595b765b6f64b2af08b785e82e095b57 (diff) | |
download | talos-obmc-linux-d2fd6810a823bcde1ee232668f5689837aafa772.tar.gz talos-obmc-linux-d2fd6810a823bcde1ee232668f5689837aafa772.zip |
tty/serial: convert 8250 to generic earlycon
With the generic earlycon infrastructure in place, convert the 8250
early console to use it.
Signed-off-by: Rob Herring <robh@kernel.org>
Cc: Jiri Slaby <jslaby@suse.cz>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/8250/Kconfig')
-rw-r--r-- | drivers/tty/serial/8250/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/8250/Kconfig b/drivers/tty/serial/8250/Kconfig index 91f1d8332b86..349ee598b34c 100644 --- a/drivers/tty/serial/8250/Kconfig +++ b/drivers/tty/serial/8250/Kconfig @@ -61,6 +61,7 @@ config SERIAL_8250_CONSOLE bool "Console on 8250/16550 and compatible serial port" depends on SERIAL_8250=y select SERIAL_CORE_CONSOLE + select SERIAL_EARLYCON ---help--- If you say Y here, it will be possible to use a serial port as the system console (the system console is the device which receives all |