diff options
Diffstat (limited to 'src/console/Kconfig')
-rw-r--r-- | src/console/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig index 02244d7ded..83826954b5 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -333,6 +333,10 @@ config NO_POST bool "Don't show any POST codes" default n +config POST_PORT + int + default 0x80 + config CONSOLE_POST bool "Show POST codes on the debug console" depends on !NO_POST |