aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/Kconfig b/mm/Kconfig
index 0f00bffaaf61..3e9977a9d657 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -551,7 +551,7 @@ config MEM_SOFT_DIRTY
551 See Documentation/vm/soft-dirty.txt for more details. 551 See Documentation/vm/soft-dirty.txt for more details.
552 552
553config ZSMALLOC 553config ZSMALLOC
554 bool "Memory allocator for compressed pages" 554 tristate "Memory allocator for compressed pages"
555 depends on MMU 555 depends on MMU
556 default n 556 default n
557 help 557 help