···78787979 If unsure, say N.80808181+config SQUASHFS_4K_DEVBLK_SIZE8282+ bool "Use 4K device block size?"8383+ depends on SQUASHFS8484+ help8585+ By default Squashfs sets the dev block size (sb_min_blocksize)8686+ to 1K or the smallest block size supported by the block device8787+ (if larger). This, because blocks are packed together and8888+ unaligned in Squashfs, should reduce latency.8989+9090+ This, however, gives poor performance on MTD NAND devices where9191+ the optimal I/O size is 4K (even though the devices can support9292+ smaller block sizes).9393+9494+ Using a 4K device block size may also improve overall I/O9595+ performance for some file access patterns (e.g. sequential9696+ accesses of files in filesystem order) on all media.9797+9898+ Setting this option will force Squashfs to use a 4K device block9999+ size by default.100100+101101+ If unsure, say N.102102+81103config SQUASHFS_EMBEDDED82104 bool "Additional option for memory-constrained systems"83105 depends on SQUASHFS