diff options
Diffstat (limited to 'roms/u-boot/lib/efi_selftest/Kconfig')
-rw-r--r-- | roms/u-boot/lib/efi_selftest/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/roms/u-boot/lib/efi_selftest/Kconfig b/roms/u-boot/lib/efi_selftest/Kconfig new file mode 100644 index 000000000..ca6243610 --- /dev/null +++ b/roms/u-boot/lib/efi_selftest/Kconfig @@ -0,0 +1,12 @@ +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. |