Michał Żygowski has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/63455 )
Change subject: soc/intel/alderlake: Introduce PCH-S symbol ......................................................................
soc/intel/alderlake: Introduce PCH-S symbol
Introduce SOC_INTEL_ALDERLAKE_PCH_S symbol to differentiate from the low power chipsets.
Signed-off-by: Michał Żygowski michal.zygowski@3mdeb.com Change-Id: I47676723747458b8b7fe726e900843c198901bda --- M src/soc/intel/alderlake/Kconfig 1 file changed, 6 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/55/63455/1
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index d3c52944..a314d27 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -23,6 +23,12 @@ help Choose this option if your mainboard has a PCH-P chipset.
+config SOC_INTEL_ALDERLAKE_PCH_S + bool + select SOC_INTEL_ALDERLAKE + help + Choose this option if your mainboard has a PCH-S chipset. + if SOC_INTEL_ALDERLAKE
config CPU_SPECIFIC_OPTIONS