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:
parent
4a037023e3
commit
25a48bf6aa
@ -147,7 +147,7 @@ config DAVINCI_CP_INTC
|
|||||||
|
|
||||||
config QCOM_SHOW_RESUME_IRQ
|
config QCOM_SHOW_RESUME_IRQ
|
||||||
tristate "Enable logging of interrupts that could have caused resume"
|
tristate "Enable logging of interrupts that could have caused resume"
|
||||||
depends on ARM_GIC
|
depends on ARM_GIC_V3 && PM
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This option logs wake up interrupts that have triggered just before
|
This option logs wake up interrupts that have triggered just before
|
||||||
|
Loading…
Reference in New Issue
Block a user