diff options
author | Michael Walle <michael@walle.cc> | 2020-05-22 14:07:36 +0200 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-05-25 11:54:53 -0400 |
commit | eff5a54758080f842783c4e5334e0675ea3cd317 (patch) | |
tree | c1efa19449a8afe29c16907333b46ce0ff428113 /.readthedocs.yml | |
parent | 56c311bd82b5521be2f0babdab2e2dab43394401 (diff) | |
download | u-boot-eff5a54758080f842783c4e5334e0675ea3cd317.tar.gz u-boot-eff5a54758080f842783c4e5334e0675ea3cd317.tar.bz2 u-boot-eff5a54758080f842783c4e5334e0675ea3cd317.zip |
cmd: zip: automatically pull in gzip()
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@walle.cc>
Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to '.readthedocs.yml')
0 files changed, 0 insertions, 0 deletions