diff options
Diffstat (limited to 'src/soc/intel/alderlake/include')
-rw-r--r-- | src/soc/intel/alderlake/include/soc/bootblock.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/soc/intel/alderlake/include/soc/bootblock.h b/src/soc/intel/alderlake/include/soc/bootblock.h index ba4d1c24c0..41f99e1102 100644 --- a/src/soc/intel/alderlake/include/soc/bootblock.h +++ b/src/soc/intel/alderlake/include/soc/bootblock.h @@ -5,7 +5,8 @@ #if CONFIG(SOC_INTEL_ALDERLAKE_PCH_M) + \ CONFIG(SOC_INTEL_ALDERLAKE_PCH_N) + \ - CONFIG(SOC_INTEL_ALDERLAKE_PCH_P) != 1 + CONFIG(SOC_INTEL_ALDERLAKE_PCH_P) + \ + CONFIG(SOC_INTEL_ALDERLAKE_PCH_S) != 1 #error "Please select exactly one PCH type" #endif |