From 7ca3ecb73a78ccced90e9f9297030b6aed1c4252 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sun, 18 Oct 2020 18:54:04 -0500 Subject: [PATCH] drivers/smmstore: Enable SMMSTORE V2 by default for Tianocore UEFIPAYLOAD Tianocore UEFIPAYLOAD now supports SMMSTORE V2, so enable it by default Change-Id: I33582427fe9d3fc7c15014d3a04fcdc533cb1ac8 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/55146 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer Reviewed-by: Angel Pons --- src/drivers/smmstore/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/src/drivers/smmstore/Kconfig b/src/drivers/smmstore/Kconfig index ba8268e378..13b7312242 100644 --- a/src/drivers/smmstore/Kconfig +++ b/src/drivers/smmstore/Kconfig @@ -9,6 +9,7 @@ config SMMSTORE config SMMSTORE_V2 bool "Use version 2 of SMMSTORE API" depends on SMMSTORE + default y if TIANOCORE_UEFIPAYLOAD default n help Version 2 of SMMSTORE allows secure communication with SMM and