···212212source "fs/jffs2/Kconfig"213213# UBIFS File system configuration214214source "fs/ubifs/Kconfig"215215-216216-config CRAMFS217217- tristate "Compressed ROM file system support (cramfs)"218218- depends on BLOCK219219- select ZLIB_INFLATE220220- help221221- Saying Y here includes support for CramFs (Compressed ROM File222222- System). CramFs is designed to be a simple, small, and compressed223223- file system for ROM based embedded systems. CramFs is read-only,224224- limited to 256MB file systems (with 16MB files), and doesn't support225225- 16/32 bits uid/gid, hard links and timestamps.226226-227227- See <file:Documentation/filesystems/cramfs.txt> and228228- <file:fs/cramfs/README> for further information.229229-230230- To compile this as a module, choose M here: the module will be called231231- cramfs. Note that the root file system (the one containing the232232- directory /) cannot be compiled as a module.233233-234234- If unsure, say N.215215+source "fs/cramfs/Kconfig"235216236217config SQUASHFS237218 tristate "SquashFS 4.0 - Squashed file system support"
+19
fs/cramfs/Kconfig
···11+config CRAMFS22+ tristate "Compressed ROM file system support (cramfs)"33+ depends on BLOCK44+ select ZLIB_INFLATE55+ help66+ Saying Y here includes support for CramFs (Compressed ROM File77+ System). CramFs is designed to be a simple, small, and compressed88+ file system for ROM based embedded systems. CramFs is read-only,99+ limited to 256MB file systems (with 16MB files), and doesn't support1010+ 16/32 bits uid/gid, hard links and timestamps.1111+1212+ See <file:Documentation/filesystems/cramfs.txt> and1313+ <file:fs/cramfs/README> for further information.1414+1515+ To compile this as a module, choose M here: the module will be called1616+ cramfs. Note that the root file system (the one containing the1717+ directory /) cannot be compiled as a module.1818+1919+ If unsure, say N.