repo: https://github.com/T-head-Semi/linux commit: b1313fe517ca3703119dcc99ef3bbf75ab42bcfb Change-Id: I6cbb35294024ea3a66140e311f4bb705fd7fd626
11 lines
285 B
Plaintext
11 lines
285 B
Plaintext
config ZONEFS_FS
|
|
tristate "zonefs filesystem support"
|
|
depends on BLOCK
|
|
depends on BLK_DEV_ZONED
|
|
select FS_IOMAP
|
|
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.
|