diff options
author | Devi Priya <[email protected]> | 2023-04-06 11:43:14 +0530 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-05-26 12:17:08 -0700 |
commit | 3098f34977480c9aa75cf328501f1b47ec49fec7 (patch) | |
tree | 001b10edc156ef4da43f9478d57218037636969f | |
parent | 5294c2d78f4ae96864e3f25c1fbc93191083973e (diff) |
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 <[email protected]>
Acked-by: Konrad Dybcio <[email protected]>
Signed-off-by: Bjorn Andersson <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
-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 |