irqchip: Kconfig: Fix the dependency for QCOM_SHOW_RESUME_IRQ

COFIG_QCOM_SHOW_RESUME_IRQ depends on CONFIG_ARM_GIC_V3 and CONFIG_PM.
this change corrects this dependency.

Change-Id: I9a959b0fddbbbb3b003eb3d3e4ee412bff3e2c00
Signed-off-by: Maulik Shah <mkshah@codeaurora.org>
This commit is contained in:
Maulik Shah 2021-06-07 17:31:06 +05:30
parent 4a037023e3
commit 25a48bf6aa

View File

@ -147,7 +147,7 @@ config DAVINCI_CP_INTC
config QCOM_SHOW_RESUME_IRQ
tristate "Enable logging of interrupts that could have caused resume"
depends on ARM_GIC
depends on ARM_GIC_V3 && PM
default n
help
This option logs wake up interrupts that have triggered just before