summaryrefslogtreecommitdiffstats
path: root/mm/Kconfig
diff options
context:
space:
mode:
authorMinchan Kim <minchan@kernel.org>2014-06-04 16:11:10 -0700
committerLinus Torvalds <torvalds@linux-foundation.org>2014-06-04 16:54:14 -0700
commitd867f203b974e9a670028fda909ef09044b221f6 (patch)
tree2bc77b421b77416f19dfab3cc91808d7dad89420 /mm/Kconfig
parent93ef6d6ca11382eff03812797da457bc176653a4 (diff)
downloadop-kernel-dev-d867f203b974e9a670028fda909ef09044b221f6.zip
op-kernel-dev-d867f203b974e9a670028fda909ef09044b221f6.tar.gz
mm/zsmalloc: make zsmalloc module-buildable
Now, we can build zsmalloc as module because unmap_kernel_range was exported. Signed-off-by: Minchan Kim <minchan@kernel.org> Cc: Nitin Gupta <ngupta@vflare.org> Cc: Sergey Senozhatsky <sergey.senozhatsky@gmail.com> Cc: Jerome Marchand <jmarchan@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/Kconfig')
-rw-r--r--mm/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/mm/Kconfig b/mm/Kconfig
index 0f00bff..3e9977a 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -551,7 +551,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
OpenPOWER on IntegriCloud