diff options
author | Michael Ellerman <michael@ellerman.id.au> | 2006-06-23 04:20:22 -0400 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-06-27 21:59:48 -0400 |
commit | 94b60ec166bc410d544d7635c9575ea5e53ec052 (patch) | |
tree | 0a9f571fb74edd7f6c5cd91468bb9742c7d9e407 /arch/powerpc/Kconfig | |
parent | cc46bb98c0d52695f26c239de701050660f5c79f (diff) |
[POWERPC] Enable the RTAS udbg console on IBM Cell Blade
Enable the RTAS udbg console on IBM Cell Blade, this allows xmon
to work.
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index deea4c8e1f4e..4f4071a7bdfb 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -419,6 +419,7 @@ config PPC_IBM_CELL_BLADE | |||
419 | select PPC_RTAS | 419 | select PPC_RTAS |
420 | select MMIO_NVRAM | 420 | select MMIO_NVRAM |
421 | select PPC_UDBG_16550 | 421 | select PPC_UDBG_16550 |
422 | select UDBG_RTAS_CONSOLE | ||
422 | 423 | ||
423 | config UDBG_RTAS_CONSOLE | 424 | config UDBG_RTAS_CONSOLE |
424 | bool | 425 | bool |