summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/intel/alderlake/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig
index d14b9a9c48..f6ef7a7e04 100644
--- a/src/soc/intel/alderlake/Kconfig
+++ b/src/soc/intel/alderlake/Kconfig
@@ -433,4 +433,10 @@ config SI_DESC_REGION_SZ
help
Size of Descriptor Region in the FMAP
+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