blob: ef2697b78820d4634f47a258313e7ddca43daa11 [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
Damien Le Moal8dcc1a92019-12-25 16:07:44 +09006 help
7 zonefs is a simple file system which exposes zones of a zoned block
8 device (e.g. host-managed or host-aware SMR disk drives) as files.
9
10 If unsure, say N.