imx: imx8qxp: update fdt_file according to m4 state
[oweals/u-boot.git] / lib / efi_selftest / Kconfig
index 3b5f3a1230b5b0af74bc7bb8ec7e8a74a9d9ca14..478140330b5f54c69e7c2a86ca5211cd9230cf8e 100644 (file)
@@ -1,7 +1,10 @@
 config CMD_BOOTEFI_SELFTEST
-       bool "Allow booting an EFI efi_selftest"
+       bool "UEFI unit tests"
        depends on CMD_BOOTEFI
+       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.