mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2025-01-17 18:56:24 +00:00
10 lines
268 B
Plaintext
10 lines
268 B
Plaintext
|
config ZONEFS_FS
|
||
|
tristate "zonefs filesystem support"
|
||
|
depends on BLOCK
|
||
|
depends on BLK_DEV_ZONED
|
||
|
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.
|
||
|
|
||
|
If unsure, say N.
|