From: Geert Uytterhoeven Date: Mon, 22 Feb 2021 12:54:28 +0000 (+0100) Subject: initramfs: Remove redundant dependency of RD_ZSTD on BLK_DEV_INITRD X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=481083ec0bfc14c15f00fbe87c7b06dc01091950;p=linux.git initramfs: Remove redundant dependency of RD_ZSTD on BLK_DEV_INITRD Commit be1859bdc660 ("initramfs: remove redundant dependency on BLK_DEV_INITRD") removed all redundant dependencies on BLK_DEV_INITRD, but the recent addition of zstd support introduced a new one. Fixes: a30d8a39f057 ("usr: Add support for zstd compressed initramfs") Signed-off-by: Geert Uytterhoeven Signed-off-by: Masahiro Yamada --- diff --git a/usr/Kconfig b/usr/Kconfig index 2599bc21c1b22..8bbcf699fe3be 100644 --- a/usr/Kconfig +++ b/usr/Kconfig @@ -103,7 +103,6 @@ config RD_LZ4 config RD_ZSTD bool "Support initial ramdisk/ramfs compressed using ZSTD" default y - depends on BLK_DEV_INITRD select DECOMPRESS_ZSTD help Support loading of a ZSTD encoded initial ramdisk or cpio buffer.