summaryrefslogtreecommitdiff
path: root/fs/erofs/Kconfig
blob: f4b2d51a23949db19be2f21d536cf415b68c88e6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
config FS_EROFS
	bool "Enable EROFS filesystem support"
	help
	  This provides support for reading images from EROFS filesystem.
	  EROFS (Enhanced Read-Only File System) is a lightweight read-only
	  file system for scenarios which need high-performance read-only
	  requirements.

	  It also provides fixed-sized output compression support, which
	  improves storage density, keeps relatively higher compression
	  ratios, which is more useful to achieve high performance for
	  embedded devices with limited memory.