[PATCH 04/25] cmd: Add a few more dependencies on CMDLINE
Simon Glass
sjg at chromium.org
Sun Sep 24 22:39:22 CEST 2023
Add this to some more commands to avoid build errors with sandbox.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
cmd/Kconfig | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 64d723bd483b..cdc22a067b27 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -224,6 +224,7 @@ menu "Boot commands"
config CMD_BOOTD
bool "bootd"
+ depends on CMDLINE
default y
help
Run the command stored in the environment "bootcmd", i.e.
@@ -413,6 +414,7 @@ source lib/efi_selftest/Kconfig
config CMD_BOOTMENU
bool "bootmenu"
+ depends on CMDLINE
select MENU
select CHARSET
help
@@ -479,6 +481,7 @@ config CMD_GO
config CMD_RUN
bool "run"
+ depends on CMDLINE
default y
help
Run the command in the given environment variable.
@@ -574,6 +577,7 @@ menu "Environment commands"
config CMD_ASKENV
bool "ask for env variable"
+ depends on CMDLINE
help
Ask for environment variable
@@ -2125,6 +2129,7 @@ config CMD_EFICONFIG
config CMD_EXCEPTION
bool "exception - raise exception"
+ depends on CMDLINE
depends on ARM || RISCV || SANDBOX || X86
help
Enable the 'exception' command which allows to raise an exception.
@@ -2231,6 +2236,7 @@ config CMD_SYSBOOT
config CMD_QFW
bool "qfw"
+ depends on CMDLINE
select QFW
help
This provides access to the QEMU firmware interface. The main
--
2.42.0.515.g380fc7ccd1-goog
More information about the U-Boot
mailing list