diff options
author | Bartosz Golaszewski <bartosz.golaszewski@linaro.org> | 2023-04-17 14:58:40 +0200 |
---|---|---|
committer | Bjorn Andersson <andersson@kernel.org> | 2023-05-15 04:27:21 +0200 |
commit | 8125a56125114d91843918cc6ef95367c4c39fc7 (patch) | |
tree | 99ee23664659318463b0db1cf9e3860de5d92a27 | |
parent | Linux 6.4-rc1 (diff) | |
download | linux-8125a56125114d91843918cc6ef95367c4c39fc7.tar.xz linux-8125a56125114d91843918cc6ef95367c4c39fc7.zip |
arm64: defconfig: enable the SA8775P GPUCC driver
Enable the GPUCC module for SA8775P platforms in the arm64 defconfig.
Signed-off-by: Bartosz Golaszewski <bartosz.golaszewski@linaro.org>
Signed-off-by: Bjorn Andersson <andersson@kernel.org>
Link: https://lore.kernel.org/r/20230417125844.400782-2-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 a24609e14d50..72136a45c634 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1166,6 +1166,7 @@ CONFIG_MSM_GCC_8998=y CONFIG_QCS_GCC_404=y CONFIG_SA_GCC_8775P=y CONFIG_SC_DISPCC_8280XP=m +CONFIG_SA_GPUCC_8775P=m CONFIG_SC_GCC_7180=y CONFIG_SC_GCC_7280=y CONFIG_SC_GCC_8180X=y |