diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-01-09 18:44:56 +0100 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 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 <bartosz.golaszewski@linaro.org>
Reviewed-by: Konrad Dybcio <konrad.dybcio@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230109174511.1740856-4-brgl@bgdev.pl
-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 |