X-Git-Url: http://nv-tegra.nvidia.com/gitweb/?p=linux-2.6.git;a=blobdiff_plain;f=kernel%2FKconfig.instrumentation;h=d9d010a271dba0d5ec4b178276010ff9db811ca5;hp=a00dcb610233ea541d6346a2101eeef701a43340;hb=42d4b839c82fd7dd8e412145eb6d9752468478e2;hpb=fb32e03fdc170251a381449a8d9b82cf7e811a6f diff --git a/kernel/Kconfig.instrumentation b/kernel/Kconfig.instrumentation index a00dcb6..d9d010a 100644 --- a/kernel/Kconfig.instrumentation +++ b/kernel/Kconfig.instrumentation @@ -21,7 +21,7 @@ config PROFILING config OPROFILE tristate "OProfile system profiling (EXPERIMENTAL)" depends on PROFILING && !UML - depends on ARCH_SUPPORTS_OPROFILE || ALPHA || ARM || BLACKFIN || IA64 || M32R || PARISC || PPC || S390 || SUPERH || SPARC + depends on HAVE_OPROFILE help OProfile is a profiling system capable of profiling the whole system, include the kernel, kernel modules, libraries, @@ -29,6 +29,9 @@ config OPROFILE If unsure, say N. +config HAVE_OPROFILE + def_bool n + config KPROBES bool "Kprobes" depends on KALLSYMS && MODULES && !UML