summaryrefslogtreecommitdiff
path: root/lib/efi_selftest/Kconfig
blob: ca624361080434495aee264709c690201f201ff6 (plain)
1
2
3
4
5
6
7
8
9
10
11
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.