[armel/{iop32x,ixp4xx,orion5x}] Disable features to reduce kernel size

- Disable KSM, YAMA
- [armel/orion5x] Disable FTRACE (already disabled for the others)

svn path=/dists/trunk/linux/; revision=20293
This commit is contained in:
Ben Hutchings 2013-06-24 13:55:07 +00:00
parent 25f0270d1e
commit b3f4afe37d
4 changed files with 18 additions and 10 deletions

3
debian/changelog vendored
View File

@ -22,6 +22,9 @@ linux (3.10~rc7-1~exp1) UNRELEASED; urgency=low
* [x86] cpufreq: Enable X86_AMD_FREQ_SENSITIVITY as module
* [x86] i2c: Enable I2C_ISMT, I2C_DESIGNWARE_PCI as modules
* [x86] mouse: Enable MOUSE_CYAPA as modules
* [armel/{iop32x,ixp4xx,orion5x}] Disable features to reduce kernel size
- Disable KSM, YAMA
- [armel/orion5x] Disable FTRACE
-- Ben Hutchings <ben@decadent.org.uk> Thu, 13 Jun 2013 01:50:52 +0100

View File

@ -27,6 +27,16 @@
CONFIG_EXPERT=y
# CONFIG_SYSCTL_SYSCALL is not set
##
## file: kernel/trace/Kconfig
##
# CONFIG_FTRACE is not set
##
## file: mm/Kconfig
##
# CONFIG_KSM is not set
##
## file: net/ipv6/Kconfig
##
@ -38,3 +48,8 @@ CONFIG_IPV6=m
# CONFIG_NETLINK_MMAP is not set
# CONFIG_NETLINK_DIAG is not set
##
## file: security/yama/Kconfig
##
# CONFIG_SECURITY_YAMA is not set

View File

@ -563,11 +563,6 @@ CONFIG_LOG_BUF_SHIFT=14
# CONFIG_PREEMPT is not set
## end choice
##
## file: kernel/trace/Kconfig
##
# CONFIG_FTRACE is not set
##
## file: lib/Kconfig.debug
##

View File

@ -697,11 +697,6 @@ CONFIG_LOG_BUF_SHIFT=14
# CONFIG_PREEMPT is not set
## end choice
##
## file: kernel/trace/Kconfig
##
# CONFIG_FTRACE is not set
##
## file: lib/Kconfig.debug
##