diff options
Diffstat (limited to 'src/Kconfig')
-rw-r--r-- | src/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/Kconfig b/src/Kconfig index 7c1415e62d..1cc0bfaea9 100644 --- a/src/Kconfig +++ b/src/Kconfig @@ -209,6 +209,12 @@ config NO_XIP_EARLY_STAGES config EARLY_CBMEM_INIT def_bool !LATE_CBMEM_INIT +config EARLY_CBMEM_LIST + bool + default n + help + Enable display of CBMEM during romstage and postcar. + config COLLECT_TIMESTAMPS bool "Create a table of timestamps collected during boot" default n |