We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7acc2d9 commit 5d45bdfCopy full SHA for 5d45bdf
kernel/rcu/Kconfig.debug
@@ -54,7 +54,7 @@ config RCU_TORTURE_TEST
54
Say N if you are unsure.
55
56
config RCU_TORTURE_TEST_CHK_RDR_STATE
57
- tristate "Check rcutorture reader state"
+ bool "Check rcutorture reader state"
58
depends on RCU_TORTURE_TEST
59
default n
60
help
@@ -70,7 +70,7 @@ config RCU_TORTURE_TEST_CHK_RDR_STATE
70
71
72
config RCU_TORTURE_TEST_LOG_CPU
73
- tristate "Log CPU for rcutorture failures"
+ bool "Log CPU for rcutorture failures"
74
75
76
0 commit comments