Re: [PATCH 2/4] clk: qcom: Make important arm64 drivers default

From: Krzysztof Kozlowski

Date: Thu Apr 16 2026 - 04:18:40 EST


On 16/04/2026 10:10, Krzysztof Kozlowski wrote:
> Clock controller drivers 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'.
>
> Switch all Qualcomm clock controller drivers which are chosen in
> defconfig to respective default 'yes' or 'module'.
>
> This has no impact on arm64 defconfig include/generated/autoconf.h,
> however changes few drivers for arm:
>
> 1. multi_v7_defconfig: Enable QCOM_CLK_RPMH as module, because SDX55
> (ARM 32-bit) uses it.
>
> 2. Enable QCOM_A53PLL, QCOM_CLK_APCS_MSM8916 and MSM_GCC_8916 as

This should be "qcom_defconfig:"


Best regards,
Krzysztof