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 | 556a289006797eb709836d8822e74037a0d07ee9 (patch) | |
tree | 3f4b6464f6984a96117f8accabe19b505c092a62 /Config.in | |
parent | e11cca86ba9fa30837e52eb7065c7b1dfbf9911b (diff) | |
download | upstream-556a289006797eb709836d8822e74037a0d07ee9.tar.gz upstream-556a289006797eb709836d8822e74037a0d07ee9.tar.bz2 upstream-556a289006797eb709836d8822e74037a0d07ee9.zip |
kernel: make tracing support configurable
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@32085 3c298f89-4303-0410-b956-a3cf2f4a3e73
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 |