linuxOS_D21X/source/uboot-2021.10/lib/efi_selftest/Kconfig
2024-11-29 16:13:46 +08:00

13 lines
369 B
Plaintext

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
help
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.