Usha P has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/59751 )
Change subject: soc/intel/alderlake: Adding Kconfig for ADL_N PCH ......................................................................
soc/intel/alderlake: Adding Kconfig for ADL_N PCH
Add SOC_INTEL_ALDERLAKE_PCH_N option in Kconfig
Signed-off-by: Usha P usha.p@intel.com Change-Id: I1be10aea36db5a14ca8d7cf5c087163e44554f78 --- M src/soc/intel/alderlake/Kconfig 1 file changed, 5 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/51/59751/1
diff --git a/src/soc/intel/alderlake/Kconfig b/src/soc/intel/alderlake/Kconfig index e5d6d6b..a6e2672 100644 --- a/src/soc/intel/alderlake/Kconfig +++ b/src/soc/intel/alderlake/Kconfig @@ -8,6 +8,11 @@ help Choose this option if you have PCH-M chipset.
+config SOC_INTEL_ALDERLAKE_PCH_N + bool + help + Choose this option if you have PCH-N chipset. + if SOC_INTEL_ALDERLAKE
config CPU_SPECIFIC_OPTIONS