[PATCH 24/25] sandbox: Avoid requiring cmdline
Simon Glass
sjg at chromium.org
Sun Sep 24 22:39:42 CEST 2023
Use 'imply' rather than 'select' for command-related options, so that
it is possible to build sandbox without CONFIG_CMDLINE enabled.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
arch/Kconfig | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/Kconfig b/arch/Kconfig
index 19f2891ba1c5..789be7a9f1e8 100644
--- a/arch/Kconfig
+++ b/arch/Kconfig
@@ -134,7 +134,6 @@ config SANDBOX
select ARCH_SUPPORTS_LTO
select BOARD_LATE_INIT
select BZIP2
- select CMD_POWEROFF
select DM
select DM_EVENT
select DM_FUZZING_ENGINE
@@ -152,10 +151,8 @@ config SANDBOX
select PCI_ENDPOINT
select SPI
select SUPPORT_OF_CONTROL
- select SYSRESET_CMD_POWEROFF
select SYS_CACHE_SHIFT_4
select IRQ
- select SUPPORT_EXTENSION_SCAN
select SUPPORT_ACPI
imply BITREVERSE
select BLOBLIST
@@ -167,6 +164,7 @@ config SANDBOX
imply CMD_IO
imply CMD_IOTRACE
imply CMD_LZMADEC
+ imply CMD_POWEROFF
imply CMD_SF
imply CMD_SF_TEST
imply CRC32_VERIFY
@@ -208,6 +206,8 @@ config SANDBOX
imply PHYSMEM
imply GENERATE_ACPI_TABLE
imply BINMAN
+ imply SYSRESET_CMD_POWEROFF
+ imply SUPPORT_EXTENSION_SCAN
config SH
bool "SuperH architecture"
--
2.42.0.515.g380fc7ccd1-goog
More information about the U-Boot
mailing list