]> Git Repo - J-u-boot.git/blobdiff - lib/efi_selftest/Kconfig
Merge https://gitlab.denx.de/u-boot/custodians/u-boot-x86
[J-u-boot.git] / lib / efi_selftest / Kconfig
index 3b5f3a1230b5b0af74bc7bb8ec7e8a74a9d9ca14..ca624361080434495aee264709c690201f201ff6 100644 (file)
@@ -1,7 +1,12 @@
 config CMD_BOOTEFI_SELFTEST
-       bool "Allow booting an EFI efi_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
        help
-         This adds aEFI test application to U-Boot that can be executed
-         with the 'bootefi selftest' command. It provides extended tests of
-         the EFI API implementation.
+         This adds a UEFI test application to U-Boot that can be executed
+         via the 'bootefi selftest' command. It provides extended tests of
+         the UEFI API implementation.
This page took 0.026624 seconds and 4 git commands to generate.