Linux 2.6.33.13
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / drivers / staging / ramzswap / Kconfig
blob24e25691fae2d31bae3bfbf3d746cdf2b0eb88fa
1 config RAMZSWAP
2         tristate "Compressed in-memory swap device (ramzswap)"
3         depends on SWAP
4         select LZO_COMPRESS
5         select LZO_DECOMPRESS
6         default n
7         help
8           Creates virtual block devices which can be used (only) as a swap
9           disks. Pages swapped to these disks are compressed and stored in
10           memory itself.
12           See ramzswap.txt for more information.
13           Project home: http://compcache.googlecode.com/
15 config RAMZSWAP_STATS
16         bool "Enable ramzswap stats"
17         depends on RAMZSWAP
18         default y
19         help
20           Enable statistics collection for ramzswap. This adds only a minimal
21           overhead. In unsure, say Y.