--- zzzz-none-000/linux-2.6.39.4/fs/squashfs/Kconfig 2011-08-03 19:43:28.000000000 +0000 +++ puma6-arm-6490-729/linux-2.6.39.4/fs/squashfs/Kconfig 2021-11-10 13:23:10.000000000 +0000 @@ -87,3 +87,21 @@ Note there must be at least one cached fragment. Anything much more than three will probably not make much difference. + +config SQUASHFS_MAX_BLOCK_SIZE + int "Maximum block size to support" if SQUASHFS_EMBEDDED + depends on SQUASHFS + default "131072" + help + Define the maximum supported block size. Note that the more the + block size is bigger, the more memory it requires. + The block size must be equal or bigger than the block size that + the SquashFS image uses. + +config SQUASHFS_NATIVE_ENDIAN + bool "Use CPU's native endian instead of little endian" + depends on SQUASHFS + help + Saying Y here to use CPU's endian instead of little endian. + + If unsure, say N.