aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Kconfig.debug
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r--lib/Kconfig.debug2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug
index 93ce6de3300d..3aa278046d78 100644
--- a/lib/Kconfig.debug
+++ b/lib/Kconfig.debug
@@ -337,7 +337,7 @@ config DEBUG_OBJECTS_WORK
337 337
338config DEBUG_OBJECTS_RCU_HEAD 338config DEBUG_OBJECTS_RCU_HEAD
339 bool "Debug RCU callbacks objects" 339 bool "Debug RCU callbacks objects"
340 depends on DEBUG_OBJECTS && PREEMPT 340 depends on DEBUG_OBJECTS
341 help 341 help
342 Enable this to turn on debugging of RCU list heads (call_rcu() usage). 342 Enable this to turn on debugging of RCU list heads (call_rcu() usage).
343 343