aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBen Hutchings <benh@debian.org>2015-05-26 01:17:52 +0000
committerBen Hutchings <benh@debian.org>2015-05-26 01:17:52 +0000
commit19acb8efed1f6ce71395a97fbff3955482de3f38 (patch)
treed1fbb081e850f9d8c3ce0ce7db9c2b81c09d6b89
parenta863149395a9a68fc06014776ccfdeef145dfa79 (diff)
downloadkernel_replicant_linux-19acb8efed1f6ce71395a97fbff3955482de3f38.tar.gz
kernel_replicant_linux-19acb8efed1f6ce71395a97fbff3955482de3f38.tar.bz2
kernel_replicant_linux-19acb8efed1f6ce71395a97fbff3955482de3f38.zip
zram: Enable ZRAM_LZ4_COMPRESS (Closes: #770958)
svn path=/dists/sid/linux/; revision=22712
-rw-r--r--debian/changelog1
-rw-r--r--debian/config/config1
2 files changed, 2 insertions, 0 deletions
diff --git a/debian/changelog b/debian/changelog
index 19d74159dbbb..a74bfc0cd627 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -104,6 +104,7 @@ linux (4.0.4-1) UNRELEASED; urgency=medium
(Closes: #778896)
* usb-storage: Enable USB_UAS for the third time, hoping that it's finally
robust enough (Closes: #749014)
+ * zram: Enable ZRAM_LZ4_COMPRESS (Closes: #770958)
[ Ian Campbell ]
* [armhf+arm64] Enabled generic SYSCON regmap reset driver
diff --git a/debian/config/config b/debian/config/config
index de3d2cbd6e2e..1b41430a09ab 100644
--- a/debian/config/config
+++ b/debian/config/config
@@ -310,6 +310,7 @@ CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m
## file: drivers/block/zram/Kconfig
##
CONFIG_ZRAM=m
+CONFIG_ZRAM_LZ4_COMPRESS=y
# CONFIG_ZRAM_DEBUG is not set
##