]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/Kconfig.instrumentation
Add HAVE_KPROBES
[linux-2.6-omap-h63xx.git] / kernel / Kconfig.instrumentation
index d9d010a271dba0d5ec4b178276010ff9db811ca5..2195b6544575a4e5dc58ffdb3bba3464ff183b81 100644 (file)
@@ -35,7 +35,7 @@ config HAVE_OPROFILE
 config KPROBES
        bool "Kprobes"
        depends on KALLSYMS && MODULES && !UML
-       depends on X86_32 || IA64 || PPC || S390 || SPARC64 || X86_64 || AVR32 || (ARM && !XIP_KERNEL)
+       depends on HAVE_KPROBES
        help
          Kprobes allows you to trap at almost any kernel address and
          execute a callback function.  register_kprobe() establishes
@@ -43,6 +43,9 @@ config KPROBES
          for kernel debugging, non-intrusive instrumentation and testing.
          If in doubt, say "N".
 
+config HAVE_KPROBES
+       def_bool n
+
 config MARKERS
        bool "Activate markers"
        help