diff options
author | Fabio Estevam <fabio.estevam@freescale.com> | 2013-06-05 07:58:48 +0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-07 00:09:55 +0400 |
commit | f0f6b80368133411414762d1ce42d983ff618c95 (patch) | |
tree | ead795af961c589ce6b203f05ac7f91d0d1ca577 /drivers/tty | |
parent | 37fb5b5604c5852daaa10110a29db1bb21d4f769 (diff) | |
download | linux-f0f6b80368133411414762d1ce42d983ff618c95.tar.xz |
serial: imx: Improve Kconfig text
Some improvements in the Kconfig text:
- Vendor is Freescale now
- Provide a better example for the console parameter, which is something like
console=ttymxc0
- Do not pass the names of ancient bootloaders
Signed-off-by: Fabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/tty')
-rw-r--r-- | drivers/tty/serial/Kconfig | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/drivers/tty/serial/Kconfig b/drivers/tty/serial/Kconfig index 28ebf9097951..95e66acca165 100644 --- a/drivers/tty/serial/Kconfig +++ b/drivers/tty/serial/Kconfig @@ -564,15 +564,14 @@ config SERIAL_IMX_CONSOLE depends on SERIAL_IMX=y select SERIAL_CORE_CONSOLE help - If you have enabled the serial port on the Motorola IMX + If you have enabled the serial port on the Freescale IMX CPU you can make it the console by answering Y to this option. Even if you say Y here, the currently visible virtual console (/dev/tty0) will still be used as the system console by default, but you can alter that using a kernel command line option such as - "console=ttySA0". (Try "man bootparam" or see the documentation of - your boot loader (lilo or loadlin) about how to pass options to the - kernel at boot time.) + "console=ttymxc0". (Try "man bootparam" or see the documentation of + your bootloader about how to pass options to the kernel at boot time.) config SERIAL_UARTLITE tristate "Xilinx uartlite serial port support" |