blob: b52696778dd9957eb3eb1fa8e8d693e8f18413cd [file] [log] [blame]
Heinrich Schuchardtd33ae3e2017-09-15 10:06:11 +02001config CMD_BOOTEFI_SELFTEST
2 bool "Allow booting an EFI efi_selftest"
Alexander Graf5f1f11f2018-09-23 15:21:09 +02003 depends on CMD_BOOTEFI && !SANDBOX
Heinrich Schuchardtef50ab12018-05-25 12:30:39 +02004 imply FAT
5 imply FAT_WRITE
Heinrich Schuchardtd33ae3e2017-09-15 10:06:11 +02006 help
7 This adds an EFI test application to U-Boot that can be executed
8 with the 'bootefi selftest' command. It provides extended tests of
9 the EFI API implementation.