aboutsummaryrefslogtreecommitdiff
path: root/lib/efi_selftest/Kconfig
blob: 3b5f3a1230b5b0af74bc7bb8ec7e8a74a9d9ca14 (plain)
1
2
3
4
5
6
7
config CMD_BOOTEFI_SELFTEST
	bool "Allow booting an EFI efi_selftest"
	depends on CMD_BOOTEFI
	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.