commit | 4a060b7faab0c9b63eefeac40f894f009ce5a2e3 | [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 | bf1f75ef82ef19a254cf15f466c8456a3376eb71 [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/coreboot64_defconfig b/configs/coreboot64_defconfig index 39469b5..6bba9ec 100644 --- a/configs/coreboot64_defconfig +++ b/configs/coreboot64_defconfig
@@ -46,3 +46,4 @@ CONFIG_SOUND=y CONFIG_SOUND_I8254=y CONFIG_CONSOLE_SCROLL_LINES=5 +# CONFIG_GZIP is not set