Merge tag 'kgdb-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt...
[linux-block.git] / fs / zonefs / Kconfig
CommitLineData
8dcc1a9d
DLM
1config ZONEFS_FS
2 tristate "zonefs filesystem support"
3 depends on BLOCK
4 depends on BLK_DEV_ZONED
0dda2ddb 5 select FS_IOMAP
4f8b8487 6 select CRC32
8dcc1a9d
DLM
7 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.