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

svn path=/dists/trunk/linux/; revision=22180
This commit is contained in:
Ben Hutchings 2014-12-10 02:54:18 +00:00
parent 0fbb3b9f16
commit da9e7240c2
3 changed files with 40 additions and 0 deletions

9
debian/changelog vendored
View File

@ -43,6 +43,15 @@ linux (3.18-1~exp1) UNRELEASED; urgency=medium
* [x86] edac: Enable EDAC_IE31200 as module
* [x86] drivers/crypto: Enable CRYPTO_DEV_QAT_DH895xCC as module
* [x86] comedi: Enable COMEDI_NI_USB6501 as module
* [armel] Change configuration to reduce kernel image size (fixes FTBFS)
- [/kirkwood] netlink: Disable NETLINK_MMAP
- [/kirkwood] cgroups: Disable MEMCG
- [/kirkwood] Disable CHECKPOINT_RESTORE
- [/orion5x] mm: Disable COMPACTION, MIGRATION
- [/orion5x] block: Disable BLK_DEV_INTEGRITY
- [/orion5x] SCSI: Disable SCSI_UFSHCD
- [/orion5x] target: Disable TCM_IBLOCK
- [/orion5x] Disable DEBUG_BUGVERBOSE
-- Ben Hutchings <ben@decadent.org.uk> Tue, 09 Dec 2014 02:08:47 +0000

View File

@ -3,6 +3,12 @@
##
# CONFIG_KPROBES is not set
##
## file: block/Kconfig
##
#. Saves about 4K
# CONFIG_BLK_DEV_INTEGRITY is not set
##
## file: block/Kconfig.iosched
##
@ -18,6 +24,18 @@ CONFIG_IOSCHED_DEADLINE=m
##
# CONFIG_VGA_ARB is not set
##
## file: drivers/scsi/ufs/Kconfig
##
#. Selects PM_DEVFREQ, which will add some built-in code
# CONFIG_SCSI_UFSHCD is not set
##
## file: drivers/target/Kconfig
##
#. Selects BLK_DEV_INTEGRITY, which will add some built-in code
# CONFIG_TCM_IBLOCK is not set
##
## file: init/Kconfig
##
@ -47,10 +65,14 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
## file: lib/Kconfig.debug
##
# CONFIG_DYNAMIC_DEBUG is not set
#. This really sucks, but saves about 2%
# CONFIG_DEBUG_BUGVERBOSE is not set
##
## file: mm/Kconfig
##
#. Saves about 7K
# CONFIG_COMPACTION is not set
# CONFIG_KSM is not set
# CONFIG_FRONTSWAP is not set
# CONFIG_ZSMALLOC is not set

View File

@ -605,6 +605,10 @@ CONFIG_UBIFS_FS=y
##
## file: init/Kconfig
##
#. Saves about 7K
# CONFIG_MEMCG is not set
#. Saves about 3K
# CONFIG_CHECKPOINT_RESTORE is not set
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
##
@ -647,6 +651,11 @@ CONFIG_ROSE=m
##
CONFIG_IPV6=m
##
## file: net/netlink/Kconfig
##
# CONFIG_NETLINK_MMAP is not set
##
## file: sound/soc/Kconfig
##