efi_loader: enable eficonfig command by default
The eficonfig command is required to set boot options. Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
This commit is contained in:
parent
75d494df01
commit
8925f0ee7e
1 changed files with 1 additions and 0 deletions
|
@ -2000,6 +2000,7 @@ config CMD_EFIDEBUG
|
|||
|
||||
config CMD_EFICONFIG
|
||||
bool "eficonfig - provide menu-driven uefi variables maintenance interface"
|
||||
default y if !HAS_BOARD_SIZE_LIMIT
|
||||
depends on CMD_BOOTEFI_BOOTMGR
|
||||
select MENU
|
||||
help
|
||||
|
|
Loading…
Reference in a new issue