[PATCH 2/4] cmd: zip: automatically pull in gzip()

Simon Glass sjg at chromium.org
Sat May 23 01:13:06 CEST 2020


On Fri, 22 May 2020 at 06:07, Michael Walle <michael at walle.cc> wrote:
>
> Move the CONFIG_GZIP_COMPRESSED from a config.h macro to a Kconfig menu
> item. It is not selectable by a user because there is no reason to do
> so. Instead it will be automatically selected by the stuff which uses
> gzip(), like the zip command.
>
> Remove it from the config_whitelist.txt. Also remove
> CONFIG_GZIP_COMPRESS_DEF_SZ as this was never used on any board. The
> default seems to be sane, otherwise it should be added as a Kconfig
> option.
>
> Signed-off-by: Michael Walle <michael at walle.cc>
> ---
>  cmd/Kconfig                  | 1 +
>  lib/Kconfig                  | 4 ++++
>  scripts/config_whitelist.txt | 2 --
>  3 files changed, 5 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <sjg at chromium.org>


More information about the U-Boot mailing list