Enable KPROBES at top level

This enables it for the arm*, mips*, s390 and sh4 ports.
Keep it disabled for the reduced armel images.

svn path=/dists/trunk/linux/; revision=20479
This commit is contained in:
Ben Hutchings 2013-08-11 17:38:12 +00:00
parent b55afebece
commit da659f9a32
7 changed files with 16 additions and 8 deletions

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
linux (3.11~rc4-1~exp2) UNRELEASED; urgency=low
* [arm,mips,s390,sh4] Enable KPROBES
-- Ben Hutchings <ben@decadent.org.uk> Sun, 11 Aug 2013 19:34:47 +0200
linux (3.11~rc4-1~exp1) experimental; urgency=low
* New upstream release candidate

View File

@ -1,3 +1,8 @@
##
## file: arch/Kconfig
##
# CONFIG_KPROBES is not set
##
## file: arch/arm/Kconfig
##

View File

@ -1,3 +1,8 @@
##
## file: arch/Kconfig
##
CONFIG_KPROBES=y
##
## file: block/Kconfig
##

View File

@ -2,7 +2,6 @@
## file: arch/Kconfig
##
CONFIG_OPROFILE=m
CONFIG_KPROBES=y
##
## file: arch/ia64/Kconfig

View File

@ -3,7 +3,6 @@
##
CONFIG_OPROFILE=m
# CONFIG_OPROFILE_EVENT_MULTIPLEX is not set
CONFIG_KPROBES=y
##
## file: arch/x86/Kconfig

View File

@ -2,7 +2,6 @@
## file: arch/Kconfig
##
CONFIG_OPROFILE=m
CONFIG_KPROBES=y
##
## file: arch/powerpc/Kconfig

View File

@ -1,8 +1,3 @@
##
## file: arch/Kconfig
##
CONFIG_KPROBES=y
##
## file: arch/sparc/Kconfig
##