Kconfig (87a201b43bbe14ddf8dc2d73fa15741b7403afc3) Kconfig (62b241efff99fc4d88a86f1c67c7516e31f432a3)
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
7 select LIBCRC32C
8 help

--- 7 unchanged lines hidden (view full) ---

16 It also provides fixed-sized output compression support in order to
17 improve storage density as well as keep relatively higher compression
18 ratios and implements in-place decompression to reuse the file page
19 for compressed data temporarily with proper strategies, which is
20 quite useful to ensure guaranteed end-to-end runtime decompression
21 performance under extremely memory pressure without extra cost.
22
23 See the documentation at <file:Documentation/filesystems/erofs.rst>
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
7 select LIBCRC32C
8 help

--- 7 unchanged lines hidden (view full) ---

16 It also provides fixed-sized output compression support in order to
17 improve storage density as well as keep relatively higher compression
18 ratios and implements in-place decompression to reuse the file page
19 for compressed data temporarily with proper strategies, which is
20 quite useful to ensure guaranteed end-to-end runtime decompression
21 performance under extremely memory pressure without extra cost.
22
23 See the documentation at <file:Documentation/filesystems/erofs.rst>
24 for more details.
24 and the web pages at <https://erofs.docs.kernel.org> for more details.
25
26 If unsure, say N.
27
28config EROFS_FS_DEBUG
29 bool "EROFS debugging feature"
30 depends on EROFS_FS
31 help
32 Print debugging messages and enable more BUG_ONs which check

--- 110 unchanged lines hidden ---
25
26 If unsure, say N.
27
28config EROFS_FS_DEBUG
29 bool "EROFS debugging feature"
30 depends on EROFS_FS
31 help
32 Print debugging messages and enable more BUG_ONs which check

--- 110 unchanged lines hidden ---