Kconfig.debug (25768de50b1f2dbb6ea44bd5148a87fe2c9c3688) | Kconfig.debug (e47d9b1a76ed78d0d50491f6a7d8ef59e379f45c) |
---|---|
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 --- 2824 unchanged lines hidden (view full) --- 2833 depends on HAVE_HW_BREAKPOINT 2834 depends on KUNIT=y 2835 default KUNIT_ALL_TESTS 2836 help 2837 Tests for hw_breakpoint constraints accounting. 2838 2839 If unsure, say N. 2840 | 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 --- 2824 unchanged lines hidden (view full) --- 2833 depends on HAVE_HW_BREAKPOINT 2834 depends on KUNIT=y 2835 default KUNIT_ALL_TESTS 2836 help 2837 Tests for hw_breakpoint constraints accounting. 2838 2839 If unsure, say N. 2840 |
2841config CRC_KUNIT_TEST 2842 tristate "KUnit tests for CRC functions" if !KUNIT_ALL_TESTS 2843 depends on KUNIT 2844 default KUNIT_ALL_TESTS 2845 select CRC16 2846 select CRC_T10DIF 2847 select CRC32 2848 select CRC64 2849 help 2850 Unit tests for the CRC library functions. 2851 2852 This is intended to help people writing architecture-specific 2853 optimized versions. If unsure, say N. 2854 2855config CRC_BENCHMARK 2856 bool "Benchmark for the CRC functions" 2857 depends on CRC_KUNIT_TEST 2858 help 2859 Include benchmarks in the KUnit test suite for the CRC functions. 2860 |
|
2841config SIPHASH_KUNIT_TEST 2842 tristate "Perform selftest on siphash functions" if !KUNIT_ALL_TESTS 2843 depends on KUNIT 2844 default KUNIT_ALL_TESTS 2845 help 2846 Enable this option to test the kernel's siphash (<linux/siphash.h>) hash 2847 functions on boot (or module load). 2848 --- 410 unchanged lines hidden --- | 2861config SIPHASH_KUNIT_TEST 2862 tristate "Perform selftest on siphash functions" if !KUNIT_ALL_TESTS 2863 depends on KUNIT 2864 default KUNIT_ALL_TESTS 2865 help 2866 Enable this option to test the kernel's siphash (<linux/siphash.h>) hash 2867 functions on boot (or module load). 2868 --- 410 unchanged lines hidden --- |