aboutsummaryrefslogtreecommitdiff
path: root/src/soc/intel/apollolake/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/soc/intel/apollolake/Kconfig')
-rw-r--r--src/soc/intel/apollolake/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/intel/apollolake/Kconfig b/src/soc/intel/apollolake/Kconfig
index 4a03a6c2c5..8cac151640 100644
--- a/src/soc/intel/apollolake/Kconfig
+++ b/src/soc/intel/apollolake/Kconfig
@@ -11,6 +11,7 @@ config SOC_INTEL_GLK
select SOC_INTEL_COMMON_BLOCK_SGX
select SOC_INTEL_COMMON_BLOCK_GSPI_VERSION_2
select IDT_IN_EVERY_STAGE
+ select PAGING_IN_CACHE_AS_RAM
help
Intel GLK support
@@ -383,4 +384,9 @@ config SOC_INTEL_COMMON_BLOCK_GSPI_MAX
int
default 3
+# Don't include the early page tables in RW_A or RW_B cbfs regions
+config RO_REGION_ONLY
+ string
+ default "pdpt pt"
+
endif