msm: Kconfig: Add GIC_SECURE support for 8625
GIC has to configure IRQ lines in group-1 and FIQ lines in
group-0, which can be done once we enable GIC_SECURE
Change-Id: I0011d300d0e02bb2d601209bc7ae857e200b71a4
Signed-off-by: Taniya Das <tdas@codeaurora.org>
diff --git a/arch/arm/mach-msm/Kconfig b/arch/arm/mach-msm/Kconfig
index 0c83307..fa983c4 100644
--- a/arch/arm/mach-msm/Kconfig
+++ b/arch/arm/mach-msm/Kconfig
@@ -2646,6 +2646,7 @@
bool "Enable FIQ for debugging"
depends on ARCH_MSM8625
select FIQ
+ select GIC_SECURE
help
Enable any line to be used as an FIQ. This will help debugging
if apps is not responding and holding lock with irqs disabled.