Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[firefly-linux-kernel-4.4.55.git] / fs / cramfs / Kconfig
index cd06466f365ea53619afb313cd87befdc5221db5..11b29d491b7c5856fa68937eccf9529b9c1b0523 100644 (file)
@@ -1,5 +1,5 @@
 config CRAMFS
-       tristate "Compressed ROM file system support (cramfs)"
+       tristate "Compressed ROM file system support (cramfs) (OBSOLETE)"
        depends on BLOCK
        select ZLIB_INFLATE
        help
@@ -16,4 +16,7 @@ config CRAMFS
          cramfs.  Note that the root file system (the one containing the
          directory /) cannot be compiled as a module.
 
+         This filesystem is obsoleted by SquashFS, which is much better
+         in terms of performance and features.
+
          If unsure, say N.