diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index 495863a500cd..39fc6ae173b9 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -167,7 +167,7 @@ config SLUB_DEBUG_ON | |||
167 | 167 | ||
168 | config DEBUG_PREEMPT | 168 | config DEBUG_PREEMPT |
169 | bool "Debug preemptible kernel" | 169 | bool "Debug preemptible kernel" |
170 | depends on DEBUG_KERNEL && PREEMPT && TRACE_IRQFLAGS_SUPPORT | 170 | depends on DEBUG_KERNEL && PREEMPT && (TRACE_IRQFLAGS_SUPPORT || PPC64) |
171 | default y | 171 | default y |
172 | help | 172 | help |
173 | If you say Y here then the kernel will use a debug variant of the | 173 | If you say Y here then the kernel will use a debug variant of the |