Skip to content

Commit

Permalink
initramfs: Remove redundant dependency of RD_ZSTD on BLK_DEV_INITRD
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
geertu authored and masahir0y committed Feb 24, 2021
1 parent b97652b commit 481083e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion usr/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 481083e

Please sign in to comment.