[kernel] r19665 - in dists/trunk/linux/debian: . config config/kernelarch-x86
Ben Hutchings
benh at alioth.debian.org
Sat Dec 29 18:02:46 UTC 2012
Author: benh
Date: Sat Dec 29 18:02:45 2012
New Revision: 19665
Log:
Enable ZRAM, ZSMALLOC as modules on all architectures (Closes: #676779)
Modified:
dists/trunk/linux/debian/changelog
dists/trunk/linux/debian/config/config
dists/trunk/linux/debian/config/kernelarch-x86/config
Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog Sat Dec 29 17:28:57 2012 (r19664)
+++ dists/trunk/linux/debian/changelog Sat Dec 29 18:02:45 2012 (r19665)
@@ -5,6 +5,7 @@
(Closes: #696664)
* linux-headers-common: Do not use link-vmlinux.sh when cleaning external
modules (Closes: #696775)
+ * Enable ZRAM, ZSMALLOC as modules on all architectures (Closes: #676779)
-- Ben Hutchings <ben at decadent.org.uk> Sat, 29 Dec 2012 02:05:46 +0100
Modified: dists/trunk/linux/debian/config/config
==============================================================================
--- dists/trunk/linux/debian/config/config Sat Dec 29 17:28:57 2012 (r19664)
+++ dists/trunk/linux/debian/config/config Sat Dec 29 18:02:45 2012 (r19665)
@@ -3055,6 +3055,16 @@
# CONFIG_PRISM2_USB is not set
##
+## file: drivers/staging/zram/Kconfig
+##
+CONFIG_ZRAM=m
+
+##
+## file: drivers/staging/zsmalloc/Kconfig
+##
+CONFIG_ZSMALLOC=m
+
+##
## file: drivers/target/Kconfig
##
CONFIG_TARGET_CORE=m
Modified: dists/trunk/linux/debian/config/kernelarch-x86/config
==============================================================================
--- dists/trunk/linux/debian/config/kernelarch-x86/config Sat Dec 29 17:28:57 2012 (r19664)
+++ dists/trunk/linux/debian/config/kernelarch-x86/config Sat Dec 29 18:02:45 2012 (r19665)
@@ -1420,16 +1420,6 @@
CONFIG_PRISM2_USB=m
##
-## file: drivers/staging/zram/Kconfig
-##
-CONFIG_ZRAM=m
-
-##
-## file: drivers/staging/zsmalloc/Kconfig
-##
-CONFIG_ZSMALLOC=m
-
-##
## file: drivers/thermal/Kconfig
##
CONFIG_THERMAL=m
More information about the Kernel-svn-changes
mailing list