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
|
|
@ -2000,6 +2000,7 @@ config CMD_EFIDEBUG
|
||||||
|
|
||||||
config CMD_EFICONFIG
|
config CMD_EFICONFIG
|
||||||
bool "eficonfig - provide menu-driven uefi variables maintenance interface"
|
bool "eficonfig - provide menu-driven uefi variables maintenance interface"
|
||||||
|
default y if !HAS_BOARD_SIZE_LIMIT
|
||||||
depends on CMD_BOOTEFI_BOOTMGR
|
depends on CMD_BOOTEFI_BOOTMGR
|
||||||
select MENU
|
select MENU
|
||||||
help
|
help
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue