[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20210222125428.4168247-1-geert@linux-m68k.org>
Date: Mon, 22 Feb 2021 13:54:28 +0100
From: Geert Uytterhoeven <geert@...ux-m68k.org>
To: Nick Terrell <terrelln@...com>, Ingo Molnar <mingo@...nel.org>,
Masahiro Yamada <masahiroy@...nel.org>
Cc: linux-kernel@...r.kernel.org,
Geert Uytterhoeven <geert@...ux-m68k.org>
Subject: [PATCH] initramfs: Remove redundant dependency of RD_ZSTD on BLK_DEV_INITRD
Commit be1859bdc660213b ("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: a30d8a39f0571425 ("usr: Add support for zstd compressed initramfs")
Signed-off-by: Geert Uytterhoeven <geert@...ux-m68k.org>
---
usr/Kconfig | 1 -
1 file changed, 1 deletion(-)
diff --git a/usr/Kconfig b/usr/Kconfig
index 2599bc21c1b227ba..8bbcf699fe3bebec 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.
--
2.25.1
Powered by blists - more mailing lists