[arm/iop32x, arm/ixp4xx, arm/orion5x] Turn off BOOT_TRACER,

BLK_DEV_IO_TRACE, CONTEXT_SWITCH_TRACER, ARM_UNWIND and
SECURITY_SELINUX because of size constraints.

svn path=/dists/trunk/linux-2.6/; revision=13608
This commit is contained in:
Martin Michlmayr 2009-05-11 19:18:12 +00:00
parent d3ea884be1
commit 1854cccebb
4 changed files with 26 additions and 9 deletions

3
debian/changelog vendored
View File

@ -32,6 +32,9 @@ linux-2.6 (2.6.30~rc5-1~experimental.1) UNRELEASED; urgency=low
[ Martin Michlmayr ]
* [mipsel/r5k-cobalt] Enable SCSI_SYM53C8XX_2 (closes: #526836).
* [arm/iop32x, arm/ixp4xx, arm/orion5x] Turn off BOOT_TRACER,
BLK_DEV_IO_TRACE, CONTEXT_SWITCH_TRACER, ARM_UNWIND and
SECURITY_SELINUX because of size constraints.
-- maximilian attems <maks@debian.org> Mon, 30 Mar 2009 14:40:26 +0200

View File

@ -723,10 +723,6 @@ CONFIG_LOG_BUF_SHIFT=14
##
# CONFIG_PM is not set
##
## file: lib/Kconfig.debug
##
# CONFIG_DEBUG_KERNEL is not set
##
## file: mm/Kconfig
@ -891,3 +887,11 @@ CONFIG_SND_RIPTIDE=m
# CONFIG_ARCH_CO285 is not set
# CONFIG_NO_IDLE_HZ is not set
## Turned off because of size constraints:
# CONFIG_BOOT_TRACER is not set
# CONFIG_BLK_DEV_IO_TRACE is not set
# CONFIG_CONTEXT_SWITCH_TRACER is not set
# CONFIG_DEBUG_KERNEL is not set
# CONFIG_ARM_UNWIND is not set
# CONFIG_SECURITY_SELINUX is not set

View File

@ -792,11 +792,6 @@ CONFIG_LOG_BUF_SHIFT=14
##
# CONFIG_PM is not set
##
## file: lib/Kconfig.debug
##
# CONFIG_DEBUG_KERNEL is not set
##
## file: mm/Kconfig
##
@ -951,3 +946,11 @@ CONFIG_SND_PCXHR=m
# CONFIG_ARCH_CO285 is not set
# CONFIG_NO_IDLE_HZ is not set
## Turned off because of size constraints:
# CONFIG_BOOT_TRACER is not set
# CONFIG_BLK_DEV_IO_TRACE is not set
# CONFIG_CONTEXT_SWITCH_TRACER is not set
# CONFIG_DEBUG_KERNEL is not set
# CONFIG_ARM_UNWIND is not set
# CONFIG_SECURITY_SELINUX is not set

View File

@ -609,3 +609,10 @@ CONFIG_X25=m
CONFIG_UACCESS_WITH_MEMCPY=y
## Turned off because of size constraints:
# CONFIG_BOOT_TRACER is not set
# CONFIG_BLK_DEV_IO_TRACE is not set
# CONFIG_CONTEXT_SWITCH_TRACER is not set
## CONFIG_ARM_UNWIND is not set
# CONFIG_SECURITY_SELINUX is not set