aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/generic/patches-3.14/996-zsmalloc_allow_module_build.patch
blob: 8ff2b691e9a4c82ef7e65cec3be08e73c7995abb (plain)
1
2
3
4
5
6
7
8
9
10
11
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -557,7 +557,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