coreboot/src/drivers/option
Matt DeVillier 936ca8404a drivers/option/cfr: Select EFI variable store when edk2 payload used
Since CFR options require a backend to store the keys/values, select
DRIVERS_EFI_VARIABLE_STORE when edk2 is used as the payload and
SMMSTORE is enabled, so that boards only need to select
DRIVERS_OPTION_CFR in order to have a fully-functioning configuration
setup.

TEST=build samsung/stumpy with DRIVERS_OPTION_CFR selected and edk2
payload used.

Change-Id: Ib8565e4fefb1b3f05e58ab039be8ab0d1bc046f1
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/87410
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Angel Pons <th3fanbus@gmail.com>
2025-04-23 14:17:59 +00:00
..
cbfs_file_option.c drivers/option: Add CBFS file based option backend 2025-01-22 03:25:40 +00:00
cfr.c CFR: Add min/max/step values and hex display flag for number options 2025-02-07 22:00:01 +00:00
cfr_frontend.h CFR: Add min/max/step values and hex display flag for number options 2025-02-07 22:00:01 +00:00
Kconfig drivers/option/cfr: Select EFI variable store when edk2 payload used 2025-04-23 14:17:59 +00:00
Makefile.mk drivers/option: Add CBFS file based option backend 2025-01-22 03:25:40 +00:00