VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   33 Branches   55 Tags
author: Geert Uytterhoeven <geert@linux-m68k.org> 2021-02-22 13:54:28 +0100 committer: Masahiro Yamada <masahiroy@kernel.org> 2021-02-24 15:12:06 +0900 commit: 481083ec0bfc14c15f00fbe87c7b06dc01091950 parent: b97652bf10f1d3b0f1ca536377e92f99acfb2fcd
Commit Summary:
initramfs: Remove redundant dependency of RD_ZSTD on BLK_DEV_INITRD
Diffstat:
1 file changed, 0 insertions, 1 deletion
diff --git a/usr/Kconfig b/usr/Kconfig
index 2599bc21c1b2..8bbcf699fe3b 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.