summaryrefslogtreecommitdiff
path: root/target/linux/generic/patches-3.14/996-zsmalloc_allow_module_build.patch
blob: ea6d4449f65ab80622da7c69290dd4cae3ea1e09 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -554,7 +554,7 @@ config MEM_SOFT_DIRTY
 	  See Documentation/vm/soft-dirty.txt for more details.
 
 config ZSMALLOC
-	bool "Memory allocator for compressed pages"
+	tristate "Memory allocator for compressed pages"
 	depends on MMU
 	default n
 	help