diff options
author | Devi Priya <quic_devipriy@quicinc.com> | 2023-04-06 08:13:14 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-05-26 21:17:08 +0200 |
commit | 3098f34977480c9aa75cf328501f1b47ec49fec7 (patch) | |
tree | 001b10edc156ef4da43f9478d57218037636969f | |
parent | arm64: defconfig: enable FSA4480 driver as module (diff) | |
download | linux-3098f34977480c9aa75cf328501f1b47ec49fec7.tar.xz linux-3098f34977480c9aa75cf328501f1b47ec49fec7.zip |
arm64: defconfig: Enable ipq6018 apss clock and PLL controller
The PLL and IPQ6018 APSS clock controller are used on several
IPQ platforms to clock the CPU. Hence it should be enabled and built-in.
Signed-off-by: Devi Priya <quic_devipriy@quicinc.com>
Acked-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230406061314.10916-6-quic_devipriy@quicinc.com
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 450d5a15c14b..90d9457d3fb0 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1154,6 +1154,7 @@ CONFIG_QCOM_CLK_APCS_MSM8916=y CONFIG_QCOM_CLK_APCC_MSM8996=y CONFIG_QCOM_CLK_SMD_RPM=y CONFIG_QCOM_CLK_RPMH=y +CONFIG_IPQ_APSS_6018=y CONFIG_IPQ_GCC_5332=y CONFIG_IPQ_GCC_6018=y CONFIG_IPQ_GCC_8074=y |