aboutsummaryrefslogtreecommitdiff
path: root/src/console/Kconfig
diff options
context:
space:
mode:
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