mirror of
https://github.com/hardkernel/linux.git
synced 2026-06-09 04:10:18 +09:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user