xref: /openbmc/u-boot/lib/efi_selftest/Kconfig (revision 9450ab2b)
1623b3a57SHeinrich Schuchardtconfig CMD_BOOTEFI_SELFTEST
2623b3a57SHeinrich Schuchardt	bool "Allow booting an EFI efi_selftest"
3*42910ff1SHeinrich Schuchardt	depends on CMD_BOOTEFI
403fb2691SHeinrich Schuchardt	imply FAT
503fb2691SHeinrich 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