summaryrefslogtreecommitdiff
path: root/lib/efi_selftest/Kconfig
blob: 59f9f36801c54b0bf6862a1a8345a4c021479857 (plain)
1
2
3
4
5
6
7
8
9
config CMD_BOOTEFI_SELFTEST
	bool "Allow booting an EFI efi_selftest"
	depends on CMD_BOOTEFI
	imply FAT
	imply FAT_WRITE
	help
	  This adds an EFI test application to U-Boot that can be executed
	  with the 'bootefi selftest' command. It provides extended tests of
	  the EFI API implementation.