summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-09-20 20:27:14 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-09-20 20:27:14 +0000
commitc4a419b44585a01e9fe9408d1f0493ed1a5dc0af (patch)
treec68d94faba8a6a019ad47f18c02c72c1d2928673 /Config.in
parentfd7b2b5141dc3ce723ae54f38645bca44a1b651d (diff)
downloadmaster-31e0f0ae-c4a419b44585a01e9fe9408d1f0493ed1a5dc0af.tar.gz
master-31e0f0ae-c4a419b44585a01e9fe9408d1f0493ed1a5dc0af.tar.bz2
master-31e0f0ae-c4a419b44585a01e9fe9408d1f0493ed1a5dc0af.zip
kernel: enable perf events when enabling profiling, fixes oprofile on arm
SVN-Revision: 33497
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 36ca48881f..e5b3346fe2 100644
--- a/Config.in
+++ b/Config.in
@@ -193,9 +193,14 @@ menu "Global build settings"
debugging files into. Enable this option to be able to read and
write to these files.
+ config KERNEL_PERF_EVENTS
+ bool
+ default n
+
config KERNEL_PROFILING
bool "Compile the kernel with profiling enabled"
default n
+ select KERNEL_PERF_EVENTS
help
Enable the extended profiling support mechanisms used by profilers such
as OProfile.