diff options
Diffstat (limited to 'src/soc/intel/xeon_sp/spr/Kconfig')
-rw-r--r-- | src/soc/intel/xeon_sp/spr/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/soc/intel/xeon_sp/spr/Kconfig b/src/soc/intel/xeon_sp/spr/Kconfig index 0c60f8c2f7..b1d92cfdd2 100644 --- a/src/soc/intel/xeon_sp/spr/Kconfig +++ b/src/soc/intel/xeon_sp/spr/Kconfig @@ -8,6 +8,10 @@ config SOC_SPECIFIC_OPTIONS select SAVE_MRC_AFTER_FSPS select SOC_INTEL_MEM_MAPPED_PM_CONFIGURATION +config CHIPSET_DEVICETREE + string + default "soc/intel/xeon_sp/spr/chipset.cb" + config FSP_HEADER_PATH string "Location of FSP headers" depends on MAINBOARD_USES_FSP2_0 |