From 3bb3188acd826b12a7f506c7917671dd4a094887 Mon Sep 17 00:00:00 2001 From: Patrick Rudolph Date: Sat, 14 Feb 2026 09:48:55 +0100 Subject: [PATCH] mb/lenovo/x220: Select DRIVERS_OPTION_CFR_ENABLED Automatically use the CFR driver when EDK2 payload and SMMSTORE are enabled. Selects the UEFI variable option backend by default when SMMSTORE is enabled. Change-Id: Ib7cb122dc863d3449c670d1917ebdd2a0a6317d0 Signed-off-by: Patrick Rudolph Reviewed-on: https://review.coreboot.org/c/coreboot/+/91231 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier --- src/mainboard/lenovo/x220/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/lenovo/x220/Kconfig b/src/mainboard/lenovo/x220/Kconfig index 8291965976..1fe5566ab4 100644 --- a/src/mainboard/lenovo/x220/Kconfig +++ b/src/mainboard/lenovo/x220/Kconfig @@ -30,7 +30,7 @@ config BOARD_SPECIFIC_OPTIONS select SERIRQ_CONTINUOUS_MODE select SOUTHBRIDGE_INTEL_C216 select SYSTEM_TYPE_LAPTOP - + select DRIVERS_OPTION_CFR_ENABLED if PAYLOAD_EDK2 && SMMSTORE config VBOOT select GBB_FLAG_DISABLE_EC_SOFTWARE_SYNC