From: Huibin Hong Date: Mon, 21 Nov 2016 09:48:39 +0000 (+0800) Subject: fiq_debugger: add CONFIG_FIQ_DEBUGGER_EL3_TO_EL1 for arm v8 X-Git-Tag: firefly_0821_release~120 X-Git-Url: http://plrg.eecs.uci.edu/git/?p=firefly-linux-kernel-4.4.55.git;a=commitdiff_plain;h=d9fec85144c048bde2de3aeaf242f50b6875ca04 fiq_debugger: add CONFIG_FIQ_DEBUGGER_EL3_TO_EL1 for arm v8 Change-Id: I6aecf2c7017c3e153d88fe33207f75510051d75c Signed-off-by: Huibin Hong --- diff --git a/drivers/staging/android/fiq_debugger/Kconfig b/drivers/staging/android/fiq_debugger/Kconfig index 097f53b450aa..7b50df1528b4 100644 --- a/drivers/staging/android/fiq_debugger/Kconfig +++ b/drivers/staging/android/fiq_debugger/Kconfig @@ -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