xref: /openbmc/u-boot/lib/efi_selftest/Kconfig (revision 03fb2691cb2699584b514ac332fcd7bedce626d9)
1623b3a57SHeinrich Schuchardtconfig CMD_BOOTEFI_SELFTEST
2623b3a57SHeinrich Schuchardt	bool "Allow booting an EFI efi_selftest"
3623b3a57SHeinrich Schuchardt	depends on CMD_BOOTEFI
4*03fb2691SHeinrich Schuchardt	imply FAT
5*03fb2691SHeinrich Schuchardt	imply FAT_WRITE
6623b3a57SHeinrich Schuchardt	help
7623b3a57SHeinrich Schuchardt	  This adds an EFI test application to U-Boot that can be executed
8623b3a57SHeinrich Schuchardt	  with the 'bootefi selftest' command. It provides extended tests of
9623b3a57SHeinrich Schuchardt	  the EFI API implementation.
10