diff options
Diffstat (limited to 'arch/powerpc/Kconfig.debug')
-rw-r--r-- | arch/powerpc/Kconfig.debug | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug index e72dcf6a421d..067cb8480747 100644 --- a/arch/powerpc/Kconfig.debug +++ b/arch/powerpc/Kconfig.debug | |||
@@ -167,6 +167,13 @@ config PPC_EARLY_DEBUG_LPAR | |||
167 | Select this to enable early debugging for a machine with a HVC | 167 | Select this to enable early debugging for a machine with a HVC |
168 | console on vterm 0. | 168 | console on vterm 0. |
169 | 169 | ||
170 | config PPC_EARLY_DEBUG_LPAR_HVSI | ||
171 | bool "LPAR HVSI Console" | ||
172 | depends on PPC_PSERIES | ||
173 | help | ||
174 | Select this to enable early debugging for a machine with a HVSI | ||
175 | console on a specified vterm. | ||
176 | |||
170 | config PPC_EARLY_DEBUG_G5 | 177 | config PPC_EARLY_DEBUG_G5 |
171 | bool "Apple G5" | 178 | bool "Apple G5" |
172 | depends on PPC_PMAC64 | 179 | depends on PPC_PMAC64 |
@@ -253,6 +260,14 @@ config PPC_EARLY_DEBUG_WSP | |||
253 | 260 | ||
254 | endchoice | 261 | endchoice |
255 | 262 | ||
263 | config PPC_EARLY_DEBUG_HVSI_VTERMNO | ||
264 | hex "vterm number to use with early debug HVSI" | ||
265 | depends on PPC_EARLY_DEBUG_LPAR_HVSI | ||
266 | default "0x30000000" | ||
267 | help | ||
268 | You probably want 0x30000000 for your first serial port and | ||
269 | 0x30000001 for your second one | ||
270 | |||
256 | config PPC_EARLY_DEBUG_44x_PHYSLOW | 271 | config PPC_EARLY_DEBUG_44x_PHYSLOW |
257 | hex "Low 32 bits of early debug UART physical address" | 272 | hex "Low 32 bits of early debug UART physical address" |
258 | depends on PPC_EARLY_DEBUG_44x | 273 | depends on PPC_EARLY_DEBUG_44x |