summaryrefslogtreecommitdiffstats
path: root/drivers/staging/zcache/Kconfig
blob: 4881839be6258f83743469cb2e63c2e86fd4c9e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
config ZCACHE
	bool "Dynamic compression of swap pages and clean pagecache pages"
	depends on (CLEANCACHE || FRONTSWAP) && CRYPTO=y && ZSMALLOC=y
	select CRYPTO_LZO
	default n
	help
	  Zcache doubles RAM efficiency while providing a significant
	  performance boosts on many workloads.  Zcache uses
	  compression and an in-kernel implementation of transcendent
	  memory to store clean page cache pages and swap in RAM,
	  providing a noticeable reduction in disk I/O.