commit | d16c9d0b3729b1b120caa1b9836660c3bbcd7b87 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Tue May 26 15:06:17 2020 -0400 |
committer | Tom Rini <trini@konsulko.com> | Thu Jun 04 18:10:02 2020 -0400 |
tree | 0c2d50dfa369287b9a0014074afef1fb60e87c39 | |
parent | f03af6e299d2da326d6a740c4fae70de6c313153 [diff] [blame] |
Convert CONFIG_BZIP2 et al to Kconfig This converts the following to Kconfig: CONFIG_BZIP2 CONFIG_GZIP CONFIG_LZO CONFIG_ZLIB CONFIG_LZMA CONFIG_LZO Signed-off-by: Tom Rini <trini@konsulko.com>
diff --git a/configs/galileo_defconfig b/configs/galileo_defconfig index 4e2a23f..612fbac 100644 --- a/configs/galileo_defconfig +++ b/configs/galileo_defconfig
@@ -45,3 +45,4 @@ CONFIG_SPI=y CONFIG_USB_STORAGE=y CONFIG_USB_KEYBOARD=y +# CONFIG_GZIP is not set