aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Kconfig
diff options
context:
space:
mode:
authorStephen Boyd <sboyd@codeaurora.org>2014-09-15 17:22:51 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2014-09-28 21:49:48 -0400
commit0efe72963409739778e93d8e2046305bc8310e83 (patch)
tree24db739e3d0646205618eeca9c77004cfb55b134 /drivers/tty/serial/Kconfig
parentserial/core: Initialize the console pm state (diff)
downloadlinux-dev-0efe72963409739778e93d8e2046305bc8310e83.tar.xz
linux-dev-0efe72963409739778e93d8e2046305bc8310e83.zip
tty: serial: msm: Add earlycon support
Add support for DT based and command line based early console on platforms with the msm serial hardware. Cc: Rob Herring <robh@kernel.org> Signed-off-by: Stephen Boyd <sboyd@codeaurora.org> 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 02a896f4dbcd..649b784081c7 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -1070,6 +1070,7 @@ config SERIAL_MSM_CONSOLE
bool "MSM serial console support"
depends on SERIAL_MSM=y
select SERIAL_CORE_CONSOLE
+ select SERIAL_EARLYCON
config SERIAL_MSM_HS
tristate "MSM UART High Speed: Serial Driver"