From 7eb53f8623bc5b0e2dc6fdec604b729c48850132 Mon Sep 17 00:00:00 2001 From: Kapil Porwal Date: Mon, 3 Mar 2025 11:06:33 +0530 Subject: [PATCH] soc/intel/ptl: Define config option for Wildcat Lake (WCL) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is same as PTL U/H at the moment. BUG=b:372502513 TEST=Build AP firmware image. Change-Id: Ibc51cb90bc13a442587d3dc187638544cb633a0f Signed-off-by: Kapil Porwal Reviewed-on: https://review.coreboot.org/c/coreboot/+/86691 Reviewed-by: Jayvik Desai Reviewed-by: Subrata Banik Reviewed-by: Jérémy Compostella Tested-by: build bot (Jenkins) --- src/soc/intel/pantherlake/Kconfig | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/soc/intel/pantherlake/Kconfig b/src/soc/intel/pantherlake/Kconfig index fc8664a927..58e6c28686 100644 --- a/src/soc/intel/pantherlake/Kconfig +++ b/src/soc/intel/pantherlake/Kconfig @@ -127,6 +127,12 @@ config SOC_INTEL_PANTHERLAKE_H help Choose this option if the mainboard is built using PTL-H 4Xe system-on-a-chip (SoC). +config SOC_INTEL_WILDCATLAKE + bool + select SOC_INTEL_PANTHERLAKE_U_H + help + Choose this option if the mainboard is built using WCL system-on-a-chip (SoC). + if SOC_INTEL_PANTHERLAKE_BASE config SOC_INTEL_PANTHERLAKE_TCSS_USB4_SUPPORT