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 <dforsi@gmail.com>
Reviewed-on: http://review.coreboot.org/6416
Tested-by: build bot (Jenkins)
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Marc Jones <marc.jones@se-eng.com>
This commit is contained in:
Daniele Forsi 2014-07-30 12:23:35 +02:00 committed by Marc Jones
parent 90957f8852
commit ad488d25b0
1 changed files with 1 additions and 1 deletions

View File

@ -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