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, 8 insertions, 0 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig
index c6aec18b09..721cc60e2b 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -367,6 +367,14 @@ config CONSOLE_SYSTEM76_EC
help
Send coreboot debug output to a System76 embedded controller.
+config CONSOLE_AMD_SIMNOW
+ bool "AMD SimNow console output"
+ default n
+ depends on SOC_AMD_COMMON && !POST_IO
+ select CONSOLE_POST
+ help
+ Send coreboot debug output to IO ports for SimNow
+
config CONSOLE_OVERRIDE_LOGLEVEL
bool
help