aboutsummaryrefslogtreecommitdiff
path: root/src/console/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/console/Kconfig')
-rw-r--r--src/console/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig
index e57d5686e7..7fbed4aafd 100644
--- a/src/console/Kconfig
+++ b/src/console/Kconfig
@@ -1,8 +1,12 @@
menu "Console"
+config DEFAULT_EARLY_CONSOLE
+ bool
+ default n
+
config EARLY_CONSOLE
bool "Enable early (pre-RAM) console output."
- default n
+ default DEFAULT_EARLY_CONSOLE
help
Use console during early (pre-RAM) boot stages