From ad488d25b03c9abebe8187843f8d1301d242f106 Mon Sep 17 00:00:00 2001 From: Daniele Forsi Date: Wed, 30 Jul 2014 12:23:35 +0200 Subject: src/console/Kconfig: Fix choice for showing POST codes on console Use CONSOLE_POST because the preprocessor conditional in post_code() in src/console/post.c depends on it, while POST_IO is used in another conditional for sending the codes to an I/O port. Change-Id: Ia044cffb5f0aad0f8b2bb04faa12df11a705757a Signed-off-by: Daniele Forsi Reviewed-on: http://review.coreboot.org/6416 Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Marc Jones --- src/console/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/console') diff --git a/src/console/Kconfig b/src/console/Kconfig index 710cc6e17b..8a2da1c5e5 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -296,7 +296,7 @@ config CMOS_POST_EXTRA This will enable extra logging of work that happens between post codes into CMOS for debug. This uses an additional 8 bytes of CMOS. -config POST_IO +config CONSOLE_POST bool "Show POST codes on the debug console" depends on !NO_POST default n -- cgit v1.2.3