]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/Kconfig
tty: Fix up escaped character
[linux-2.6-omap-h63xx.git] / fs / Kconfig
index 84ab76a206a0ce9186c123c7b249dac2b5fc653b..37db79a2ff9578e162fcfd8a346d2c6254a95c7f 100644 (file)
@@ -470,6 +470,14 @@ config OCFS2_FS_USERSPACE_CLUSTER
          It is safe to say Y, as the clustering method is run-time
          selectable.
 
+config OCFS2_FS_STATS
+       bool "OCFS2 statistics"
+       depends on OCFS2_FS
+       default y
+       help
+         This option allows some fs statistics to be captured. Enabling
+         this option may increase the memory consumption.
+
 config OCFS2_DEBUG_MASKLOG
        bool "OCFS2 logging support"
        depends on OCFS2_FS
@@ -1375,6 +1383,9 @@ config JFFS2_CMODE_FAVOURLZO
 
 endchoice
 
+# UBIFS File system configuration
+source "fs/ubifs/Kconfig"
+
 config CRAMFS
        tristate "Compressed ROM file system support (cramfs)"
        depends on BLOCK