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

svn path=/dists/trunk/linux/; revision=22187
This commit is contained in:
Ben Hutchings 2014-12-10 20:32:26 +00:00
parent 4f1102baba
commit ba831b83d4
3 changed files with 29 additions and 26 deletions

5
debian/changelog vendored
View File

@ -46,7 +46,10 @@ linux (3.18-1~exp1) UNRELEASED; urgency=medium
* [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

View File

@ -3,6 +3,11 @@
##
CONFIG_IOSCHED_DEADLINE=m
##
## file: crypto/Kconfig
##
# CONFIG_CRYPTO_FIPS is not set
##
## file: drivers/gpu/vga/Kconfig
##
@ -15,19 +20,39 @@ CONFIG_IOSCHED_DEADLINE=m
# 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
##
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

View File

@ -87,11 +87,6 @@ CONFIG_SGI_PARTITION=y
CONFIG_ULTRIX_PARTITION=y
CONFIG_SUN_PARTITION=y
##
## file: crypto/Kconfig
##
# CONFIG_CRYPTO_FIPS is not set
##
## file: drivers/ata/Kconfig
##
@ -568,13 +563,6 @@ CONFIG_ORION_WATCHDOG=m
# 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_FLATMEM_MANUAL=y
# 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
@ -622,18 +607,8 @@ CONFIG_AX25=m
CONFIG_NETROM=m
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