blob: b9772e561991372957b5c6376dabb443f9fca258 [file] [log] [blame]
Joao Marcos Costa29da3742020-07-30 15:33:47 +02001config FS_SQUASHFS
2 bool "Enable SquashFS filesystem support"
3 help
4 This provides support for reading images from SquashFS filesystem.
5 Squashfs is a compressed read-only filesystem for Linux.
6 It uses zlib, lz4, lzo, or xz compression to compress files, inodes
7 and directories. Squashfs is intended for general read-only
8 filesystem use, for archival use (i.e. in cases where a .tar.gz file
9 may be used), and in constrained block device/memory systems (e.g.
10 embedded systems) where low overhead is needed.