diff mbox series

[1/1] efi_loader: enable eficonfig command by default

Message ID 20230210073707.47108-1-heinrich.schuchardt@canonical.com
State Accepted, archived
Commit 8925f0ee7ee4efd4d76ff1e5c119af154d5d104a
Delegated to: Heinrich Schuchardt
Headers show
Series [1/1] efi_loader: enable eficonfig command by default | expand

Commit Message

Heinrich Schuchardt Feb. 10, 2023, 7:37 a.m. UTC
The eficonfig command is required to set boot options.

Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
---
 cmd/Kconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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