summaryrefslogtreecommitdiff
path: root/src/console/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/Kconfig')
-rw-r--r--src/console/Kconfig5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig
index 82f7441f3a..61ba667d59 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -1,8 +1,11 @@
menu "Console"
+config NO_BOOTBLOCK_CONSOLE
+ bool
+
config BOOTBLOCK_CONSOLE
bool "Enable early (bootblock) console output."
- depends on C_ENVIRONMENT_BOOTBLOCK
+ depends on C_ENVIRONMENT_BOOTBLOCK && !NO_BOOTBLOCK_CONSOLE
default y
help
Use console during the bootblock if supported