From 8a056a105852d2c3912acae16d558c73e73cd2a1 Mon Sep 17 00:00:00 2001 From: Marek Vasut Date: Thu, 5 Feb 2026 02:40:44 +0100 Subject: configs: sandbox: Enable zip command What is not being built and tested in CI, breaks. Enable the 'zip' command in sandbox to get it build tested in preparation for an actual unit test. Reviewed-by: Mattijs Korpershoek Signed-off-by: Marek Vasut --- configs/sandbox64_defconfig | 1 + configs/sandbox_defconfig | 1 + 2 files changed, 2 insertions(+) diff --git a/configs/sandbox64_defconfig b/configs/sandbox64_defconfig index 440e5efa340..60a30d04875 100644 --- a/configs/sandbox64_defconfig +++ b/configs/sandbox64_defconfig @@ -47,6 +47,7 @@ CONFIG_LOOPW=y CONFIG_CMD_MD5SUM=y CONFIG_CMD_MX_CYCLIC=y CONFIG_CMD_MEMTEST=y +CONFIG_CMD_ZIP=y CONFIG_CMD_BCB=y CONFIG_CMD_CLK=y CONFIG_CMD_DEMO=y diff --git a/configs/sandbox_defconfig b/configs/sandbox_defconfig index 4ee7ffa8bc3..280f9c9cfe7 100644 --- a/configs/sandbox_defconfig +++ b/configs/sandbox_defconfig @@ -74,6 +74,7 @@ CONFIG_CMD_MD5SUM=y CONFIG_CMD_MEM_SEARCH=y CONFIG_CMD_MX_CYCLIC=y CONFIG_CMD_MEMTEST=y +CONFIG_CMD_ZIP=y CONFIG_CMD_CLK=y CONFIG_CMD_DEMO=y CONFIG_CMD_FPGA_LOADP=y -- cgit v1.2.3