Merge tag 'u-boot-atmel-fixes-2021.01-b' of https://gitlab.denx.de/u-boot/custodians...
[platform/kernel/u-boot.git] / lib / efi_selftest / Kconfig
1 config CMD_BOOTEFI_SELFTEST
2         bool "UEFI unit tests"
3         depends on CMD_BOOTEFI
4         imply PARTITIONS
5         imply DOS_PARTITION
6         imply FAT
7         imply FAT_WRITE
8         imply CMD_POWEROFF if PSCI_RESET || SYSRESET_PSCI
9         help
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.