Kconfig (22135169ddc536b1f7d7f070c7980fe4bcdaa20b) Kconfig (8b1cd7d3c5daaed6c4dec3697c1fc113eb817df0)
1#
2# File system configuration
3#
4
5menu "File systems"
6
7if BLOCK
8

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

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"
216source "fs/squashfs/Kconfig"
217source "fs/freevxfs/Kconfig"
1#
2# File system configuration
3#
4
5menu "File systems"
6
7if BLOCK
8

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

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"
216source "fs/squashfs/Kconfig"
217source "fs/freevxfs/Kconfig"
218source "fs/minix/Kconfig"
218
219
219config MINIX_FS
220 tristate "Minix file system support"
221 depends on BLOCK
222 help
223 Minix is a simple operating system used in many classes about OS's.
224 The minix file system (method to organize files on a hard disk
225 partition or a floppy disk) was the original file system for Linux,
226 but has been superseded by the second extended file system ext2fs.
227 You don't want to use the minix file system on your hard disk
228 because of certain built-in restrictions, but it is sometimes found
229 on older Linux floppy disks. This option will enlarge your kernel
230 by about 28 KB. If unsure, say N.
231
232 To compile this file system support as a module, choose M here: the
233 module will be called minix. Note that the file system of your root
234 partition (the one containing the directory /) cannot be compiled as
235 a module.
236
237config OMFS_FS
238 tristate "SonicBlue Optimized MPEG File System support"
239 depends on BLOCK
240 select CRC_ITU_T
241 help
242 This is the proprietary file system used by the Rio Karma music
243 player and ReplayTV DVR. Despite the name, this filesystem is not
244 more efficient than a standard FS for MPEG files, in fact likely

--- 584 unchanged lines hidden ---
220config OMFS_FS
221 tristate "SonicBlue Optimized MPEG File System support"
222 depends on BLOCK
223 select CRC_ITU_T
224 help
225 This is the proprietary file system used by the Rio Karma music
226 player and ReplayTV DVR. Despite the name, this filesystem is not
227 more efficient than a standard FS for MPEG files, in fact likely

--- 584 unchanged lines hidden ---