[armel] Adjust configuration to reduce image size (fixes FTBFS)

This commit is contained in:
Ben Hutchings 2017-02-02 01:28:31 +00:00
parent 84e53d21c3
commit 6da646ca30
2 changed files with 13 additions and 0 deletions

4
debian/changelog vendored
View File

@ -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@decadent.org.uk> Wed, 01 Feb 2017 22:13:06 +0000

View File

@ -497,8 +497,14 @@ 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
##
@ -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