Re: [PATCH v2 2/3] irqchip/qcom: Add defaults for desired SoC drivers

From: Konrad Dybcio

Date: Tue Jul 28 2026 - 03:58:00 EST


On 7/27/26 10:01 PM, Krzysztof Kozlowski wrote:
> 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
_MPM

> of it, so it does not have to be enabled by default.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
> ---

Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>

Konrad