Skip to content

Commit 481083e

Browse files
geertumasahir0y
authored andcommitted
initramfs: Remove redundant dependency of RD_ZSTD on BLK_DEV_INITRD
Commit be1859b ("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: a30d8a3 ("usr: Add support for zstd compressed initramfs") Signed-off-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent b97652b commit 481083e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

usr/Kconfig

-1
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,6 @@ config RD_LZ4
103103
config RD_ZSTD
104104
bool "Support initial ramdisk/ramfs compressed using ZSTD"
105105
default y
106-
depends on BLK_DEV_INITRD
107106
select DECOMPRESS_ZSTD
108107
help
109108
Support loading of a ZSTD encoded initial ramdisk or cpio buffer.

0 commit comments

Comments
 (0)