mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
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>
This commit is contained in:
@@ -643,8 +643,6 @@ CONFIG_GPIO_LED_STUBS
|
||||
CONFIG_GREEN_LED
|
||||
CONFIG_GURNARD_FPGA
|
||||
CONFIG_GURNARD_SPLASH
|
||||
CONFIG_GZIP_COMPRESSED
|
||||
CONFIG_GZIP_COMPRESS_DEF_SZ
|
||||
CONFIG_G_DNL_THOR_PRODUCT_NUM
|
||||
CONFIG_G_DNL_THOR_VENDOR_NUM
|
||||
CONFIG_G_DNL_UMS_PRODUCT_NUM
|
||||
|
Reference in New Issue
Block a user