From d16c9d0b3729b1b120caa1b9836660c3bbcd7b87 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Tue, 26 May 2020 15:06:17 -0400 Subject: 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 --- configs/coreboot_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'configs/coreboot_defconfig') diff --git a/configs/coreboot_defconfig b/configs/coreboot_defconfig index ad41c91e6e..4a43b59e0f 100644 --- a/configs/coreboot_defconfig +++ b/configs/coreboot_defconfig @@ -41,3 +41,4 @@ CONFIG_SYSCON=y CONFIG_SOUND=y CONFIG_SOUND_I8254=y CONFIG_CONSOLE_SCROLL_LINES=5 +# CONFIG_GZIP is not set -- cgit