]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - drivers/staging/zcache/Kconfig
staging: zcache: disable ZCACHE_DEBUG due to build error
[karo-tx-linux.git] / drivers / staging / zcache / Kconfig
index 73582705e8c5bc71081494a7e4481b7eb36d42e8..ad47b4b8f04be0b2869bddeb247018992768389f 100644 (file)
@@ -10,6 +10,15 @@ 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
+       depends on BROKEN
+       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