Kconfig (571f0a0bdeeb2d1692751b6c5df15dafb483c7ff) Kconfig (2a22783be0fbbd63599dd6aacf8bc2ddab941bf7)
1#
2# File system configuration
3#
4
5menu "File systems"
6
7if BLOCK
8

--- 198 unchanged lines hidden (view full) ---

207source "fs/hfs/Kconfig"
208source "fs/hfsplus/Kconfig"
209source "fs/befs/Kconfig"
210source "fs/bfs/Kconfig"
211source "fs/efs/Kconfig"
212source "fs/jffs2/Kconfig"
213# UBIFS File system configuration
214source "fs/ubifs/Kconfig"
1#
2# File system configuration
3#
4
5menu "File systems"
6
7if BLOCK
8

--- 198 unchanged lines hidden (view full) ---

207source "fs/hfs/Kconfig"
208source "fs/hfsplus/Kconfig"
209source "fs/befs/Kconfig"
210source "fs/bfs/Kconfig"
211source "fs/efs/Kconfig"
212source "fs/jffs2/Kconfig"
213# UBIFS File system configuration
214source "fs/ubifs/Kconfig"
215source "fs/cramfs/Kconfig"
215
216
216config CRAMFS
217 tristate "Compressed ROM file system support (cramfs)"
218 depends on BLOCK
219 select ZLIB_INFLATE
220 help
221 Saying Y here includes support for CramFs (Compressed ROM File
222 System). CramFs is designed to be a simple, small, and compressed
223 file system for ROM based embedded systems. CramFs is read-only,
224 limited to 256MB file systems (with 16MB files), and doesn't support
225 16/32 bits uid/gid, hard links and timestamps.
226
227 See <file:Documentation/filesystems/cramfs.txt> and
228 <file:fs/cramfs/README> for further information.
229
230 To compile this as a module, choose M here: the module will be called
231 cramfs. Note that the root file system (the one containing the
232 directory /) cannot be compiled as a module.
233
234 If unsure, say N.
235
236config SQUASHFS
237 tristate "SquashFS 4.0 - Squashed file system support"
238 depends on BLOCK
239 select ZLIB_INFLATE
240 help
241 Saying Y here includes support for SquashFS 4.0 (a Compressed
242 Read-Only File System). Squashfs is a highly compressed read-only
243 filesystem for Linux. It uses zlib compression to compress both

--- 671 unchanged lines hidden ---
217config SQUASHFS
218 tristate "SquashFS 4.0 - Squashed file system support"
219 depends on BLOCK
220 select ZLIB_INFLATE
221 help
222 Saying Y here includes support for SquashFS 4.0 (a Compressed
223 Read-Only File System). Squashfs is a highly compressed read-only
224 filesystem for Linux. It uses zlib compression to compress both

--- 671 unchanged lines hidden ---