mirror of
https://github.com/AsahiLinux/u-boot
synced 2024-11-14 08:57:58 +00:00
8 lines
269 B
Text
8 lines
269 B
Text
|
config CMD_BOOTEFI_SELFTEST
|
||
|
bool "Allow booting an EFI efi_selftest"
|
||
|
depends on CMD_BOOTEFI
|
||
|
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.
|