提交 6e236172 编写于 作者: S Seth Jennings 提交者: Greg Kroah-Hartman

staging: zram/zcache: swtich Kconfig dependency from X86 to ZSMALLOC

This patch switches zcache and zram dependency to ZSMALLOC
rather than X86.  There is no net change since ZSMALLOC
depends on X86, however, this prevent further changes to
these files as zsmalloc dependencies change.
Signed-off-by: NSeth Jennings <sjenning@linux.vnet.ibm.com>
Signed-off-by: NGreg Kroah-Hartman <gregkh@linuxfoundation.org>
上级 c90e3e80
config ZCACHE config ZCACHE
bool "Dynamic compression of swap pages and clean pagecache pages" bool "Dynamic compression of swap pages and clean pagecache pages"
# X86 dependency is because zsmalloc uses non-portable pte/tlb depends on (CLEANCACHE || FRONTSWAP) && CRYPTO=y && ZSMALLOC=y
# functions
depends on (CLEANCACHE || FRONTSWAP) && CRYPTO=y && X86
select ZSMALLOC
select CRYPTO_LZO select CRYPTO_LZO
default n default n
help help
......
config ZRAM config ZRAM
tristate "Compressed RAM block device support" tristate "Compressed RAM block device support"
# X86 dependency is because zsmalloc uses non-portable pte/tlb depends on BLOCK && SYSFS && ZSMALLOC
# functions
depends on BLOCK && SYSFS && X86
select ZSMALLOC
select LZO_COMPRESS select LZO_COMPRESS
select LZO_DECOMPRESS select LZO_DECOMPRESS
default n default n
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册