rcutorture: Abstract rcu_torture_random()
[deliverable/linux.git] / lib / Kconfig.debug
index a48abeac753f39ef520fbe1bc5243cb494c47621..2bfb4e5cdf8cf325f9acb0e7aacc8f3e2a8c021c 100644 (file)
@@ -1141,9 +1141,14 @@ config SPARSE_RCU_POINTER
 
         Say N if you are unsure.
 
+config TORTURE_TEST
+       tristate
+       default n
+
 config RCU_TORTURE_TEST
        tristate "torture tests for RCU"
        depends on DEBUG_KERNEL
+       select TORTURE_TEST
        default n
        help
          This option provides a kernel module that runs torture tests
This page took 0.024135 seconds and 5 git commands to generate.