summaryrefslogtreecommitdiff
path: root/drivers/tty/serial/Kconfig
diff options
context:
space:
mode:
authorMichal Simek <michal.simek@xilinx.com>2014-09-10 10:43:02 (GMT)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-29 01:32:37 (GMT)
commit6fa62fc46e10f34aed70d2cfcf573ba8d3833e18 (patch)
treed1ba4c97c243a577b80e920a6873681eac817992 /drivers/tty/serial/Kconfig
parenta4688bcd34bd2f4fe7fb88856c85d3091270ab53 (diff)
downloadlinux-6fa62fc46e10f34aed70d2cfcf573ba8d3833e18.tar.xz
serial: cadence: Add generic earlycon support
Add earlycon support for the cadence serial port. This is based on recent patches: "tty/serial: pl011: add generic earlycon support" (sha1: 0d3c673e7881e691991b2a4745bd4f149603baa2) "tty/serial: add arm/arm64 semihosting earlycon" (sha1: d50d7269ebcb438afa346cdffce0f4e2a1b9e831) Signed-off-by: Michal Simek <michal.simek@xilinx.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r--drivers/tty/serial/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 81f6ee7..02a896f 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -1429,6 +1429,7 @@ config SERIAL_XILINX_PS_UART_CONSOLE
bool "Cadence UART console support"
depends on SERIAL_XILINX_PS_UART=y
select SERIAL_CORE_CONSOLE
+ select SERIAL_EARLYCON
help
Enable a Cadence UART port to be the system console.