Add menuconfig option for enabling profiling in the kernel.

SVN-Revision: 14272
This commit is contained in:
Lars-Peter Clausen
2009-01-29 23:52:35 +00:00
parent db059cc0ff
commit 24f02449ff
2 changed files with 7 additions and 0 deletions

View File

@@ -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