]> Pileus Git - ~andy/linux/blobdiff - drivers/staging/zcache/Kconfig
Merge tag 'sound-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound
[~andy/linux] / drivers / staging / zcache / Kconfig
index 7048e01f081714bf506c1c4f83f6e6740faacb7b..4881839be6258f83743469cb2e63c2e86fd4c9e7 100644 (file)
@@ -1,9 +1,6 @@
 config ZCACHE
        bool "Dynamic compression of swap pages and clean pagecache pages"
-       # X86 dependency is because zsmalloc uses non-portable pte/tlb
-       # functions
-       depends on (CLEANCACHE || FRONTSWAP) && CRYPTO=y && X86
-       select ZSMALLOC
+       depends on (CLEANCACHE || FRONTSWAP) && CRYPTO=y && ZSMALLOC=y
        select CRYPTO_LZO
        default n
        help