Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit f0f6b803 authored by Fabio Estevam's avatar Fabio Estevam Committed by Greg Kroah-Hartman
Browse files

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: default avatarFabio Estevam <fabio.estevam@freescale.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 37fb5b56
Loading
Loading
Loading
Loading
+3 −4
Original line number Original line Diff line number Diff line
@@ -564,15 +564,14 @@ config SERIAL_IMX_CONSOLE
	depends on SERIAL_IMX=y
	depends on SERIAL_IMX=y
	select SERIAL_CORE_CONSOLE
	select SERIAL_CORE_CONSOLE
	help
	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.
	  CPU you can make it the console by answering Y to this option.


	  Even if you say Y here, the currently visible virtual console
	  Even if you say Y here, the currently visible virtual console
	  (/dev/tty0) will still be used as the system console by default, but
	  (/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
	  you can alter that using a kernel command line option such as
	  "console=ttySA0". (Try "man bootparam" or see the documentation of
	  "console=ttymxc0". (Try "man bootparam" or see the documentation of
	  your boot loader (lilo or loadlin) about how to pass options to the
	  your bootloader about how to pass options to the kernel at boot time.)
	  kernel at boot time.)


config SERIAL_UARTLITE
config SERIAL_UARTLITE
	tristate "Xilinx uartlite serial port support"
	tristate "Xilinx uartlite serial port support"