Damien Le Moal | 8dcc1a9 | 2019-12-25 16:07:44 +0900 | [diff] [blame] | 1 | config ZONEFS_FS |
| 2 | tristate "zonefs filesystem support" |
| 3 | depends on BLOCK |
| 4 | depends on BLK_DEV_ZONED |
Johannes Thumshirn | 0dda2dd | 2020-02-25 22:03:33 +0100 | [diff] [blame] | 5 | select FS_IOMAP |
Arnd Bergmann | 4f8b848 | 2021-01-03 22:43:52 +0100 | [diff] [blame] | 6 | select CRC32 |
Damien Le Moal | 8dcc1a9 | 2019-12-25 16:07:44 +0900 | [diff] [blame] | 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. |