aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/soc/intel/alderlake/Kconfig12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig
index 4ced781ca7..0484b17791 100644
--- a/src/soc/intel/alderlake/Kconfig
+++ b/src/soc/intel/alderlake/Kconfig
@@ -368,4 +368,16 @@ config CSE_BPDT_VERSION
endif
+config SI_DESC_REGION
+ string "Descriptor Region name"
+ default "SI_DESC"
+ help
+ Name of Descriptor Region in the FMAP
+
+config SI_DESC_REGION_SZ
+ int
+ default 4096
+ help
+ Size of Descriptor Region in the FMAP
+
endif