Kconfig.debug (a940daa52167e9db8ecce82213813b735a9d9f23) Kconfig.debug (92f90d3b0d5e384f218c8068138ed1b3afa025af)
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

--- 2931 unchanged lines hidden (view full) ---

2940 Enable this option to create a kernel module that will trigger
2941 a test of the clocksource watchdog. This module may be loaded
2942 via modprobe or insmod in which case it will run upon being
2943 loaded, or it may be built in, in which case it will run
2944 shortly after boot.
2945
2946 If unsure, say N.
2947
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

--- 2931 unchanged lines hidden (view full) ---

2940 Enable this option to create a kernel module that will trigger
2941 a test of the clocksource watchdog. This module may be loaded
2942 via modprobe or insmod in which case it will run upon being
2943 loaded, or it may be built in, in which case it will run
2944 shortly after boot.
2945
2946 If unsure, say N.
2947
2948config TEST_OBJPOOL
2949 tristate "Test module for correctness and stress of objpool"
2950 default n
2951 depends on m && DEBUG_KERNEL
2952 help
2953 This builds the "test_objpool" module that should be used for
2954 correctness verification and concurrent testings of objects
2955 allocation and reclamation.
2956
2957 If unsure, say N.
2958
2948endif # RUNTIME_TESTING_MENU
2949
2950config ARCH_USE_MEMTEST
2951 bool
2952 help
2953 An architecture should select this when it uses early_memtest()
2954 during boot process.
2955

--- 87 unchanged lines hidden ---
2959endif # RUNTIME_TESTING_MENU
2960
2961config ARCH_USE_MEMTEST
2962 bool
2963 help
2964 An architecture should select this when it uses early_memtest()
2965 during boot process.
2966

--- 87 unchanged lines hidden ---