From: Heinrich Schuchardt Date: Sun, 18 Nov 2018 16:58:48 +0000 (+0100) Subject: efi_selftest: building sandbox with EFI_SELFTEST X-Git-Tag: v2019.01-rc1~9^2~15 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=42910ff1baa9c6bf9e0eecbe252bf06e11861fa8;p=oweals%2Fu-boot.git efi_selftest: building sandbox with EFI_SELFTEST Enable building the sandbox with CONFIG_EFI_SELFTEST. Signed-off-by: Heinrich Schuchardt Signed-off-by: Alexander Graf --- diff --git a/lib/efi_selftest/Kconfig b/lib/efi_selftest/Kconfig index b52696778d..59f9f36801 100644 --- a/lib/efi_selftest/Kconfig +++ b/lib/efi_selftest/Kconfig @@ -1,6 +1,6 @@ config CMD_BOOTEFI_SELFTEST bool "Allow booting an EFI efi_selftest" - depends on CMD_BOOTEFI && !SANDBOX + depends on CMD_BOOTEFI imply FAT imply FAT_WRITE help