aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/serial
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2006-09-29 05:00:23 -0400
committerLinus Torvalds <torvalds@g5.osdl.org>2006-09-29 12:18:14 -0400
commitb22b4cdd53f5e1ee9ef1ef7933ddb77065859d05 (patch)
treecaa06b143f3f20a849afee6ea3a26d1910c1665e /drivers/serial
parent07dccf3344010f9b9df7fe725da7e73bca2992df (diff)
[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 <jacmet@sunsite.dk> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/serial')
-rw-r--r--drivers/serial/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/serial/Kconfig b/drivers/serial/Kconfig
index 261eaa442953..d926272a40db 100644
--- a/drivers/serial/Kconfig
+++ b/drivers/serial/Kconfig
@@ -295,7 +295,7 @@ config SERIAL_AMBA_PL011_CONSOLE
295 Even if you say Y here, the currently visible framebuffer console 295 Even if you say Y here, the currently visible framebuffer console
296 (/dev/tty0) will still be used as the system console by default, but 296 (/dev/tty0) will still be used as the system console by default, but
297 you can alter that using a kernel command line option such as 297 you can alter that using a kernel command line option such as
298 "console=ttyAM0". (Try "man bootparam" or see the documentation of 298 "console=ttyAMA0". (Try "man bootparam" or see the documentation of
299 your boot loader (lilo or loadlin) about how to pass options to the 299 your boot loader (lilo or loadlin) about how to pass options to the
300 kernel at boot time.) 300 kernel at boot time.)
301 301