]> err.no Git - linux-2.6/blobdiff - arch/powerpc/Kconfig
Make Kprobes depend on modules
[linux-2.6] / arch / powerpc / Kconfig
index df338c5cc9103c067185ebd26ebf7f36ad426dc9..a834f9e0bbb36a482cea0b97017cf068f3e422c6 100644 (file)
@@ -83,6 +83,12 @@ config GENERIC_TBSYNC
        default y if PPC32 && SMP
        default n
 
+config DEFAULT_UIMAGE
+       bool
+       help
+         Used to allow a board to specify it wants a uImage built by default
+       default n
+
 menu "Processor support"
 choice
        prompt "Processor Type"
@@ -957,7 +963,7 @@ source "arch/powerpc/oprofile/Kconfig"
 
 config KPROBES
        bool "Kprobes (EXPERIMENTAL)"
-       depends on PPC64
+       depends on PPC64 && EXPERIMENTAL && MODULES
        help
          Kprobes allows you to trap at almost any kernel address and
          execute a callback function.  register_kprobe() establishes