xref: /openbmc/u-boot/lib/efi_selftest/Kconfig (revision 623b3a57)
1*623b3a57SHeinrich Schuchardtconfig CMD_BOOTEFI_SELFTEST
2*623b3a57SHeinrich Schuchardt	bool "Allow booting an EFI efi_selftest"
3*623b3a57SHeinrich Schuchardt	depends on CMD_BOOTEFI
4*623b3a57SHeinrich Schuchardt	help
5*623b3a57SHeinrich Schuchardt	  This adds an EFI test application to U-Boot that can be executed
6*623b3a57SHeinrich Schuchardt	  with the 'bootefi selftest' command. It provides extended tests of
7*623b3a57SHeinrich Schuchardt	  the EFI API implementation.
8