diff mbox series

[1/1] cmd: enable UEFI commands by default

Message ID 20220111112420.35905-1-heinrich.schuchardt@canonical.com
State Rejected, archived
Delegated to: Heinrich Schuchardt
Headers show
Series [1/1] cmd: enable UEFI commands by default | expand

Commit Message

Heinrich Schuchardt Jan. 11, 2022, 11:24 a.m. UTC
Enable commands for display and manipulation of UEFI boot options by
default.

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

Patch

diff --git a/cmd/Kconfig b/cmd/Kconfig
index 02c298fdbe..cfc4563f59 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -502,6 +502,7 @@  config CMD_ENV_FLAGS
 config CMD_NVEDIT_EFI
 	bool "env [set|print] -e - set/print UEFI variables"
 	depends on EFI_LOADER
+	default y
 	imply HEXDUMP
 	help
 	  UEFI variables are encoded as some form of U-Boot variables.
@@ -1757,6 +1758,7 @@  config CMD_CLS
 config CMD_EFIDEBUG
 	bool "efidebug - display/configure UEFI environment"
 	depends on EFI_LOADER
+	default y
 	select EFI_DEVICE_PATH_TO_TEXT
 	help
 	  Enable the 'efidebug' command which provides a subset of UEFI