diff options
author | Daniele Forsi <dforsi@gmail.com> | 2014-07-30 12:23:35 +0200 |
---|---|---|
committer | Marc Jones <marc.jones@se-eng.com> | 2014-07-30 20:34:08 +0200 |
commit | ad488d25b03c9abebe8187843f8d1301d242f106 (patch) | |
tree | 30ffe6b0dc75ac02e9ed137fec5a44db4234cdb8 /src/console/Kconfig | |
parent | 90957f885294527ff9342f56d2e07c5a23fb1ce2 (diff) |
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>
Diffstat (limited to 'src/console/Kconfig')
-rw-r--r-- | src/console/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
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 |