aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorHeinrich Schuchardt <xypron.glpk@gmx.de>2018-11-18 17:58:48 +0100
committerAlexander Graf <agraf@suse.de>2018-12-02 21:59:37 +0100
commit42910ff1baa9c6bf9e0eecbe252bf06e11861fa8 (patch)
treea83aad8bb6c2c0bffbb63a8c0caaf84272996066 /lib
parent34841303ac2c5564f6430627f30c8ade08b2b471 (diff)
downloadu-boot-42910ff1baa9c6bf9e0eecbe252bf06e11861fa8.zip
u-boot-42910ff1baa9c6bf9e0eecbe252bf06e11861fa8.tar.gz
u-boot-42910ff1baa9c6bf9e0eecbe252bf06e11861fa8.tar.bz2
efi_selftest: building sandbox with EFI_SELFTEST
Enable building the sandbox with CONFIG_EFI_SELFTEST. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Alexander Graf <agraf@suse.de>
Diffstat (limited to 'lib')
-rw-r--r--lib/efi_selftest/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_selftest/Kconfig b/lib/efi_selftest/Kconfig
index b526967..59f9f36 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