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

From: Krzysztof Kozlowski

Date: Thu Apr 16 2026 - 04:41:17 EST


On 16/04/2026 10:28, Konrad Dybcio wrote:
> 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

I was thinking to do it in separate series, but indeed maybe better
combine it.

>
>>
>> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
>> ---
>
> For the change here:
>
> Reviewed-by: Konrad Dybcio <konrad.dybcio@xxxxxxxxxxxxxxxx>



Best regards,
Krzysztof