efi_loader: enable eficonfig command by default
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Wed, 8 Feb 2023 08:57:00 +0000 (09:57 +0100)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 10 Feb 2023 12:05:40 +0000 (13:05 +0100)
The eficonfig command is required to set boot options.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
cmd/Kconfig

index aef99d2..2caa4af 100644 (file)
@@ -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