aboutsummaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig23
1 files changed, 10 insertions, 13 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 7b1511d50b05..8cd2417a14db 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -12,9 +12,7 @@ config EXT2_FS
12 Ext2 is a standard Linux file system for hard disks. 12 Ext2 is a standard Linux file system for hard disks.
13 13
14 To compile this file system support as a module, choose M here: the 14 To compile this file system support as a module, choose M here: the
15 module will be called ext2. Be aware however that the file system 15 module will be called ext2.
16 of your root partition (the one containing the directory /) cannot
17 be compiled as a module, and so this could be dangerous.
18 16
19 If unsure, say Y. 17 If unsure, say Y.
20 18
@@ -98,9 +96,7 @@ config EXT3_FS
98 (available at <http://sourceforge.net/projects/e2fsprogs/>). 96 (available at <http://sourceforge.net/projects/e2fsprogs/>).
99 97
100 To compile this file system support as a module, choose M here: the 98 To compile this file system support as a module, choose M here: the
101 module will be called ext3. Be aware however that the file system 99 module will be called ext3.
102 of your root partition (the one containing the directory /) cannot
103 be compiled as a module, and so this may be dangerous.
104 100
105config EXT3_FS_XATTR 101config EXT3_FS_XATTR
106 bool "Ext3 extended attributes" 102 bool "Ext3 extended attributes"
@@ -163,9 +159,7 @@ config EXT4DEV_FS
163 features will be added to ext4dev gradually. 159 features will be added to ext4dev gradually.
164 160
165 To compile this file system support as a module, choose M here. The 161 To compile this file system support as a module, choose M here. The
166 module will be called ext4dev. Be aware, however, that the filesystem 162 module will be called ext4dev.
167 of your root partition (the one containing the directory /) cannot
168 be compiled as a module, and so this could be dangerous.
169 163
170 If unsure, say N. 164 If unsure, say N.
171 165
@@ -972,7 +966,7 @@ config SYSFS
972 966
973 Some system agents rely on the information in sysfs to operate. 967 Some system agents rely on the information in sysfs to operate.
974 /sbin/hotplug uses device and object attributes in sysfs to assist in 968 /sbin/hotplug uses device and object attributes in sysfs to assist in
975 delegating policy decisions, like persistantly naming devices. 969 delegating policy decisions, like persistently naming devices.
976 970
977 sysfs is currently used by the block subsystem to mount the root 971 sysfs is currently used by the block subsystem to mount the root
978 partition. If sysfs is disabled you must specify the boot device on 972 partition. If sysfs is disabled you must specify the boot device on
@@ -1008,7 +1002,7 @@ config TMPFS_POSIX_ACL
1008 1002
1009config HUGETLBFS 1003config HUGETLBFS
1010 bool "HugeTLB file system support" 1004 bool "HugeTLB file system support"
1011 depends X86 || IA64 || PPC64 || SPARC64 || SUPERH || BROKEN 1005 depends on X86 || IA64 || PPC64 || SPARC64 || SUPERH || BROKEN
1012 help 1006 help
1013 hugetlbfs is a filesystem backing for HugeTLB pages, based on 1007 hugetlbfs is a filesystem backing for HugeTLB pages, based on
1014 ramfs. For architectures that support it, say Y here and read 1008 ramfs. For architectures that support it, say Y here and read
@@ -1145,7 +1139,7 @@ config BEFS_FS
1145 help 1139 help
1146 The BeOS File System (BeFS) is the native file system of Be, Inc's 1140 The BeOS File System (BeFS) is the native file system of Be, Inc's
1147 BeOS. Notable features include support for arbitrary attributes 1141 BeOS. Notable features include support for arbitrary attributes
1148 on files and directories, and database-like indeces on selected 1142 on files and directories, and database-like indices on selected
1149 attributes. (Also note that this driver doesn't make those features 1143 attributes. (Also note that this driver doesn't make those features
1150 available at this time). It is a 64 bit filesystem, so it supports 1144 available at this time). It is a 64 bit filesystem, so it supports
1151 extremely large volumes and files. 1145 extremely large volumes and files.
@@ -1204,13 +1198,16 @@ config EFS_FS
1204 1198
1205config JFFS_FS 1199config JFFS_FS
1206 tristate "Journalling Flash File System (JFFS) support" 1200 tristate "Journalling Flash File System (JFFS) support"
1207 depends on MTD && BLOCK 1201 depends on MTD && BLOCK && BROKEN
1208 help 1202 help
1209 JFFS is the Journalling Flash File System developed by Axis 1203 JFFS is the Journalling Flash File System developed by Axis
1210 Communications in Sweden, aimed at providing a crash/powerdown-safe 1204 Communications in Sweden, aimed at providing a crash/powerdown-safe
1211 file system for disk-less embedded devices. Further information is 1205 file system for disk-less embedded devices. Further information is
1212 available at (<http://developer.axis.com/software/jffs/>). 1206 available at (<http://developer.axis.com/software/jffs/>).
1213 1207
1208 NOTE: This filesystem is deprecated and is scheduled for removal in
1209 2.6.21. See Documentation/feature-removal-schedule.txt
1210
1214config JFFS_FS_VERBOSE 1211config JFFS_FS_VERBOSE
1215 int "JFFS debugging verbosity (0 = quiet, 3 = noisy)" 1212 int "JFFS debugging verbosity (0 = quiet, 3 = noisy)"
1216 depends on JFFS_FS 1213 depends on JFFS_FS