aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/ramster/Kconfig
diff options
context:
space:
mode:
authorDan Magenheimer <dan.magenheimer@oracle.com>2012-05-10 12:06:21 -0700
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2012-05-14 13:02:49 -0700
commit49b81a3c7415d9b02169f37b8559d468fd17686a (patch)
treea57e7ae0531e2b68f00850d77b578adbbde91f81 /drivers/staging/ramster/Kconfig
parentstaging: line6/config.h: Remove CHECKPOINT macro (diff)
downloadlinux-dev-49b81a3c7415d9b02169f37b8559d468fd17686a.tar.xz
linux-dev-49b81a3c7415d9b02169f37b8559d468fd17686a.zip
ramster: switch over to zsmalloc and crypto interface
RAMster does many zcache-like things. In order to avoid major merge conflicts at 3.4, ramster used lzo1x directly for compression and retained a local copy of xvmalloc, while zcache moved to the new zsmalloc allocator and the crypto API. This patch moves ramster forward to use zsmalloc and crypto. Signed-off-by: Dan Magenheimer <dan.magenheimer@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/staging/ramster/Kconfig')
-rw-r--r--drivers/staging/ramster/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/staging/ramster/Kconfig b/drivers/staging/ramster/Kconfig
index 8349887827dc..98df39c05994 100644
--- a/drivers/staging/ramster/Kconfig
+++ b/drivers/staging/ramster/Kconfig
@@ -1,8 +1,8 @@
config RAMSTER
bool "Cross-machine RAM capacity sharing, aka peer-to-peer tmem"
- depends on (CLEANCACHE || FRONTSWAP) && CONFIGFS_FS=y && !ZCACHE && !XVMALLOC && !HIGHMEM && NET
- select LZO_COMPRESS
- select LZO_DECOMPRESS
+ depends on (CLEANCACHE || FRONTSWAP) && CONFIGFS_FS=y && !ZCACHE && CRYPTO=y && !HIGHMEM && NET
+ select ZSMALLOC
+ select CRYPTO_LZO
default n
help
RAMster allows RAM on other machines in a cluster to be utilized