commit | 79696cec2a14974ac495e00bec0b0fb7f3f4d778 | [log] [tgz] |
---|---|---|
author | Tom Saeger <tom.saeger@oracle.com> | Tue Mar 22 15:21:10 2022 -0600 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Apr 09 21:06:31 2022 +0200 |
tree | 6e5836eb2fa2fa2cde79d1b59994f5d3b6c223ec | |
parent | 7ab220072b263c96cd70412e414b00f54d66b9e2 [diff] |
efi_loader: optional persistence of variables Since be66b89da306 ("efi_loader: configuration of variables store") the choice of EFI_VARIABLE_FILE_STORE or EFI_MM_COMM_TEE is mutually-exclusive, however efi_var_to_file also allows for "neither". Provide an additional Kconfig option. Signed-off-by: Tom Saeger <tom.saeger@oracle.com> Reviewed-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>