Message ID | 20230809080047.19877-5-quic_luoj@quicinc.com |
---|---|
State | New |
Headers | show |
Series | add clock controller of qca8386/qca8084 | expand |
On 09/08/2023 10:00, Luo Jie wrote:
> Enable clock controller config for Qualcomm qca8386/qca8084 chip.
Which boards or products in upstream kernel use it? We do not enable
drivers which are not used/needed.
Best regards,
Krzysztof
On 8/9/2023 11:40 PM, Krzysztof Kozlowski wrote: > On 09/08/2023 10:00, Luo Jie wrote: >> Enable clock controller config for Qualcomm qca8386/qca8084 chip. > > Which boards or products in upstream kernel use it? We do not enable > drivers which are not used/needed. > > Best regards, > Krzysztof > Thanks Krzysztof for the comments. it is not used by the current upstream kernel, i will remove this patch in the next patch series.
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a25d783dfb95..23801799bb0d 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1180,6 +1180,7 @@ CONFIG_IPQ_GCC_5332=y CONFIG_IPQ_GCC_6018=y CONFIG_IPQ_GCC_8074=y CONFIG_IPQ_GCC_9574=y +CONFIG_IPQ_NSSCC_QCA8K=y CONFIG_MSM_GCC_8916=y CONFIG_MSM_GCC_8994=y CONFIG_MSM_MMCC_8994=m
Enable clock controller config for Qualcomm qca8386/qca8084 chip. Signed-off-by: Luo Jie <quic_luoj@quicinc.com> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)