diff options
Diffstat (limited to 'src/drivers/elog/Kconfig')
-rw-r--r-- | src/drivers/elog/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/drivers/elog/Kconfig b/src/drivers/elog/Kconfig index c5ff7aeffe..da8a5fa220 100644 --- a/src/drivers/elog/Kconfig +++ b/src/drivers/elog/Kconfig @@ -36,6 +36,12 @@ config ELOG_CBMEM but it means that events added at runtime via the SMI handler will not be reflected in the CBMEM copy of the log. +config ELOG_PRERAM + bool + default n + help + This option will enable event logging from the preram stage. + endif config ELOG_GSMI |