diff options
author | Bartosz Golaszewski <[email protected]> | 2023-01-09 18:44:56 +0100 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-01-18 18:14:33 -0600 |
commit | 1a87f7e5fa10b23633da03aed6b7c7e716457304 (patch) | |
tree | 8fdea94f9b2cf00927fac428c008452a05961aba | |
parent | a0cacf7f9a55581cfe6a6511fd7f8e490655a27e (diff) |
arm64: defconfig: enable the clock driver for Qualcomm SA8775P platforms
Enable the GCC clock driver on SA8775P platforms. It needs to be built-in
for console to work.
Signed-off-by: Bartosz Golaszewski <[email protected]>
Reviewed-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 ecfacb2921e5..bfafb4313436 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1108,6 +1108,7 @@ CONFIG_MSM_GCC_8994=y CONFIG_MSM_MMCC_8996=y CONFIG_MSM_GCC_8998=y CONFIG_QCS_GCC_404=y +CONFIG_SA_GCC_8775P=y CONFIG_SC_DISPCC_8280XP=m CONFIG_SC_GCC_7180=y CONFIG_SC_GCC_7280=y |