drivers/smmstore: default to selected for Tianocore payload

Now that SMMSTORE is implemented across all platforms that
Tianocore supports, default to selected so that NVRAM
functions and Tianocore setting saved as users expect.

Change-Id: I067e5faee73cba585a1123215ed2d80e3eaa7877
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/39570
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Benjamin Doron <benjamin.doron00@gmail.com>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
Matt DeVillier 2018-12-25 22:22:34 -06:00 committed by Patrick Georgi
parent 59c7cb7d37
commit 083e4ef1ef
1 changed files with 1 additions and 1 deletions

View File

@ -13,8 +13,8 @@
config SMMSTORE
bool "Support for flash based, SMM mediated data store"
default n
depends on BOOT_DEVICE_SUPPORTS_WRITES
default y if PAYLOAD_TIANOCORE
select SPI_FLASH_SMM if BOOT_DEVICE_SPI_FLASH_RW_NOMMAP
config SMMSTORE_IN_CBFS