From 8925f0ee7ee4efd4d76ff1e5c119af154d5d104a Mon Sep 17 00:00:00 2001 From: Heinrich Schuchardt Date: Wed, 8 Feb 2023 09:57:00 +0100 Subject: [PATCH] efi_loader: enable eficonfig command by default The eficonfig command is required to set boot options. Signed-off-by: Heinrich Schuchardt --- cmd/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/cmd/Kconfig b/cmd/Kconfig index aef99d2eb8..2caa4af71c 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -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 -- 2.39.5