diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2006-09-29 02:00:23 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@g5.osdl.org> | 2006-09-29 09:18:14 -0700 |
commit | b22b4cdd53f5e1ee9ef1ef7933ddb77065859d05 (patch) | |
tree | caa06b143f3f20a849afee6ea3a26d1910c1665e /drivers/serial/Kconfig | |
parent | 07dccf3344010f9b9df7fe725da7e73bca2992df (diff) | |
download | linux-3.10-b22b4cdd53f5e1ee9ef1ef7933ddb77065859d05.tar.gz linux-3.10-b22b4cdd53f5e1ee9ef1ef7933ddb77065859d05.tar.bz2 linux-3.10-b22b4cdd53f5e1ee9ef1ef7933ddb77065859d05.zip |
[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/Kconfig')
-rw-r--r-- | drivers/serial/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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.) |