diff options
Diffstat (limited to 'arch/ppc64/Kconfig.debug')
-rw-r--r-- | arch/ppc64/Kconfig.debug | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/arch/ppc64/Kconfig.debug b/arch/ppc64/Kconfig.debug index 46b1ce58da3b..f16a5030527b 100644 --- a/arch/ppc64/Kconfig.debug +++ b/arch/ppc64/Kconfig.debug | |||
@@ -41,10 +41,19 @@ config XMON | |||
41 | help | 41 | help |
42 | Include in-kernel hooks for the xmon kernel monitor/debugger. | 42 | Include in-kernel hooks for the xmon kernel monitor/debugger. |
43 | Unless you are intending to debug the kernel, say N here. | 43 | Unless you are intending to debug the kernel, say N here. |
44 | Make sure to enable also CONFIG_BOOTX_TEXT on Macs. Otherwise | ||
45 | nothing will appear on the screen (xmon writes directly to the | ||
46 | framebuffer memory). | ||
47 | The cmdline option 'xmon' or 'xmon=early' will drop into xmon very | ||
48 | early during boot. 'xmon=on' will just enable the xmon debugger hooks. | ||
49 | 'xmon=off' will disable the debugger hooks if CONFIG_XMON_DEFAULT is set. | ||
44 | 50 | ||
45 | config XMON_DEFAULT | 51 | config XMON_DEFAULT |
46 | bool "Enable xmon by default" | 52 | bool "Enable xmon by default" |
47 | depends on XMON | 53 | depends on XMON |
54 | help | ||
55 | xmon is normally disabled unless booted with 'xmon=on'. | ||
56 | Use 'xmon=off' to disable xmon init during runtime. | ||
48 | 57 | ||
49 | config PPCDBG | 58 | config PPCDBG |
50 | bool "Include PPCDBG realtime debugging" | 59 | bool "Include PPCDBG realtime debugging" |