Staging: rtl8192su: fix test for negative error in rtl8192_rx_isr()
[safe/jmp/linux-2.6] / drivers / staging / ramzswap / Kconfig
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.
11
12           See ramzswap.txt for more information.
13           Project home: http://compcache.googlecode.com/
14
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.