aboutsummaryrefslogtreecommitdiffstats
path: root/mm/Kconfig
diff options
context:
space:
mode:
authorDan Streetman <ddstreet@ieee.org>2014-08-06 19:08:40 -0400
committerLinus Torvalds <torvalds@linux-foundation.org>2014-08-06 21:01:23 -0400
commit12d79d64bfd3913693304feb8636ccab504b9e63 (patch)
tree15e87996b0c210fc5c33db26ca703de5c2e56b01 /mm/Kconfig
parentc795779df29e180738568d2a5eb3a42f3b5e47f0 (diff)
mm/zpool: update zswap to use zpool
Change zswap to use the zpool api instead of directly using zbud. Add a boot-time param to allow selecting which zpool implementation to use, with zbud as the default. Signed-off-by: Dan Streetman <ddstreet@ieee.org> Tested-by: Seth Jennings <sjennings@variantweb.net> Cc: Weijie Yang <weijie.yang@samsung.com> Cc: Minchan Kim <minchan@kernel.org> Cc: Nitin Gupta <ngupta@vflare.org> 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 12179b8c3b89..886db2158538 100644
--- a/mm/Kconfig
+++ b/mm/Kconfig
@@ -535,7 +535,7 @@ config ZSWAP
535 bool "Compressed cache for swap pages (EXPERIMENTAL)" 535 bool "Compressed cache for swap pages (EXPERIMENTAL)"
536 depends on FRONTSWAP && CRYPTO=y 536 depends on FRONTSWAP && CRYPTO=y
537 select CRYPTO_LZO 537 select CRYPTO_LZO
538 select ZBUD 538 select ZPOOL
539 default n 539 default n
540 help 540 help
541 A lightweight compressed cache for swap pages. It takes 541 A lightweight compressed cache for swap pages. It takes