VisionFive2 Linux kernel

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

More than 9999 Commits   32 Branches   54 Tags
author: Arnd Bergmann <arnd@arndb.de> 2021-01-03 22:43:52 +0100 committer: Damien Le Moal <damien.lemoal@wdc.com> 2021-01-04 09:06:42 +0900 commit: 4f8b848788f77c7f5c3bd98febce66b7aa14785f parent: e71ba9452f0b5b2e8dc8aa5445198cd9214a6a62
Commit Summary:
zonefs: select CONFIG_CRC32
Diffstat:
1 file changed, 1 insertion, 0 deletions
diff --git a/fs/zonefs/Kconfig b/fs/zonefs/Kconfig
index ef2697b78820..827278f937fe 100644
--- a/fs/zonefs/Kconfig
+++ b/fs/zonefs/Kconfig
@@ -3,6 +3,7 @@ config ZONEFS_FS
 	depends on BLOCK
 	depends on BLK_DEV_ZONED
 	select FS_IOMAP
+	select CRC32
 	help
 	  zonefs is a simple file system which exposes zones of a zoned block
 	  device (e.g. host-managed or host-aware SMR disk drives) as files.