From 4df8d7b96da281107fe813a51c4b9564824828aa Mon Sep 17 00:00:00 2001 From: Colin Cross Date: Mon, 16 Aug 2010 14:51:51 -0700 Subject: ARM: fiq debugger: Add tty to fiq debugger Change-Id: I80347cdb70cda104b96562c63f972c1f217e3822 Signed-off-by: Colin Cross --- arch/arm/common/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'arch/arm/common/Kconfig') diff --git a/arch/arm/common/Kconfig b/arch/arm/common/Kconfig index 8ee3288a4b0a..cbf3b84f90bd 100644 --- a/arch/arm/common/Kconfig +++ b/arch/arm/common/Kconfig @@ -74,3 +74,11 @@ config FIQ_DEBUGGER_WAKEUP_IRQ_ALWAYS_ON cause extra interrupts, but it makes the serial debugger usable with on some MSM radio builds that ignore the uart clock request in power collapse. + +config FIQ_DEBUGGER_CONSOLE + bool "Console on FIQ Serial Debugger port" + depends on FIQ_DEBUGGER + default n + help + Enables a console so that printk messages are displayed on + the debugger serial port as the occur. -- cgit v1.2.3