[kernel] r19202 - in dists/squeeze-backports/linux-2.6/debian: . config/armel

Ben Hutchings benh at alioth.debian.org
Sun Jun 24 22:28:36 UTC 2012


Author: benh
Date: Sun Jun 24 22:28:33 2012
New Revision: 19202

Log:
[armel] Disable CRYPTO_FIPS, VGA_ARB, FTRACE on iop32x and ixp4xx

These are the same config options disabled by Arnaud Patard on trunk.
The squeeze-backports build needs the changes even though sid doesn't,
because gcc-4.4 generates larger code.

Modified:
   dists/squeeze-backports/linux-2.6/debian/changelog
   dists/squeeze-backports/linux-2.6/debian/config/armel/config.iop32x
   dists/squeeze-backports/linux-2.6/debian/config/armel/config.ixp4xx

Modified: dists/squeeze-backports/linux-2.6/debian/changelog
==============================================================================
--- dists/squeeze-backports/linux-2.6/debian/changelog	Sun Jun 24 22:14:45 2012	(r19201)
+++ dists/squeeze-backports/linux-2.6/debian/changelog	Sun Jun 24 22:28:33 2012	(r19202)
@@ -1,3 +1,10 @@
+linux-2.6 (3.2.18-1~bpo60+2) UNRELEASED; urgency=low
+
+  * [armel] Disable CRYPTO_FIPS, VGA_ARB, FTRACE on iop32x and ixp4xx to
+    reduce kernel size (as suggested by Arnaud Patard)
+
+ -- Ben Hutchings <ben at decadent.org.uk>  Sun, 24 Jun 2012 23:18:16 +0100
+
 linux-2.6 (3.2.18-1~bpo60+1) squeeze-backports; urgency=low
 
   * Rebuild for squeeze:

Modified: dists/squeeze-backports/linux-2.6/debian/config/armel/config.iop32x
==============================================================================
--- dists/squeeze-backports/linux-2.6/debian/config/armel/config.iop32x	Sun Jun 24 22:14:45 2012	(r19201)
+++ dists/squeeze-backports/linux-2.6/debian/config/armel/config.iop32x	Sun Jun 24 22:28:33 2012	(r19202)
@@ -52,6 +52,11 @@
 CONFIG_ARM_THUMB=y
 
 ##
+## file: crypto/Kconfig
+##
+# CONFIG_CRYPTO_FIPS is not set
+
+##
 ## file: drivers/ata/Kconfig
 ##
 CONFIG_ATA=m
@@ -149,6 +154,11 @@
 # CONFIG_DRM is not set
 
 ##
+## file: drivers/gpu/vga/Kconfig
+##
+# CONFIG_VGA_ARB is not set
+
+##
 ## file: drivers/hwmon/Kconfig
 ##
 CONFIG_HWMON=y
@@ -580,6 +590,11 @@
 ## end choice
 
 ##
+## file: kernel/trace/Kconfig
+##
+# CONFIG_FTRACE is not set
+
+##
 ## file: mm/Kconfig
 ##
 ## choice: Memory model

Modified: dists/squeeze-backports/linux-2.6/debian/config/armel/config.ixp4xx
==============================================================================
--- dists/squeeze-backports/linux-2.6/debian/config/armel/config.ixp4xx	Sun Jun 24 22:14:45 2012	(r19201)
+++ dists/squeeze-backports/linux-2.6/debian/config/armel/config.ixp4xx	Sun Jun 24 22:28:33 2012	(r19202)
@@ -61,6 +61,11 @@
 # CONFIG_CPU_BIG_ENDIAN is not set
 
 ##
+## file: crypto/Kconfig
+##
+# CONFIG_CRYPTO_FIPS is not set
+
+##
 ## file: drivers/ata/Kconfig
 ##
 CONFIG_ATA=m
@@ -172,6 +177,11 @@
 # CONFIG_DRM is not set
 
 ##
+## file: drivers/gpu/vga/Kconfig
+##
+# CONFIG_VGA_ARB is not set
+
+##
 ## file: drivers/hwmon/Kconfig
 ##
 CONFIG_HWMON=y
@@ -711,6 +721,11 @@
 ## end choice
 
 ##
+## file: kernel/trace/Kconfig
+##
+# CONFIG_FTRACE is not set
+
+##
 ## file: mm/Kconfig
 ##
 ## choice: Memory model



More information about the Kernel-svn-changes mailing list