Kconfig.debug (f3efbe582b5396d134024c03a5fa253f2a85d9a6) Kconfig.debug (7e302869e0c5261aba779e059cddcd2fbf7aedbe)
1menu "Kernel hacking"
2
3source "lib/Kconfig.debug"
4
5config DEBUG_STACKOVERFLOW
6 bool "Check for stack overflows"
7 depends on DEBUG_KERNEL
8 help

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

46 depends on DEBUG_KERNEL
47 default n
48
49config FTR_FIXUP_SELFTEST
50 bool "Run self-tests of the feature-fixup code."
51 depends on DEBUG_KERNEL
52 default n
53
1menu "Kernel hacking"
2
3source "lib/Kconfig.debug"
4
5config DEBUG_STACKOVERFLOW
6 bool "Check for stack overflows"
7 depends on DEBUG_KERNEL
8 help

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

46 depends on DEBUG_KERNEL
47 default n
48
49config FTR_FIXUP_SELFTEST
50 bool "Run self-tests of the feature-fixup code."
51 depends on DEBUG_KERNEL
52 default n
53
54config MSI_BITMAP_SELFTEST
55 bool "Run self-tests of the MSI bitmap code."
56 depends on DEBUG_KERNEL
57 default n
58
54config XMON
55 bool "Include xmon kernel debugger"
56 depends on DEBUG_KERNEL
57 help
58 Include in-kernel hooks for the xmon kernel monitor/debugger.
59 Unless you are intending to debug the kernel, say N here.
60 Make sure to enable also CONFIG_BOOTX_TEXT on Macs. Otherwise
61 nothing will appear on the screen (xmon writes directly to the

--- 193 unchanged lines hidden ---
59config XMON
60 bool "Include xmon kernel debugger"
61 depends on DEBUG_KERNEL
62 help
63 Include in-kernel hooks for the xmon kernel monitor/debugger.
64 Unless you are intending to debug the kernel, say N here.
65 Make sure to enable also CONFIG_BOOTX_TEXT on Macs. Otherwise
66 nothing will appear on the screen (xmon writes directly to the

--- 193 unchanged lines hidden ---