Kconfig.debug (92a8b224b833e82d286d2100432adbac8cf8a2a1) | Kconfig.debug (111314157f7891da7a51a8f95df42eeb22f4268a) |
---|---|
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 --- 2616 unchanged lines hidden (view full) --- 2625 running the KUnit test harness, and not intended for inclusion into a 2626 production build. 2627 2628 For more information on KUnit and unit tests in general please refer 2629 to the KUnit documentation in Documentation/dev-tools/kunit/. 2630 2631 If unsure, say N. 2632 | 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 --- 2616 unchanged lines hidden (view full) --- 2625 running the KUnit test harness, and not intended for inclusion into a 2626 production build. 2627 2628 For more information on KUnit and unit tests in general please refer 2629 to the KUnit documentation in Documentation/dev-tools/kunit/. 2630 2631 If unsure, say N. 2632 |
2633config UTIL_MACROS_KUNIT 2634 tristate "KUnit test util_macros.h functions at runtime" if !KUNIT_ALL_TESTS 2635 depends on KUNIT 2636 default KUNIT_ALL_TESTS 2637 help 2638 Enable this option to test the util_macros.h function at boot. 2639 2640 KUnit tests run during boot and output the results to the debug log 2641 in TAP format (http://testanything.org/). Only useful for kernel devs 2642 running the KUnit test harness, and not intended for inclusion into a 2643 production build. 2644 2645 For more information on KUnit and unit tests in general please refer 2646 to the KUnit documentation in Documentation/dev-tools/kunit/. 2647 2648 If unsure, say N. 2649 |
|
2633config HASH_KUNIT_TEST 2634 tristate "KUnit Test for integer hash functions" if !KUNIT_ALL_TESTS 2635 depends on KUNIT 2636 default KUNIT_ALL_TESTS 2637 help 2638 Enable this option to test the kernel's string (<linux/stringhash.h>), and 2639 integer (<linux/hash.h>) hash functions on boot. 2640 --- 476 unchanged lines hidden --- | 2650config HASH_KUNIT_TEST 2651 tristate "KUnit Test for integer hash functions" if !KUNIT_ALL_TESTS 2652 depends on KUNIT 2653 default KUNIT_ALL_TESTS 2654 help 2655 Enable this option to test the kernel's string (<linux/stringhash.h>), and 2656 integer (<linux/hash.h>) hash functions on boot. 2657 --- 476 unchanged lines hidden --- |