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