Sridhar Siricilla has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/51442 )
Change subject: mb/google/brya: Enable CSE Lite SKU for Brya ......................................................................
mb/google/brya: Enable CSE Lite SKU for Brya
The patch enables CSE Lite SKU for Brya baseboard.
TEST=Verified build for Brya
Signed-off-by: Sridhar Siricilla sridhar.siricilla@intel.com Change-Id: I3ee8b2094320ccc3d68f98309272c8a71234641b --- M src/mainboard/google/brya/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/42/51442/1
diff --git a/src/mainboard/google/brya/Kconfig b/src/mainboard/google/brya/Kconfig index 0ae7049..5007836 100644 --- a/src/mainboard/google/brya/Kconfig +++ b/src/mainboard/google/brya/Kconfig @@ -21,6 +21,7 @@ select MAINBOARD_HAS_I2C_TPM_CR50 select MAINBOARD_HAS_TPM2 select SOC_INTEL_ALDERLAKE + select SOC_INTEL_CSE_LITE_SKU
if BOARD_GOOGLE_BASEBOARD_BRYA