[tip: irq/drivers] irqchip/qcom: Enable compile testing for QCOM_PDC and QCOM_MPM

From: tip-bot2 for Krzysztof Kozlowski

Date: Fri Sep 04 2026 - 09:53:31 EST


The following commit has been merged into the irq/drivers branch of tip:

Commit-ID: 1b852de05f74cfc96c58caad9df4cc1fa2dc7689
Gitweb: https://git.kernel.org/tip/1b852de05f74cfc96c58caad9df4cc1fa2dc7689
Author: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
AuthorDate: Mon, 27 Jul 2026 22:01:20 +02:00
Committer: Thomas Gleixner <tglx@xxxxxxxxxx>
CommitterDate: Fri, 04 Sep 2026 15:34:33 +02:00

irqchip/qcom: Enable compile testing for QCOM_PDC and QCOM_MPM

QCOM_PDC and QCOM_MPM do not reference any architecture code, thus
should be compile-testable.

Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxx>
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Link: https://patch.msgid.link/20260727-irqchip-qcom-defaults-v2-1-466f3c407937@xxxxxxxxxxxxxxxx
---
drivers/irqchip/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 20b77fb..5a881dd 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -522,7 +522,7 @@ config GOLDFISH_PIC

config QCOM_PDC
tristate "Qualcomm PDC"
- depends on ARCH_QCOM
+ depends on ARCH_QCOM || COMPILE_TEST
select IRQ_DOMAIN_HIERARCHY
help
Power Domain Controller driver to manage and configure wakeup
@@ -530,7 +530,7 @@ config QCOM_PDC

config QCOM_MPM
tristate "Qualcomm MPM"
- depends on ARCH_QCOM
+ depends on ARCH_QCOM || COMPILE_TEST
depends on MAILBOX
select IRQ_DOMAIN_HIERARCHY
help