aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_selftest/Kconfig
diff options
context:
space:
mode:
authorHeinrich Schuchardt2020-07-29 12:43:41 +0200
committerHeinrich Schuchardt2020-08-01 11:58:39 +0200
commit5c2227e4956f3287165ef5aac55ee5e96a61a518 (patch)
tree927060fe33d69ee04c4cace328297ac92f151bc5 /lib/efi_selftest/Kconfig
parenta1077bf5828e715f13f5a6b1d52a311186f7dc04 (diff)
efi_selftest: block device test requires CONFIG_DOS_PARTITION
Do not execute the block device test if CONFIG_DOS_PARTITION=n. Imply CONFIG_DOS_PARTITION in Kconfig. Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
Diffstat (limited to 'lib/efi_selftest/Kconfig')
-rw-r--r--lib/efi_selftest/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/efi_selftest/Kconfig b/lib/efi_selftest/Kconfig
index 478140330b5..ca624361080 100644
--- a/lib/efi_selftest/Kconfig
+++ b/lib/efi_selftest/Kconfig
@@ -1,6 +1,8 @@
config CMD_BOOTEFI_SELFTEST
bool "UEFI unit tests"
depends on CMD_BOOTEFI
+ imply PARTITIONS
+ imply DOS_PARTITION
imply FAT
imply FAT_WRITE
imply CMD_POWEROFF if PSCI_RESET || SYSRESET_PSCI