Re: [PATCH v2 5/7] clk: qcom: Add defaults for desired arm64 drivers

From: Konrad Dybcio

Date: Wed Jun 10 2026 - 05:20:42 EST


On 6/9/26 5:32 PM, 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'.
>
> Enable drivers for upstreamed or being upstreamed SoCs, which are not
> yed enabled in defconfig: Glymur, Hawi, Nord, MSM8976, MSM8998 (GPU CC),
> SC7180, SC8180X, SC8280XP, SC7280, SDM660, QDU1000, SM4450, SM7150,
> SM8150, SM8450, SM6125, SM6375. Note that main GCC clock controller
> drivers are usually already enabled for these.
>
> Signed-off-by: Krzysztof Kozlowski <krzysztof.kozlowski@xxxxxxxxxxxxxxxx>
>
> ---
>
> Changes in v2:
> 1. Add defaults for: MSM_GCC_8976, MSM_GPUCC_8998, SDM_GCC_660,
> SDM_MMCC_660, SDM_GPUCC_660, HAWI
>
> 2. Drop the Konrad RB tag, considering above a significant change.
> ---

[...]

> tristate "SDM660 Global Clock Controller"
> depends on ARM64 || COMPILE_TEST
> select QCOM_GDSC
> + default m if ARCH_QCOM

Drop the 'm'

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

Konrad