diff options
Diffstat (limited to 'kernel/trace/Kconfig')
-rw-r--r-- | kernel/trace/Kconfig | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/kernel/trace/Kconfig b/kernel/trace/Kconfig index b0a46f889659..8a4d72931042 100644 --- a/kernel/trace/Kconfig +++ b/kernel/trace/Kconfig | |||
@@ -63,7 +63,11 @@ config TRACING | |||
63 | # | 63 | # |
64 | config TRACING_SUPPORT | 64 | config TRACING_SUPPORT |
65 | bool | 65 | bool |
66 | depends on TRACE_IRQFLAGS_SUPPORT | 66 | # PPC32 has no irqflags tracing support, but it can use most of the |
67 | # tracers anyway, they were tested to build and work. Note that new | ||
68 | # exceptions to this list aren't welcomed, better implement the | ||
69 | # irqflags tracing for your architecture. | ||
70 | depends on TRACE_IRQFLAGS_SUPPORT || PPC32 | ||
67 | depends on STACKTRACE_SUPPORT | 71 | depends on STACKTRACE_SUPPORT |
68 | default y | 72 | default y |
69 | 73 | ||