fiq_debugger: FIQ_DEBUGGER_FIQ_GLUE depends on ARM

Hide this option for arm64.

Fixes: f6e083bcf5 ("ARM: fiq_glue: Add fiq_glue")
Signed-off-by: Tao Huang <huangtao@rock-chips.com>
Change-Id: I2006f74b0ee590f8de813268082cdabbe2438e6f
This commit is contained in:
Tao Huang
2022-04-07 20:04:28 +08:00
parent 8eb5d8beab
commit dc02893714

View File

@@ -73,7 +73,7 @@ config RK_CONSOLE_THREAD
config FIQ_DEBUGGER_FIQ_GLUE
bool "Uart FIQ is captured by linux"
depends on FIQ_DEBUGGER
depends on FIQ_DEBUGGER && ARM
select FIQ_GLUE
default n
help