summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2012-06-06 15:25:57 +0000
committerFelix Fietkau <nbd@openwrt.org>2012-06-06 15:25:57 +0000
commitce1d4d7ee946f64c21964e62c67ca4aa73d671b1 (patch)
tree355a29b69ce11bea5558362eb8884a88b056dff3 /Config.in
parentbcd4209323f29e5b50cdbfe372dc75ef1fdd014e (diff)
downloadmaster-31e0f0ae-ce1d4d7ee946f64c21964e62c67ca4aa73d671b1.tar.gz
master-31e0f0ae-ce1d4d7ee946f64c21964e62c67ca4aa73d671b1.tar.bz2
master-31e0f0ae-ce1d4d7ee946f64c21964e62c67ca4aa73d671b1.zip
kernel: make tracing support configurable
SVN-Revision: 32085
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index c288cfbec1..2733ecb695 100644
--- a/Config.in
+++ b/Config.in
@@ -200,6 +200,15 @@ menu "Global build settings"
help
This will give you more information in stack traces from kernel oopses
+ config KERNEL_FTRACE
+ bool "Compile the kernel with tracing support"
+ default n
+
+ config KERNEL_ENABLE_DEFAULT_TRACERS
+ bool "Trace process context switches and events"
+ depends on KERNEL_FTRACE
+ default n
+
config KERNEL_DEBUG_KERNEL
bool
default n