Commit 5d45bdf2 authored by Paul E. McKenney's avatar Paul E. McKenney Committed by Boqun Feng
Browse files

rcutorture: Move RCU_TORTURE_TEST_{CHK_RDR_STATE,LOG_CPU} to bool



The RCU_TORTURE_TEST_CHK_RDR_STATE and RCU_TORTURE_TEST_LOG_CPU Kconfig
options are pointlessly defined as tristate.  This commit therefore
converts them to bool.

Reported-by: default avatarkernel test robot <oliver.sang@intel.com>
Closes: https://lore.kernel.org/oe-lkp/202412241458.150d082b-lkp@intel.com


Signed-off-by: default avatarPaul E. McKenney <paulmck@kernel.org>
Signed-off-by: default avatarBoqun Feng <boqun.feng@gmail.com>
parent 7acc2d90
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -54,7 +54,7 @@ config RCU_TORTURE_TEST
	  Say N if you are unsure.

config RCU_TORTURE_TEST_CHK_RDR_STATE
	tristate "Check rcutorture reader state"
	bool "Check rcutorture reader state"
	depends on RCU_TORTURE_TEST
	default n
	help
@@ -70,7 +70,7 @@ config RCU_TORTURE_TEST_CHK_RDR_STATE
	  Say N if you are unsure.

config RCU_TORTURE_TEST_LOG_CPU
	tristate "Log CPU for rcutorture failures"
	bool "Log CPU for rcutorture failures"
	depends on RCU_TORTURE_TEST
	default n
	help