efi_loader: validate load option
[oweals/u-boot.git] / lib / efi_selftest / Kconfig
1 config CMD_BOOTEFI_SELFTEST
2         bool "UEFI unit tests"
3         depends on CMD_BOOTEFI
4         imply FAT
5         imply FAT_WRITE
6         imply CMD_POWEROFF if PSCI_RESET || SYSRESET_PSCI
7         help
8           This adds a UEFI test application to U-Boot that can be executed
9           via the 'bootefi selftest' command. It provides extended tests of
10           the UEFI API implementation.