config SQUASHFS3
	tristate "SquashFS 3.4 - Squashed file system support"
	depends on !SQUASHFS
	select ZLIB_INFLATE
	help
	  Saying Y here includes support for SquashFS 3.4 (a Compressed
	  Read-Only File System).

	  You cannot have both SQUASHFS and SQUASHFS3 enabled.

	  If unsure, say N.

config SQUASHFS3_EMBEDDED
	bool "Additional option for memory-constrained systems" 
	depends on SQUASHFS3
	default n
	help
	  Saying Y here allows you to specify cache size.

	  If unsure, say N.

config SQUASHFS3_FRAGMENT_CACHE_SIZE
	int "Number of fragments cached" if SQUASHFS3_EMBEDDED
	depends on SQUASHFS3
	default "3"
	help
	  By default SquashFS caches the last 3 fragments read from
	  the filesystem.  Increasing this amount may mean SquashFS
	  has to re-read fragments less often from disk, at the expense
	  of extra system memory.  Decreasing this amount will mean
	  SquashFS uses less memory at the expense of extra reads from disk.

	  Note there must be at least one cached fragment.  Anything
	  much more than three will probably not make much difference.
