[linux] 02/03: [armel] Adjust configuration to reduce image size (fixes FTBFS)

debian-kernel at lists.debian.org debian-kernel at lists.debian.org
Thu Feb 2 03:57:50 UTC 2017


This is an automated email from the git hooks/post-receive script.

benh pushed a commit to branch master
in repository linux.

commit 6da646ca305988466f22027d7010263caf527f7d
Author: Ben Hutchings <ben at decadent.org.uk>
Date:   Thu Feb 2 01:28:31 2017 +0000

    [armel] Adjust configuration to reduce image size (fixes FTBFS)
---
 debian/changelog                   | 4 ++++
 debian/config/armel/config.marvell | 9 +++++++++
 2 files changed, 13 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fac8e58..043614f 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -9,6 +9,10 @@ linux (4.10~rc6-1~exp2) UNRELEASED; urgency=medium
     - Fix missing CRC for _mcount
     - [ppc64el] udeb: Exclude ehea from nic-modules
   * debian/control: Fix compiler build-dependencies for cross-building
+  * [armel] Adjust configuration to reduce image size (fixes FTBFS):
+    - PCI: Disable PCIEAER, PCIEASPM
+    - net: Disable LWTUNNEL, IPV6_ILA
+    - trace: Disable UPROBE_EVENT
 
  -- Ben Hutchings <ben at decadent.org.uk>  Wed, 01 Feb 2017 22:13:06 +0000
 
diff --git a/debian/config/armel/config.marvell b/debian/config/armel/config.marvell
index 121a9b3..f9a27be 100644
--- a/debian/config/armel/config.marvell
+++ b/debian/config/armel/config.marvell
@@ -497,9 +497,15 @@ CONFIG_PCI_MVEBU=y
 ##
 ## file: drivers/pci/pcie/Kconfig
 ##
+# CONFIG_PCIEASPM is not set
 # CONFIG_PCIE_DPC is not set
 
 ##
+## file: drivers/pci/pcie/aer/Kconfig
+##
+# CONFIG_PCIEAER is not set
+
+##
 ## file: drivers/pcmcia/Kconfig
 ##
 # CONFIG_PCCARD is not set
@@ -699,6 +705,7 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
 # CONFIG_FUNCTION_GRAPH_TRACER is not set
 # CONFIG_FTRACE_SYSCALLS is not set
 # CONFIG_STACK_TRACER is not set
+# CONFIG_UPROBE_EVENT is not set
 
 ##
 ## file: lib/Kconfig.debug
@@ -748,6 +755,8 @@ CONFIG_ROSE=m
 ## file: net/ipv6/Kconfig
 ##
 CONFIG_IPV6=m
+#. Can be modular, but selects LWTUNNEL which cannot
+# CONFIG_IPV6_ILA is not set
 
 ##
 ## file: net/l3mdev/Kconfig

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git



More information about the Kernel-svn-changes mailing list