aboutsummaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorLars-Peter Clausen <lars@metafoo.de>2009-01-29 23:52:35 +0000
committerLars-Peter Clausen <lars@metafoo.de>2009-01-29 23:52:35 +0000
commit521ed1454e384995c594b82d9f6c366ec93cefcd (patch)
treead37947d89ad9b7e8a26deb2c22bdc5ccd606f82 /Config.in
parent16f701a0f9b55cea6acbaad5e631c556b5274d56 (diff)
downloadmaster-187ad058-521ed1454e384995c594b82d9f6c366ec93cefcd.tar.gz
master-187ad058-521ed1454e384995c594b82d9f6c366ec93cefcd.tar.bz2
master-187ad058-521ed1454e384995c594b82d9f6c366ec93cefcd.zip
Add menuconfig option for enabling profiling in the kernel.
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14272 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 0f131f0623..7c98044530 100644
--- a/Config.in
+++ b/Config.in
@@ -124,6 +124,12 @@ config KERNEL_KALLSYMS
default n
help
This will give you more information in stack traces from kernel oopses
+config KERNEL_PROFILING
+ bool "Compile the kernel with profiling enabled"
+ default n
+ help
+ Enable the extended profiling support mechanisms used by profilers such
+ as OProfile.
endmenu