summaryrefslogtreecommitdiff
path: root/drivers/staging/zram/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/staging/zram/Kconfig')
-rw-r--r--drivers/staging/zram/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/staging/zram/Kconfig b/drivers/staging/zram/Kconfig
index d3982e6fdb4..2f3b484ce5a 100644
--- a/drivers/staging/zram/Kconfig
+++ b/drivers/staging/zram/Kconfig
@@ -15,3 +15,11 @@ config ZRAM
See zram.txt for more information.
Project home: http://compcache.googlecode.com/
+
+config ZRAM_DEBUG
+ bool "Compressed RAM block device debug support"
+ depends on ZRAM
+ default n
+ help
+ This option adds additional debugging code to the compressed
+ RAM block device driver.