Message ID | 20200917203913.3250205-2-dmitry.baryshkov@linaro.org |
---|---|
State | Accepted |
Commit | b7340527d6225bbb61dd317eb65cb0539fca2a0f |
Headers | show |
Series | [1/4] arm64: defconfig: enable INTERCONNECT for Qualcomm chipsets | expand |
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 2e746ebb9245..7c741e73a282 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -889,6 +889,8 @@ CONFIG_SDM_VIDEOCC_845=y CONFIG_SDM_DISPCC_845=y CONFIG_SM_GCC_8150=y CONFIG_SM_GCC_8250=y +CONFIG_SM_GPUCC_8150=y +CONFIG_SM_GPUCC_8250=y CONFIG_QCOM_HFPLL=y CONFIG_HWSPINLOCK=y CONFIG_HWSPINLOCK_QCOM=y
Enable GPU Clock Controller for SM8150 and SM8250 to allow using Adreon GPU on these SoCs. Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org> --- arch/arm64/configs/defconfig | 2 ++ 1 file changed, 2 insertions(+)