summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2018-12-25 22:22:34 -0600
committerPatrick Georgi <pgeorgi@google.com>2020-03-15 13:11:37 +0000
commit083e4ef1effd87b9cab70588186f389219e1037d (patch)
tree5113d3ba91d8ce6b9532506c68b7145ef7f8dd99 /src
parent59c7cb7d372ee1a90972de9de933af880fd8a042 (diff)
downloadcoreboot-083e4ef1effd87b9cab70588186f389219e1037d.tar.gz
coreboot-083e4ef1effd87b9cab70588186f389219e1037d.tar.bz2
coreboot-083e4ef1effd87b9cab70588186f389219e1037d.zip
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>
Diffstat (limited to 'src')
-rw-r--r--src/drivers/smmstore/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/drivers/smmstore/Kconfig b/src/drivers/smmstore/Kconfig
index 333f5e1d7c63..bb9080955334 100644
--- a/src/drivers/smmstore/Kconfig
+++ b/src/drivers/smmstore/Kconfig
@@ -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