summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorMarius Dinu <[email protected]>2025-06-11 13:02:12 +0000
committerTom Rini <[email protected]>2025-06-26 11:57:23 -0600
commit661bafa182eae5cc666a0233d17e4d88aec679f8 (patch)
tree2ed951bbd91098f430f6c380cbde78aa1e7d45b6 /cmd/Kconfig
parent903eb123236ccbd8ef05d43507a2a910b785bd56 (diff)
cmd: add "config" command dependency on gzip
gunzip is used in cmd/config.c Signed-off-by: Marius Dinu <[email protected]> Reviewed-by: Quentin Schulz <[email protected]>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index f21d27cb27f..057f091bf3b 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -153,6 +153,7 @@ config CMD_CONFIG
bool "config"
default SANDBOX
select BUILD_BIN2C
+ select GZIP
help
Print ".config" contents.