diff options
Diffstat (limited to 'lib')
-rw-r--r-- | lib/Kconfig.debug | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/Kconfig.debug b/lib/Kconfig.debug index d2099f41aa1e..f51ba2fa2662 100644 --- a/lib/Kconfig.debug +++ b/lib/Kconfig.debug | |||
@@ -531,13 +531,14 @@ config BOOT_PRINTK_DELAY | |||
531 | config RCU_TORTURE_TEST | 531 | config RCU_TORTURE_TEST |
532 | tristate "torture tests for RCU" | 532 | tristate "torture tests for RCU" |
533 | depends on DEBUG_KERNEL | 533 | depends on DEBUG_KERNEL |
534 | depends on m | ||
535 | default n | 534 | default n |
536 | help | 535 | help |
537 | This option provides a kernel module that runs torture tests | 536 | This option provides a kernel module that runs torture tests |
538 | on the RCU infrastructure. The kernel module may be built | 537 | on the RCU infrastructure. The kernel module may be built |
539 | after the fact on the running kernel to be tested, if desired. | 538 | after the fact on the running kernel to be tested, if desired. |
540 | 539 | ||
540 | Say Y here if you want RCU torture tests to start automatically | ||
541 | at boot time (you probably don't). | ||
541 | Say M if you want the RCU torture tests to build as a module. | 542 | Say M if you want the RCU torture tests to build as a module. |
542 | Say N if you are unsure. | 543 | Say N if you are unsure. |
543 | 544 | ||