Kconfig.debug (63646bc9f95f7faf5345e54a59fd1ecdd4ba5316) | Kconfig.debug (d89775fc929c5a1d91ed518a71b456da0865e5ff) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2menu "Kernel hacking" 3 4menu "printk and dmesg options" 5 6config PRINTK_TIME 7 bool "Show timing information on printks" 8 depends on PRINTK --- 2201 unchanged lines hidden (view full) --- 2210 depends on KUNIT 2211 default KUNIT_ALL_TESTS 2212 help 2213 This builds the linked list KUnit test suite. 2214 It tests that the API and basic functionality of the list_head type 2215 and associated macros. 2216 2217 KUnit tests run during boot and output the results to the debug log | 1# SPDX-License-Identifier: GPL-2.0-only 2menu "Kernel hacking" 3 4menu "printk and dmesg options" 5 6config PRINTK_TIME 7 bool "Show timing information on printks" 8 depends on PRINTK --- 2201 unchanged lines hidden (view full) --- 2210 depends on KUNIT 2211 default KUNIT_ALL_TESTS 2212 help 2213 This builds the linked list KUnit test suite. 2214 It tests that the API and basic functionality of the list_head type 2215 and associated macros. 2216 2217 KUnit tests run during boot and output the results to the debug log |
2218 in TAP format (http://testanything.org/). Only useful for kernel devs | 2218 in TAP format (https://testanything.org/). Only useful for kernel devs |
2219 running the KUnit test harness, and not intended for inclusion into a 2220 production build. 2221 2222 For more information on KUnit and unit tests in general please refer 2223 to the KUnit documentation in Documentation/dev-tools/kunit/. 2224 2225 If unsure, say N. 2226 --- 170 unchanged lines hidden --- | 2219 running the KUnit test harness, and not intended for inclusion into a 2220 production build. 2221 2222 For more information on KUnit and unit tests in general please refer 2223 to the KUnit documentation in Documentation/dev-tools/kunit/. 2224 2225 If unsure, say N. 2226 --- 170 unchanged lines hidden --- |