aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 30df5865ecbe..234ceb10861f 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -392,7 +392,7 @@ config DEBUG_KMEMLEAK_TEST
392 392
393config DEBUG_PREEMPT 393config DEBUG_PREEMPT
394 bool "Debug preemptible kernel" 394 bool "Debug preemptible kernel"
395 depends on DEBUG_KERNEL && PREEMPT && (TRACE_IRQFLAGS_SUPPORT || PPC64) 395 depends on DEBUG_KERNEL && PREEMPT && TRACE_IRQFLAGS_SUPPORT
396 default y 396 default y
397 help 397 help
398 If you say Y here then the kernel will use a debug variant of the 398 If you say Y here then the kernel will use a debug variant of the