diff options
-rw-r--r-- | init/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/init/Kconfig b/init/Kconfig index fdeff4ab5995..ba1e6eaf4c36 100644 --- a/init/Kconfig +++ b/init/Kconfig | |||
@@ -698,6 +698,7 @@ config RCU_BOOST_DELAY | |||
698 | config RCU_NOCB_CPU | 698 | config RCU_NOCB_CPU |
699 | bool "Offload RCU callback processing from boot-selected CPUs" | 699 | bool "Offload RCU callback processing from boot-selected CPUs" |
700 | depends on TREE_RCU || PREEMPT_RCU | 700 | depends on TREE_RCU || PREEMPT_RCU |
701 | depends on RCU_EXPERT || NO_HZ_FULL | ||
701 | default n | 702 | default n |
702 | help | 703 | help |
703 | Use this option to reduce OS jitter for aggressive HPC or | 704 | Use this option to reduce OS jitter for aggressive HPC or |