summaryrefslogtreecommitdiffstats
path: root/src/soc/intel/meteorlake/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/meteorlake/Kconfig')
-rw-r--r--src/soc/intel/meteorlake/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/intel/meteorlake/Kconfig b/src/soc/intel/meteorlake/Kconfig
index e114a67ab261..b29b3bcfbaee 100644
--- a/src/soc/intel/meteorlake/Kconfig
+++ b/src/soc/intel/meteorlake/Kconfig
@@ -358,4 +358,10 @@ config FSP_PUBLISH_MBP_HOB
This is to control creation of ME_BIOS_PAYLOAD_HOB (MBP HOB) by FSP.
Disabling it for the platforms, which do not use MBP HOB, can improve the boot time.
+config BUILDING_WITH_DEBUG_FSP
+ bool "Debug FSP is used for the build"
+ default n
+ help
+ Set this option if debug build of FSP is used.
+
endif