mirror of
https://github.com/Qortal/Brooklyn.git
synced 2025-02-14 11:15:54 +00:00
10 lines
309 B
Plaintext
10 lines
309 B
Plaintext
config CMD_BOOTEFI_SELFTEST
|
|
bool "Allow booting an EFI efi_selftest"
|
|
depends on CMD_BOOTEFI && !SANDBOX
|
|
imply FAT
|
|
imply FAT_WRITE
|
|
help
|
|
This adds an EFI test application to U-Boot that can be executed
|
|
with the 'bootefi selftest' command. It provides extended tests of
|
|
the EFI API implementation.
|