Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 317534
b: refs/heads/master
c: 6e23617
h: refs/heads/master
v: v3
  • Loading branch information
Seth Jennings authored and Greg Kroah-Hartman committed Jun 25, 2012
1 parent 02782b8 commit d8240c3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 9 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c90e3e80b9751335cc98934ae32188fa7de6bccd
refs/heads/master: 6e2361720b9da9ec830d407da058ca1827e62b12
5 changes: 1 addition & 4 deletions trunk/drivers/staging/zcache/Kconfig
Original file line number Diff line number Diff line change
@@ -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
Expand Down
5 changes: 1 addition & 4 deletions trunk/drivers/staging/zram/Kconfig
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
config ZRAM
tristate "Compressed RAM block device support"
# X86 dependency is because zsmalloc uses non-portable pte/tlb
# functions
depends on BLOCK && SYSFS && X86
select ZSMALLOC
depends on BLOCK && SYSFS && ZSMALLOC
select LZO_COMPRESS
select LZO_DECOMPRESS
default n
Expand Down

0 comments on commit d8240c3

Please sign in to comment.