Kconfig.debug (cbafe18c71028d5e0ee1626b4776fea5d5824a78) | Kconfig.debug (84bc809eecf37f3bd3ee7d2002b2528787a11cb1) |
---|---|
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 --- 1650 unchanged lines hidden (view full) --- 1659 devices, be sure to have the cable plugged and FireWire enabled on 1660 the debugging host before booting the debug target for debugging. 1661 1662 This code (~1k) is freed after boot. By then, the firewire stack 1663 in charge of the OHCI-1394 controllers should be used instead. 1664 1665 See Documentation/debugging-via-ohci1394.txt for more information. 1666 | 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 --- 1650 unchanged lines hidden (view full) --- 1659 devices, be sure to have the cable plugged and FireWire enabled on 1660 the debugging host before booting the debug target for debugging. 1661 1662 This code (~1k) is freed after boot. By then, the firewire stack 1663 in charge of the OHCI-1394 controllers should be used instead. 1664 1665 See Documentation/debugging-via-ohci1394.txt for more information. 1666 |
1667source "lib/kunit/Kconfig" 1668 |
|
1667menuconfig RUNTIME_TESTING_MENU 1668 bool "Runtime Testing" 1669 def_bool y 1670 1671if RUNTIME_TESTING_MENU 1672 1673config LKDTM 1674 tristate "Linux Kernel Dump Test Tool Module" --- 456 unchanged lines hidden --- | 1669menuconfig RUNTIME_TESTING_MENU 1670 bool "Runtime Testing" 1671 def_bool y 1672 1673if RUNTIME_TESTING_MENU 1674 1675config LKDTM 1676 tristate "Linux Kernel Dump Test Tool Module" --- 456 unchanged lines hidden --- |