From: Peter Korsgaard Date: Fri, 29 Sep 2006 09:00:23 +0000 (-0700) Subject: [PATCH] fix serial/amba-pl011.c console Kconfig X-Git-Tag: v2.6.19-rc1~749 X-Git-Url: https://openfabrics.org/gitweb/?a=commitdiff_plain;h=b22b4cdd53f5e1ee9ef1ef7933ddb77065859d05;p=~emulex%2Finfiniband.git [PATCH] fix serial/amba-pl011.c console Kconfig Fix the Kconfig entry for console on AMBA PL011 to match the code. Signed-off-by: Peter Korsgaard Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig index 261eaa44295..d926272a40d 100644 --- a/drivers/serial/Kconfig +++ b/drivers/serial/Kconfig @@ -295,7 +295,7 @@ config SERIAL_AMBA_PL011_CONSOLE Even if you say Y here, the currently visible framebuffer 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=ttyAM0". (Try "man bootparam" or see the documentation of + "console=ttyAMA0". (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.)