openwrtv3/target/linux/generic/patches-3.14/996-zsmalloc_allow_module_build.patch

12 lines
287 B
Diff
Raw Normal View History

--- 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