diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/drivers/smmstore/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 |