From dcd32f20e88cdb2ca8f74dd153e9667eb428b684 Mon Sep 17 00:00:00 2001 From: Lee Jones Date: Mon, 4 Oct 2021 08:24:11 +0100 Subject: [PATCH] ANDROID: irqchip: Kconfig: Remove superfluous 'depends on QCOM_SCM || !QCOM_SCM' This change was applied to one of the release kernels to solve an issue with SPI type setting in Qualcomm PDC. The SPI type setting adaptions never made it upstream and thus into android-mainline, so the change can be dropped. Bug: 191637574 Suggested-by: John Stultz Signed-off-by: Lee Jones Change-Id: I8ad02f7e808647fc1aa8cc1237a8a83d3f1218cc --- drivers/irqchip/Kconfig | 1 - 1 file changed, 1 deletion(-) diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig index cf2ae9b38cee..6a4496fb66a1 100644 --- a/drivers/irqchip/Kconfig +++ b/drivers/irqchip/Kconfig @@ -419,7 +419,6 @@ config GOLDFISH_PIC config QCOM_PDC tristate "QCOM PDC" depends on ARCH_QCOM - depends on QCOM_SCM || !QCOM_SCM select IRQ_DOMAIN_HIERARCHY help Power Domain Controller driver to manage and configure wakeup