diff options
Diffstat (limited to 'litmus/Kconfig')
-rw-r--r-- | litmus/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/litmus/Kconfig b/litmus/Kconfig index f2dbfb396883..bd6635c8de08 100644 --- a/litmus/Kconfig +++ b/litmus/Kconfig | |||
@@ -265,7 +265,7 @@ config SCHED_DEBUG_TRACE_CALLER | |||
265 | 265 | ||
266 | config PREEMPT_STATE_TRACE | 266 | config PREEMPT_STATE_TRACE |
267 | bool "Trace preemption state machine transitions" | 267 | bool "Trace preemption state machine transitions" |
268 | depends on SCHED_DEBUG_TRACE | 268 | depends on SCHED_DEBUG_TRACE && DEBUG_KERNEL |
269 | default n | 269 | default n |
270 | help | 270 | help |
271 | With this option enabled, each CPU will log when it transitions | 271 | With this option enabled, each CPU will log when it transitions |