diff options
Diffstat (limited to 'src/console/Kconfig')
-rw-r--r-- | src/console/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig index 013b72feca..1d050f7113 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -9,6 +9,7 @@ config BOOTBLOCK_CONSOLE config EARLY_CONSOLE bool "Enable early (pre-RAM) console output." + default y if CACHE_AS_RAM default n help Use console during early (pre-RAM) boot stages |