From 0ec8b4c6469eb0b501b548fc78f78b5783c35f1e Mon Sep 17 00:00:00 2001 From: John Stultz Date: Wed, 2 Sep 2020 19:50:49 +0000 Subject: [PATCH] ANDROID: Revert "ANDROID: irqchip: Kconfig: Make QCOM_PDC depend on QCOM_SCM" This reverts commit f887911b19e5175710193188a3649f437b7ea59d. This was previously needed to fix a build issue that was caused when a recently upstreamed patch was reverted. But with the patch re-applied, we don't need this. Fixes: f887911b19e5 ("ANDROID: irqchip: Kconfig: Make QCOM_PDC depend on QCOM_SCM") Signed-off-by: John Stultz Change-Id: If94828fec7495d3d1346beb6da67405dd78685a3 --- drivers/irqchip/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index dc4884e2f23a..ba9f3aedb544 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -427,7 +427,7 @@ config GOLDFISH_PIC config QCOM_PDC tristate "QCOM PDC" depends on ARCH_QCOM - select QCOM_SCM + depends on QCOM_SCM || !QCOM_SCM select IRQ_DOMAIN_HIERARCHY help Power Domain Controller driver to manage and configure wakeup