Kconfig.debug (7ebdfaa52d15b947503f76474477f92854796d96) | Kconfig.debug (83fe27ea531161a655f02dc7732d14cfaa27fd5d) |
---|---|
1menu "printk and dmesg options" 2 3config PRINTK_TIME 4 bool "Show timing information on printks" 5 depends on PRINTK 6 help 7 Selecting this option causes time stamps of the printk() 8 messages to be added to the output of the syslog() system --- 1201 unchanged lines hidden (view full) --- 1210config TORTURE_TEST 1211 tristate 1212 default n 1213 1214config RCU_TORTURE_TEST 1215 tristate "torture tests for RCU" 1216 depends on DEBUG_KERNEL 1217 select TORTURE_TEST | 1menu "printk and dmesg options" 2 3config PRINTK_TIME 4 bool "Show timing information on printks" 5 depends on PRINTK 6 help 7 Selecting this option causes time stamps of the printk() 8 messages to be added to the output of the syslog() system --- 1201 unchanged lines hidden (view full) --- 1210config TORTURE_TEST 1211 tristate 1212 default n 1213 1214config RCU_TORTURE_TEST 1215 tristate "torture tests for RCU" 1216 depends on DEBUG_KERNEL 1217 select TORTURE_TEST |
1218 select SRCU |
|
1218 default n 1219 help 1220 This option provides a kernel module that runs torture tests 1221 on the RCU infrastructure. The kernel module may be built 1222 after the fact on the running kernel to be tested, if desired. 1223 1224 Say Y here if you want RCU torture tests to be built into 1225 the kernel. --- 496 unchanged lines hidden --- | 1219 default n 1220 help 1221 This option provides a kernel module that runs torture tests 1222 on the RCU infrastructure. The kernel module may be built 1223 after the fact on the running kernel to be tested, if desired. 1224 1225 Say Y here if you want RCU torture tests to be built into 1226 the kernel. --- 496 unchanged lines hidden --- |