fiq_debugger: add CONFIG_FIQ_DEBUGGER_EL3_TO_EL1 for arm v8

Change-Id: I6aecf2c7017c3e153d88fe33207f75510051d75c
Signed-off-by: Huibin Hong <huibin.hong@rock-chips.com>
This commit is contained in:
Huibin Hong
2016-11-21 17:48:39 +08:00
committed by chenjh
parent c04b4e2e77
commit d9fec85144

View File

@@ -42,6 +42,13 @@ config FIQ_DEBUGGER_CONSOLE_DEFAULT_ENABLE
If enabled, this puts the fiq debugger into console mode by default.
Otherwise, the fiq debugger will start out in debug mode.
config FIQ_DEBUGGER_EL3_TO_EL1
bool "Uart FIQ is captured by EL3, then passed to EL1"
depends on FIQ_DEBUGGER && ARM64
default n
help
It is for ARM V8 arch.
config FIQ_DEBUGGER_UART_OVERLAY
bool "Install uart DT overlay"
depends on FIQ_DEBUGGER