[tip: irq/drivers] irqchip/qcom: Add defaults for desired SoC drivers
From: tip-bot2 for Krzysztof Kozlowski
Date: Fri Sep 04 2026 - 10:54:07 EST
The following commit has been merged into the irq/drivers branch of tip:
Commit-ID: eeb693eb3f4c39e181a8a808f02732feb7b31022
Gitweb: https://git.kernel.org/tip/eeb693eb3f4c39e181a8a808f02732feb7b31022
Author: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
AuthorDate: Mon, 27 Jul 2026 22:01:21 +02:00
Committer: Thomas Gleixner <tglx@xxxxxxxxxx>
CommitterDate: Fri, 04 Sep 2026 15:34:33 +02:00
irqchip/qcom: Add defaults for desired SoC drivers
QCOM_PDC and QCOM_MPM are essential for booting up SoCs and are not
really optional for a given platform. Kernel should not ask users
choice of drivers when that choice is obvious and known to the
developers that answer should be 'yes' or 'module'.
Enable these by default whenever a kernel for Qualcomm SoC is built.
The change has no impact on arm64 defconfig, but will enable QCOM_PDC
for 32-bit ARM multi_v7_defconfig and qcom_defconfig, which is desired
because SDX55 uses it.
QCOM_MDM is used by 32-bit Qualcomm SoCs, but there is no in-tree user
of it, so it does not have to be enabled by default.
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-2-466f3c407937@xxxxxxxxxxxxxxxx
---
drivers/irqchip/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/irqchip/Kconfig b/drivers/irqchip/Kconfig
index 5a881dd..a8f8c42 100644
--- a/drivers/irqchip/Kconfig
+++ b/drivers/irqchip/Kconfig
@@ -524,6 +524,7 @@ config QCOM_PDC
tristate "Qualcomm PDC"
depends on ARCH_QCOM || COMPILE_TEST
select IRQ_DOMAIN_HIERARCHY
+ default ARCH_QCOM
help
Power Domain Controller driver to manage and configure wakeup
IRQs for Qualcomm Technologies Inc (QTI) mobile chips.
@@ -533,6 +534,7 @@ config QCOM_MPM
depends on ARCH_QCOM || COMPILE_TEST
depends on MAILBOX
select IRQ_DOMAIN_HIERARCHY
+ default ARCH_QCOM if ARM64
help
MSM Power Manager driver to manage and configure wakeup
IRQs for Qualcomm Technologies Inc (QTI) mobile chips.