blob: 3b5f3a1230b5b0af74bc7bb8ec7e8a74a9d9ca14 [file] [log] [blame]
Heinrich Schuchardt623b3a52017-09-15 10:06:11 +02001config 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.