aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/Kconfig.debug
diff options
context:
space:
mode:
authorHector Martin <hector@marcansoft.com>2011-08-31 02:32:26 -0400
committerBenjamin Herrenschmidt <benh@kernel.crashing.org>2011-09-19 19:20:05 -0400
commitc26afe9e8591f306d79aab8071f1d34e4f60b700 (patch)
treeee3e49fef2343c1bf8e752c4a29be9371c143a24 /arch/powerpc/Kconfig.debug
parent8feaa43494cee5e938fd5a57b9e9bf1c827e6ccd (diff)
powerpc/ps3: Add gelic udbg driver
Add a new udbg driver for the PS3 gelic Ehthernet device. This driver shares only a few stucture and constant definitions with the gelic Ethernet device driver, so is implemented as a stand-alone driver with no dependencies on the gelic Ethernet device driver. Signed-off-by: Hector Martin <hector@marcansoft.com> Signed-off-by: Andre Heider <a.heider@gmail.com> Signed-off-by: Geoff Levand <geoff@infradead.org> Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc/Kconfig.debug')
-rw-r--r--arch/powerpc/Kconfig.debug8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/powerpc/Kconfig.debug b/arch/powerpc/Kconfig.debug
index 067cb8480747..ab2335f160a0 100644
--- a/arch/powerpc/Kconfig.debug
+++ b/arch/powerpc/Kconfig.debug
@@ -258,6 +258,14 @@ config PPC_EARLY_DEBUG_WSP
258 depends on PPC_WSP 258 depends on PPC_WSP
259 select PPC_UDBG_16550 259 select PPC_UDBG_16550
260 260
261config PPC_EARLY_DEBUG_PS3GELIC
262 bool "Early debugging through the PS3 Ethernet port"
263 depends on PPC_PS3
264 select PS3GELIC_UDBG
265 help
266 Select this to enable early debugging for the PlayStation3 via
267 UDP broadcasts sent out through the Ethernet port.
268
261endchoice 269endchoice
262 270
263config PPC_EARLY_DEBUG_HVSI_VTERMNO 271config PPC_EARLY_DEBUG_HVSI_VTERMNO