Merge 3.9-rc5 into staging-next
[deliverable/linux.git] / drivers / staging / zcache / Kconfig
index 5c3714530961c5ede430f7745706d24c833781ce..c3b8a10e170fff2285977637e4d8f0ec31eafb73 100644 (file)
@@ -10,6 +10,14 @@ config ZCACHE
          memory to store clean page cache pages and swap in RAM,
          providing a noticeable reduction in disk I/O.
 
+config ZCACHE_DEBUG
+       bool "Enable debug statistics"
+       depends on DEBUG_FS && ZCACHE
+       default n
+       help
+         This is used to provide an debugfs directory with counters of
+         how zcache is doing. You probably want to set this to 'N'.
+
 config RAMSTER
        bool "Cross-machine RAM capacity sharing, aka peer-to-peer tmem"
        depends on CONFIGFS_FS=y && SYSFS=y && !HIGHMEM && ZCACHE=y
This page took 0.030337 seconds and 5 git commands to generate.