diff options
Diffstat (limited to 'src/soc')
-rw-r--r-- | src/soc/intel/alderlake/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index d3c52944cb..a314d27a26 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -23,6 +23,12 @@ config SOC_INTEL_ALDERLAKE_PCH_P 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 |