]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/Kconfig.instrumentation
Add HAVE_OPROFILE
[linux-2.6-omap-h63xx.git] / kernel / Kconfig.instrumentation
index a00dcb610233ea541d6346a2101eeef701a43340..d9d010a271dba0d5ec4b178276010ff9db811ca5 100644 (file)
@@ -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