From 14b66cb01b5fbbb3e55c5b6b042efab3cf6f013c Mon Sep 17 00:00:00 2001 From: Sowmya Aralguppe Date: Mon, 21 Apr 2025 22:17:58 +0530 Subject: [PATCH] soc/intel/pantherlake: Add new SoC config for Intel Wildcat Lake(WCL) TEST=Compiled and Verified on Wildcat Lake Simulation Platform. Change-Id: Ifd5bb19dd41c9e44b5399f570d4e21f03d5fce18 Signed-off-by: Sowmya Aralguppe Reviewed-on: https://review.coreboot.org/c/coreboot/+/87402 Reviewed-by: Kapil Porwal Reviewed-by: Pranava Y N Tested-by: build bot (Jenkins) Reviewed-by: Subrata Banik --- 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 b325aaf4c7..b1bff143a9 100644 --- a/src/soc/intel/pantherlake/Kconfig +++ b/src/soc/intel/pantherlake/Kconfig @@ -125,6 +125,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