fiq_debugger: add CONFIG_FIQ_DEBUGGER_EL3_TO_EL1 for arm v8
[firefly-linux-kernel-4.4.55.git] / drivers / staging / android / fiq_debugger / Kconfig
index 097f53b450aa5c897658d3c7141640d92d7d6f7c..7b50df1528b4f03b538da50eaa2a4f8c0f12ca08 100644 (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