aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/tty/serial/Kconfig
diff options
context:
space:
mode:
authorAlexander Stein <alexander.stein@systec-electronic.com>2011-11-15 18:04:07 -0500
committerGreg Kroah-Hartman <gregkh@suse.de>2011-11-15 18:50:31 -0500
commite30f867d402d6dcc2d03d8dd5da3863f7c83572a (patch)
treeb2f6486b5beb598878533bc17dfce275086ede51 /drivers/tty/serial/Kconfig
parentb82e324b3c46a554595c12b45465d1943a57326c (diff)
drivers/tty/serial/pch_uart.c: add console support
Add console support to pch_uart. To enable append e.g. console=ttyPCH0,115200 to your kernel command line. This is not expected work on CM-iTC boards due to their having a different clock. Signed-off-by: Alexander Stein <alexander.stein@systec-electronic.com> Cc: Alan Cox <alan@lxorguk.ukuu.org.uk> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/tty/serial/Kconfig')
-rw-r--r--drivers/tty/serial/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig
index 5f479dada6f2..956f2f02947b 100644
--- a/drivers/tty/serial/Kconfig
+++ b/drivers/tty/serial/Kconfig
@@ -1575,6 +1575,15 @@ config SERIAL_PCH_UART
1575 ML7213/ML7223 is companion chip for Intel Atom E6xx series. 1575 ML7213/ML7223 is companion chip for Intel Atom E6xx series.
1576 ML7213/ML7223 is completely compatible for Intel EG20T PCH. 1576 ML7213/ML7223 is completely compatible for Intel EG20T PCH.
1577 1577
1578config SERIAL_PCH_UART_CONSOLE
1579 bool "Support for console on Intel EG20T PCH UART/OKI SEMICONDUCTOR ML7213 IOH"
1580 depends on SERIAL_PCH_UART=y
1581 select SERIAL_CORE_CONSOLE
1582 help
1583 Say Y here if you wish to use the PCH UART as the system console
1584 (the system console is the device which receives all kernel messages and
1585 warnings and which allows logins in single user mode).
1586
1578config SERIAL_MSM_SMD 1587config SERIAL_MSM_SMD
1579 bool "Enable tty device interface for some SMD ports" 1588 bool "Enable tty device interface for some SMD ports"
1580 default n 1589 default n