[kernel] r22187 - in dists/trunk/linux/debian: . config/armel

Ben Hutchings benh at moszumanska.debian.org
Wed Dec 10 20:32:26 UTC 2014


Author: benh
Date: Wed Dec 10 20:32:26 2014
New Revision: 22187

Log:
[armel] Disable more config symbols on both kirkwood and orion5x

Modified:
   dists/trunk/linux/debian/changelog
   dists/trunk/linux/debian/config/armel/config-reduced
   dists/trunk/linux/debian/config/armel/config.orion5x

Modified: dists/trunk/linux/debian/changelog
==============================================================================
--- dists/trunk/linux/debian/changelog	Wed Dec 10 19:38:02 2014	(r22186)
+++ dists/trunk/linux/debian/changelog	Wed Dec 10 20:32:26 2014	(r22187)
@@ -46,7 +46,10 @@
   * [armel] Change configuration to reduce kernel image size (fixes FTBFS)
     - [/kirkwood] netlink: Disable NETLINK_MMAP
     - [/kirkwood] cgroups: Disable MEMCG
-    - [/kirkwood] Disable CHECKPOINT_RESTORE
+    - [/kirkwood] Disable CHECKPOINT_RESTORE, RD_LZ4
+    - [/kirkwood] mm: Disable COMPACTION, KSM
+    - [/kirkwood] crypto: Disable CRYPTO_FIPS
+    - [/kirkwood] power: Disable HIBERNATION, PM_RUNTIME
     - [/orion5x] mm: Disable COMPACTION, MIGRATION
     - [/orion5x] block: Disable BLK_DEV_INTEGRITY
     - [/orion5x] SCSI: Disable SCSI_UFSHCD

Modified: dists/trunk/linux/debian/config/armel/config-reduced
==============================================================================
--- dists/trunk/linux/debian/config/armel/config-reduced	Wed Dec 10 19:38:02 2014	(r22186)
+++ dists/trunk/linux/debian/config/armel/config-reduced	Wed Dec 10 20:32:26 2014	(r22187)
@@ -4,6 +4,11 @@
 CONFIG_IOSCHED_DEADLINE=m
 
 ##
+## file: crypto/Kconfig
+##
+# CONFIG_CRYPTO_FIPS is not set
+
+##
 ## file: drivers/gpu/vga/Kconfig
 ##
 # CONFIG_VGA_ARB is not set
@@ -15,11 +20,21 @@
 # CONFIG_MEMCG is not set
 # CONFIG_CHECKPOINT_RESTORE is not set
 CONFIG_CC_OPTIMIZE_FOR_SIZE=y
+# CONFIG_PROFILING is not set
 
 ##
 ## file: kernel/power/Kconfig
 ##
 # CONFIG_SUSPEND is not set
+# CONFIG_HIBERNATION is not set
+# CONFIG_PM_RUNTIME is not set
+
+##
+## file: mm/Kconfig
+##
+#. Saves about 7K
+# CONFIG_COMPACTION is not set
+# CONFIG_KSM is not set
 
 ##
 ## file: net/ipv6/Kconfig
@@ -27,7 +42,17 @@
 CONFIG_IPV6=m
 
 ##
+## file: net/mpls/Kconfig
+##
+# CONFIG_NET_MPLS_GSO is not set
+
+##
 ## file: net/netlink/Kconfig
 ##
 # CONFIG_NETLINK_MMAP is not set
 
+##
+## file: usr/Kconfig
+##
+# CONFIG_RD_LZ4 is not set
+

Modified: dists/trunk/linux/debian/config/armel/config.orion5x
==============================================================================
--- dists/trunk/linux/debian/config/armel/config.orion5x	Wed Dec 10 19:38:02 2014	(r22186)
+++ dists/trunk/linux/debian/config/armel/config.orion5x	Wed Dec 10 20:32:26 2014	(r22187)
@@ -88,11 +88,6 @@
 CONFIG_SUN_PARTITION=y
 
 ##
-## file: crypto/Kconfig
-##
-# CONFIG_CRYPTO_FIPS is not set
-
-##
 ## file: drivers/ata/Kconfig
 ##
 CONFIG_ATA=m
@@ -568,13 +563,6 @@
 # CONFIG_USER_NS is not set
 #. Saves about 17K, and none of the quirks are likely to be needed
 # CONFIG_PCI_QUIRKS is not set
-# CONFIG_PROFILING is not set
-
-##
-## file: kernel/power/Kconfig
-##
-# CONFIG_HIBERNATION is not set
-# CONFIG_PM_RUNTIME is not set
 
 ##
 ## file: kernel/trace/Kconfig
@@ -596,9 +584,6 @@
 # CONFIG_DISCONTIGMEM_MANUAL is not set
 # CONFIG_SPARSEMEM_MANUAL is not set
 ## end choice
-#. Saves about 7K
-# CONFIG_COMPACTION is not set
-# CONFIG_KSM is not set
 # CONFIG_FRONTSWAP is not set
 # CONFIG_ZSMALLOC is not set
 
@@ -623,17 +608,7 @@
 CONFIG_ROSE=m
 
 ##
-## file: net/mpls/Kconfig
-##
-# CONFIG_NET_MPLS_GSO is not set
-
-##
 ## file: security/Kconfig
 ##
 # CONFIG_SECURITY is not set
 
-##
-## file: usr/Kconfig
-##
-# CONFIG_RD_LZ4 is not set
-



More information about the Kernel-svn-changes mailing list