diff options
author | Michael Neuling <mikey@neuling.org> | 2006-08-17 06:12:14 +0200 |
---|---|---|
committer | Paul Mackerras <paulus@samba.org> | 2006-08-25 05:27:35 +0200 |
commit | 9a2ded55c40ad17b8b12f87c592a40b2e8593c4d (patch) | |
tree | f1fd41f15356787e68915257be26dafb0d951932 /arch/powerpc/Kconfig | |
parent | [POWERPC] Allow MPC8641 HPCN to build with CONFIG_PCI disabled too. (diff) | |
download | linux-9a2ded55c40ad17b8b12f87c592a40b2e8593c4d.tar.xz linux-9a2ded55c40ad17b8b12f87c592a40b2e8593c4d.zip |
[POWERPC] powerpc: Make RTAS console init generic
The rtas console doesn't have to be Cell specific. If we get both
RTAS tokens, we should just enabled the console then and there.
Signed-off-by: Michael Neuling <mikey@neuling.org>
Signed-off-by: Paul Mackerras <paulus@samba.org>
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 13e583f16ede..7f782b338e8e 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig @@ -426,7 +426,8 @@ config PPC_IBM_CELL_BLADE select UDBG_RTAS_CONSOLE config UDBG_RTAS_CONSOLE - bool + bool "RTAS based debug console" + depends on PPC_RTAS default n config XICS |