kernel: update 3.14 to 3.14.30
[openwrt.git] / target / linux / generic / patches-3.14 / 996-zsmalloc_allow_module_build.patch
1 --- a/mm/Kconfig
2 +++ b/mm/Kconfig
3 @@ -557,7 +557,7 @@ config MEM_SOFT_DIRTY
4           See Documentation/vm/soft-dirty.txt for more details.
5  
6  config ZSMALLOC
7 -       bool "Memory allocator for compressed pages"
8 +       tristate "Memory allocator for compressed pages"
9         depends on MMU
10         default n
11         help