diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2006-06-23 04:20:16 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-06-27 21:59:48 -0400 |
commit | cc46bb98c0d52695f26c239de701050660f5c79f (patch) | |
tree | 1b40e9db66de5c41c0b2fdf1db022f645a46a697 /arch/powerpc/Kconfig | |
parent | 458148c00b97864a27ecf528a1d45a8e5ebd9bbc (diff) |
[POWERPC] Add udbg support for RTAS console
Add udbg hooks for the RTAS console, based on the RTAS put-term-char
and get-term-char calls. Along with my previous patches, this should
enable debugging as soon as early_init_dt_scan_rtas() is called.
Signed-off-by: Michael Ellerman <michael@ellerman.id.au>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index c5e01c4b637d..deea4c8e1f4e 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -420,6 +420,10 @@ config PPC_IBM_CELL_BLADE | |||
420 | select MMIO_NVRAM | 420 | select MMIO_NVRAM |
421 | select PPC_UDBG_16550 | 421 | select PPC_UDBG_16550 |
422 | 422 | ||
423 | config UDBG_RTAS_CONSOLE | ||
424 | bool | ||
425 | default n | ||
426 | |||
423 | config XICS | 427 | config XICS |
424 | depends on PPC_PSERIES | 428 | depends on PPC_PSERIES |
425 | bool | 429 | bool |