]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - kernel/trace/Kconfig
tracing: Fix TRACING_SUPPORT dependency for PPC32
[linux-2.6-omap-h63xx.git] / kernel / trace / Kconfig
index b0a46f889659ba755275f2c3accff1f3c2c2cfc4..8a4d72931042a5092186f9e1c7b6da782f43e706 100644 (file)
@@ -63,7 +63,11 @@ config TRACING
 #
 config TRACING_SUPPORT
        bool
-       depends on TRACE_IRQFLAGS_SUPPORT
+       # PPC32 has no irqflags tracing support, but it can use most of the
+       # tracers anyway, they were tested to build and work. Note that new
+       # exceptions to this list aren't welcomed, better implement the
+       # irqflags tracing for your architecture.
+       depends on TRACE_IRQFLAGS_SUPPORT || PPC32
        depends on STACKTRACE_SUPPORT
        default y