aboutsummaryrefslogtreecommitdiff
path: root/src/console/Kconfig
diff options
context:
space:
mode:
authorStefan Reinauer <reinauer@google.com>2011-01-28 07:47:35 +0000
committerStefan Reinauer <stepan@openbios.org>2011-01-28 07:47:35 +0000
commit582d369fbdaed82a05a7f494998ab44bdb28c474 (patch)
tree9607f0debac46ff0ec9e928a0104ce8b55513371 /src/console/Kconfig
parentc6d2b09f7673a33e75a4f5a38368e9684c2ecc79 (diff)
rename CONFIG_SERIAL_POST to CONFIG_CONSOLE_POST
because that is what it does. Signed-off-by: Stefan Reinauer <reinauer@google.com> Acked-by: Patrick Georgi <patrick.georgi@secunet.com> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6311 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/console/Kconfig')
-rw-r--r--src/console/Kconfig8
1 files changed, 4 insertions, 4 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig
index 296b668192..972276b675 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -326,14 +326,14 @@ config NO_POST
bool "Don't show any POST codes"
default n
-config SERIAL_POST
- bool "Show POST codes on the serial port console"
- depends on CONSOLE_SERIAL8250 && !NO_POST
+config CONSOLE_POST
+ bool "Show POST codes on the debug console"
+ depends on !NO_POST
default n
help
If enabled, coreboot will additionally print POST codes (which are
usually displayed using a so-called "POST card" ISA/PCI/PCI-E
- device) on the serial console.
+ device) on the debug console.
endmenu