diff options
Diffstat (limited to 'src/console/Kconfig')
-rw-r--r-- | src/console/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/console/Kconfig b/src/console/Kconfig index 4cb407e785..5d505d2d21 100644 --- a/src/console/Kconfig +++ b/src/console/Kconfig @@ -13,7 +13,7 @@ config BOOTBLOCK_CONSOLE config POSTCAR_CONSOLE bool "Enable console output during postcar." depends on POSTCAR_STAGE - default n + default y help Use console during the postcar if supported |