blob: 827278f937fe7f489c7fa9c553d730a6a6217718 [file] [log] [blame]
Damien Le Moal8dcc1a92019-12-25 16:07:44 +09001config ZONEFS_FS
2 tristate "zonefs filesystem support"
3 depends on BLOCK
4 depends on BLK_DEV_ZONED
Johannes Thumshirn0dda2dd2020-02-25 22:03:33 +01005 select FS_IOMAP
Arnd Bergmann4f8b8482021-01-03 22:43:52 +01006 select CRC32
Damien Le Moal8dcc1a92019-12-25 16:07:44 +09007 help
8 zonefs is a simple file system which exposes zones of a zoned block
9 device (e.g. host-managed or host-aware SMR disk drives) as files.
10
11 If unsure, say N.