aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig.debug
diff options
context:
space:
mode:
authorHugh Blemings <hugh@blemings.org>2007-12-20 23:39:28 -0500
committerJosh Boyer <jwboyer@linux.vnet.ibm.com>2007-12-23 14:13:33 -0500
commit6bbc5476298a3dd46a7a19c2af03778b094acb15 (patch)
treed88cbb289b92195f079d62f3695224b09865e855 /arch/powerpc/Kconfig.debug
parent379865d63cb97f8e8241724aae48e795a6b7cb10 (diff)
[POWERPC] 4xx: Base support for 440GX Taishan eval board
This patch adds base support for the AMCC Taishan 440GX evaluation board. Signed-off-by: Hugh Blemings <hugh@blemings.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org> Signed-off-by: Josh Boyer <jwboyer@linux.vnet.ibm.com>
Diffstat (limited to 'arch/powerpc/Kconfig.debug')
-rw-r--r--arch/powerpc/Kconfig.debug6
1 files changed, 5 insertions, 1 deletions
diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug
index 179a453f7e04..db7cc34c24d4 100644
--- a/arch/powerpc/Kconfig.debug
+++ b/arch/powerpc/Kconfig.debug
@@ -225,7 +225,8 @@ config PPC_EARLY_DEBUG_44x
225 depends on 44x 225 depends on 44x
226 help 226 help
227 Select this to enable early debugging for IBM 44x chips via the 227 Select this to enable early debugging for IBM 44x chips via the
228 inbuilt serial port. 228 inbuilt serial port. If you enable this, ensure you set
229 PPC_EARLY_DEBUG_44x_PHYSLOW below to suit your target board.
229 230
230config PPC_EARLY_DEBUG_40x 231config PPC_EARLY_DEBUG_40x
231 bool "Early serial debugging for IBM/AMCC 40x CPUs" 232 bool "Early serial debugging for IBM/AMCC 40x CPUs"
@@ -250,6 +251,9 @@ config PPC_EARLY_DEBUG_44x_PHYSLOW
250 hex "Low 32 bits of early debug UART physical address" 251 hex "Low 32 bits of early debug UART physical address"
251 depends on PPC_EARLY_DEBUG_44x 252 depends on PPC_EARLY_DEBUG_44x
252 default "0x40000200" 253 default "0x40000200"
254 help
255 You probably want 0x40000200 for ebony boards and
256 0x40000300 for taishan
253 257
254config PPC_EARLY_DEBUG_44x_PHYSHIGH 258config PPC_EARLY_DEBUG_44x_PHYSHIGH
255 hex "EPRN of early debug UART physical address" 259 hex "EPRN of early debug UART physical address"