Kconfig.debug (4343f61103cdb8ccd6f3d5dd7168f1176a1cee37) Kconfig.debug (6aed82de719b424bd5548aa4179e95f34fd779ab)
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

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

1853 tristate "Perform selftest on priority array manager"
1854 depends on PARMAN
1855 help
1856 Enable this option to test priority array manager on boot
1857 (or module load).
1858
1859 If unsure, say N.
1860
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

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

1853 tristate "Perform selftest on priority array manager"
1854 depends on PARMAN
1855 help
1856 Enable this option to test priority array manager on boot
1857 (or module load).
1858
1859 If unsure, say N.
1860
1861config TEST_IRQ_TIMINGS
1862 bool "IRQ timings selftest"
1863 depends on IRQ_TIMINGS
1864 help
1865 Enable this option to test the irq timings code on boot.
1866
1867 If unsure, say N.
1868
1861config TEST_LKM
1862 tristate "Test module loading with 'hello world' module"
1863 depends on m
1864 help
1865 This builds the "test_module" module that emits "Hello, world"
1866 on printk when loaded. It is designed to be used for basic
1867 evaluation of the module loading subsystem (for example when
1868 validating module verification). It lacks any extra dependencies,

--- 245 unchanged lines hidden ---
1869config TEST_LKM
1870 tristate "Test module loading with 'hello world' module"
1871 depends on m
1872 help
1873 This builds the "test_module" module that emits "Hello, world"
1874 on printk when loaded. It is designed to be used for basic
1875 evaluation of the module loading subsystem (for example when
1876 validating module verification). It lacks any extra dependencies,

--- 245 unchanged lines hidden ---