Re: [PATCH 2/4] clk: qcom: Make important arm64 drivers default
From: Konrad Dybcio
Date: Thu Apr 16 2026 - 04:35:35 EST
On 4/16/26 10:10 AM, 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
> built-in, because MSM8916 is also used ARM 32-bit.
Is that to say that the arm(non-64) defconfig should be updated
too? I don't see a related change in the series
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
> ---
For the change here:
Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>
Konrad