Re: [PATCH 1/1] efi_loader: configuration of variables store

2020-07-14 Thread ilias . apalodimas
On Tue, Jul 14, 2020 at 07:28:43PM +0200, Heinrich Schuchardt wrote: > The file based and the OP-TEE based UEFI variable store are mutually > exclusive. Define them as choice options in Kconfig. > > Signed-off-by: Heinrich Schuchardt > --- > lib/efi_loader/Kconfig | 30 ++

[PATCH 1/1] efi_loader: configuration of variables store

2020-07-14 Thread Heinrich Schuchardt
The file based and the OP-TEE based UEFI variable store are mutually exclusive. Define them as choice options in Kconfig. Signed-off-by: Heinrich Schuchardt --- lib/efi_loader/Kconfig | 30 ++ 1 file changed, 18 insertions(+), 12 deletions(-) diff --git a/lib/efi_loa