From 1ea938ca5e522cf0fbf93cbc8362b1ae58ec070f Mon Sep 17 00:00:00 2001 From: Sridhar Siricilla Date: Sun, 14 Mar 2021 09:12:12 +0530 Subject: mb/intel/shadowwmountain: Enable CSE Lite SKU for shadowmountain During the initial phases, the development and validation teams have to deal with both Consumer SKU and Lite SKU firmware. Having the support for CSE Lite enabled by default in coreboot helps in integrating both the SKUs. With this we only have to interchange the CSE region in the full BIOS image without having to worry about Kconfigs. Eases the build and integration flow. TEST=Verified build for Shadowmountain Signed-off-by: Sridhar Siricilla Change-Id: I2ebf4da1b8c1df2e9c43b6e3bb688a9f8db652d3 Reviewed-on: https://review.coreboot.org/c/coreboot/+/51496 Reviewed-by: Maulik V Vaghela Reviewed-by: Rizwan Qureshi Tested-by: build bot (Jenkins) --- src/mainboard/intel/shadowmountain/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mainboard/intel/shadowmountain/Kconfig b/src/mainboard/intel/shadowmountain/Kconfig index 2dbd653e0d..a8f7bf5d9e 100644 --- a/src/mainboard/intel/shadowmountain/Kconfig +++ b/src/mainboard/intel/shadowmountain/Kconfig @@ -22,6 +22,7 @@ config BOARD_SPECIFIC_OPTIONS select MAINBOARD_HAS_CHROMEOS select PCIEXP_HOTPLUG select SOC_INTEL_ALDERLAKE + select SOC_INTEL_CSE_LITE_SKU config CHROMEOS select GBB_FLAG_FORCE_DEV_SWITCH_ON -- cgit v1.2.3