On Fri, 22 May 2020 at 06:07, Michael Walle <mich...@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 <mich...@walle.cc>
> ---
>  cmd/Kconfig                  | 1 +
>  lib/Kconfig                  | 4 ++++
>  scripts/config_whitelist.txt | 2 --
>  3 files changed, 5 insertions(+), 2 deletions(-)

Reviewed-by: Simon Glass <s...@chromium.org>

Reply via email to