diff options
author | Felix Fietkau <nbd@openwrt.org> | 2012-06-06 15:25:57 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2012-06-06 15:25:57 +0000 |
commit | ce1d4d7ee946f64c21964e62c67ca4aa73d671b1 (patch) | |
tree | 355a29b69ce11bea5558362eb8884a88b056dff3 /Config.in | |
parent | bcd4209323f29e5b50cdbfe372dc75ef1fdd014e (diff) | |
download | master-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.in | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -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 |