diff options
| author | Heinrich Schuchardt <[email protected]> | 2018-11-18 17:58:48 +0100 |
|---|---|---|
| committer | Alexander Graf <[email protected]> | 2018-12-02 21:59:37 +0100 |
| commit | 42910ff1baa9c6bf9e0eecbe252bf06e11861fa8 (patch) | |
| tree | a83aad8bb6c2c0bffbb63a8c0caaf84272996066 /lib | |
| parent | 34841303ac2c5564f6430627f30c8ade08b2b471 (diff) | |
efi_selftest: building sandbox with EFI_SELFTEST
Enable building the sandbox with CONFIG_EFI_SELFTEST.
Signed-off-by: Heinrich Schuchardt <[email protected]>
Signed-off-by: Alexander Graf <[email protected]>
Diffstat (limited to 'lib')
| -rw-r--r-- | lib/efi_selftest/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/efi_selftest/Kconfig b/lib/efi_selftest/Kconfig index b52696778dd..59f9f36801c 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 |
