diff options
Diffstat (limited to 'lib/Kconfig.debug')
-rw-r--r-- | lib/Kconfig.debug | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index b5005b762103..52c2172dff16 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -856,6 +856,19 @@ config RCU_CPU_STALL_TIMEOUT | |||
856 | RCU grace period persists, additional CPU stall warnings are | 856 | RCU grace period persists, additional CPU stall warnings are |
857 | printed at more widely spaced intervals. | 857 | printed at more widely spaced intervals. |
858 | 858 | ||
859 | config RCU_CPU_STALL_DETECTOR_RUNNABLE | ||
860 | bool "RCU CPU stall checking starts automatically at boot" | ||
861 | depends on RCU_CPU_STALL_DETECTOR | ||
862 | default y | ||
863 | help | ||
864 | If set, start checking for RCU CPU stalls immediately on | ||
865 | boot. Otherwise, RCU CPU stall checking must be manually | ||
866 | enabled. | ||
867 | |||
868 | Say Y if you are unsure. | ||
869 | |||
870 | Say N if you wish to suppress RCU CPU stall checking during boot. | ||
871 | |||
859 | config RCU_CPU_STALL_VERBOSE | 872 | config RCU_CPU_STALL_VERBOSE |
860 | bool "Print additional per-task information for RCU_CPU_STALL_DETECTOR" | 873 | bool "Print additional per-task information for RCU_CPU_STALL_DETECTOR" |
861 | depends on RCU_CPU_STALL_DETECTOR && TREE_PREEMPT_RCU | 874 | depends on RCU_CPU_STALL_DETECTOR && TREE_PREEMPT_RCU |