diff options
Diffstat (limited to 'src/soc/intel/common/Kconfig')
-rw-r--r-- | src/soc/intel/common/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/common/Kconfig b/src/soc/intel/common/Kconfig index 75e585d70a..3d0c0eff78 100644 --- a/src/soc/intel/common/Kconfig +++ b/src/soc/intel/common/Kconfig @@ -73,18 +73,22 @@ config SOC_INTEL_COMMON_FSP_RAM_INIT config SOC_INTEL_COMMON_FSP_ROMSTAGE bool default n + depends on PLATFORM_USES_FSP1_1 config SOC_INTEL_COMMON_RESET bool default n + depends on PLATFORM_USES_FSP1_1 config SOC_INTEL_COMMON_STACK bool default n + depends on PLATFORM_USES_FSP1_1 config SOC_INTEL_COMMON_STAGE_CACHE bool default n + depends on PLATFORM_USES_FSP1_1 config ROMSTAGE_RAM_STACK_SIZE hex "Size of the romstage RAM stack in bytes" |