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