Kconfig (ca31fef11dc83e672415d5925a134749761329bd) Kconfig (a08e67a0280215f74eccf14fda81dd7fed6596ba)
1# SPDX-License-Identifier: GPL-2.0-only
2
3config EROFS_FS
4 tristate "EROFS filesystem support"
5 depends on BLOCK
1# SPDX-License-Identifier: GPL-2.0-only
2
3config EROFS_FS
4 tristate "EROFS filesystem support"
5 depends on BLOCK
6 select FS_IOMAP
6 select LIBCRC32C
7 help
8 EROFS (Enhanced Read-Only File System) is a lightweight
9 read-only file system with modern designs (eg. page-sized
10 blocks, inline xattrs/data, etc.) for scenarios which need
11 high-performance read-only requirements, e.g. Android OS
12 for mobile phones and LIVECDs.
13

--- 64 unchanged lines hidden ---
7 select LIBCRC32C
8 help
9 EROFS (Enhanced Read-Only File System) is a lightweight
10 read-only file system with modern designs (eg. page-sized
11 blocks, inline xattrs/data, etc.) for scenarios which need
12 high-performance read-only requirements, e.g. Android OS
13 for mobile phones and LIVECDs.
14

--- 64 unchanged lines hidden ---