summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/drivers/intel/fsp2_0/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/drivers/intel/fsp2_0/Kconfig b/src/drivers/intel/fsp2_0/Kconfig
index 9ea1526e84..2ad32097de 100644
--- a/src/drivers/intel/fsp2_0/Kconfig
+++ b/src/drivers/intel/fsp2_0/Kconfig
@@ -467,6 +467,15 @@ config DISPLAY_FSP_TIMESTAMPS
To be able to use this, FSP has to be compiled with `PcdFspPerformanceEnable` set to
`TRUE`.
+config FSP_UGOP_EARLY_SIGN_OF_LIFE
+ bool
+ default n
+ select VBT_CBFS_COMPRESSION_DEFAULT_LZ4
+ help
+ Enable the FSP-M Sign-of-Life feature to display a text message
+ on screen during memory training and CSME update. This utilizes Intel's underlying uGOP
+ technology to enable early sign of life (eSOL) as part of FSP-M.
+
config FSP_ENABLE_SERIAL_DEBUG
bool "Output FSP debug messages on serial console"
default y