imx: imx8qxp: update fdt_file according to m4 state
[oweals/u-boot.git] / lib / efi_selftest / Kconfig
index 59f9f36801c54b0bf6862a1a8345a4c021479857..478140330b5f54c69e7c2a86ca5211cd9230cf8e 100644 (file)
@@ -1,9 +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.