xref: /openbmc/u-boot/lib/efi_selftest/Kconfig (revision bf494d7e9b4ad73325b2aef2dc7b90b05dd90264)
1config CMD_BOOTEFI_SELFTEST
2	bool "Allow booting an EFI efi_selftest"
3	depends on CMD_BOOTEFI && !SANDBOX
4	imply FAT
5	imply FAT_WRITE
6	help
7	  This adds an EFI test application to U-Boot that can be executed
8	  with the 'bootefi selftest' command. It provides extended tests of
9	  the EFI API implementation.
10