]> git.ipfire.org Git - thirdparty/u-boot.git/blame - lib/efi_selftest/Kconfig
net: hifemac_mdio: use log_msg_ret() correctly, report error by dev_err()
[thirdparty/u-boot.git] / lib / efi_selftest / Kconfig
CommitLineData
623b3a57 1config CMD_BOOTEFI_SELFTEST
fb083801 2 bool "UEFI unit tests"
42910ff1 3 depends on CMD_BOOTEFI
5c2227e4
HS
4 imply PARTITIONS
5 imply DOS_PARTITION
03fb2691
HS
6 imply FAT
7 imply FAT_WRITE
1064f2ef 8 imply CMD_POWEROFF if PSCI_RESET || SYSRESET_PSCI
623b3a57 9 help
fb083801
HS
10 This adds a UEFI test application to U-Boot that can be executed
11 via the 'bootefi selftest' command. It provides extended tests of
12 the UEFI API implementation.