summaryrefslogtreecommitdiffstats
path: root/Config.in
diff options
context:
space:
mode:
authorlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-29 23:52:35 +0000
committerlars <lars@3c298f89-4303-0410-b956-a3cf2f4a3e73>2009-01-29 23:52:35 +0000
commit2edc1eaf4b6b2e58f9e0c7d95a7d79d35910c8b2 (patch)
treead37947d89ad9b7e8a26deb2c22bdc5ccd606f82 /Config.in
parentfbdf4d4e510e1bfb4a75d0772e2fcca0301aa238 (diff)
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 0f131f062..7c9804453 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