diff options
Diffstat (limited to 'arch/powerpc/Kconfig.debug')
-rw-r--r-- | arch/powerpc/Kconfig.debug | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug index f0e51edde022..d39d13327e6d 100644 --- a/arch/powerpc/Kconfig.debug +++ b/arch/powerpc/Kconfig.debug | |||
@@ -4,14 +4,14 @@ source "lib/Kconfig.debug" | |||
4 | 4 | ||
5 | config DEBUG_STACKOVERFLOW | 5 | config DEBUG_STACKOVERFLOW |
6 | bool "Check for stack overflows" | 6 | bool "Check for stack overflows" |
7 | depends on DEBUG_KERNEL && PPC64 | 7 | depends on DEBUG_KERNEL |
8 | help | 8 | help |
9 | This option will cause messages to be printed if free stack space | 9 | This option will cause messages to be printed if free stack space |
10 | drops below a certain limit. | 10 | drops below a certain limit. |
11 | 11 | ||
12 | config DEBUG_STACK_USAGE | 12 | config DEBUG_STACK_USAGE |
13 | bool "Stack utilization instrumentation" | 13 | bool "Stack utilization instrumentation" |
14 | depends on DEBUG_KERNEL && PPC64 | 14 | depends on DEBUG_KERNEL |
15 | help | 15 | help |
16 | Enables the display of the minimum amount of free stack which each | 16 | Enables the display of the minimum amount of free stack which each |
17 | task has ever had available in the sysrq-T and sysrq-P debug output. | 17 | task has ever had available in the sysrq-T and sysrq-P debug output. |
@@ -185,6 +185,20 @@ config PPC_EARLY_DEBUG_ISERIES | |||
185 | Select this to enable early debugging for legacy iSeries. You need | 185 | Select this to enable early debugging for legacy iSeries. You need |
186 | to hit "Ctrl-x Ctrl-x" to see the messages on the console. | 186 | to hit "Ctrl-x Ctrl-x" to see the messages on the console. |
187 | 187 | ||
188 | config PPC_EARLY_DEBUG_PAS_REALMODE | ||
189 | bool "PA Semi real mode" | ||
190 | depends on PPC_PASEMI | ||
191 | help | ||
192 | Select this to enable early debugging for PA Semi. | ||
193 | Output will be on UART0. | ||
194 | |||
195 | config PPC_EARLY_DEBUG_BEAT | ||
196 | bool "Beat HV Console" | ||
197 | depends on PPC_CELLEB | ||
198 | select PPC_UDBG_BEAT | ||
199 | help | ||
200 | Select this to enable early debugging for Celleb with Beat. | ||
201 | |||
188 | endchoice | 202 | endchoice |
189 | 203 | ||
190 | endmenu | 204 | endmenu |