diff options
author | Stanimir Varbanov <[email protected]> | 2020-05-22 13:21:09 +0300 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2020-06-20 23:08:47 -0700 |
commit | 3ac98ea25cd5b5feb3c010cc2d60b79a3344004e (patch) | |
tree | e8b9a5a0f5879fc90bd23e2c34d5480a2521ac7a | |
parent | b3a9e3b9622ae10064826dccb4f7a52bd88c7407 (diff) |
arm64: defconfig: Enable SDM845 video clock controller
Enable the build of sdm845 video clock controller by default.
Signed-off-by: Stanimir Varbanov <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Bjorn Andersson <[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 883e8bace3ed..ce507be4c7fa 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -821,6 +821,7 @@ CONFIG_SC_GCC_7180=y CONFIG_SDM_CAMCC_845=m CONFIG_SDM_GCC_845=y CONFIG_SDM_GPUCC_845=y +CONFIG_SDM_VIDEOCC_845=y CONFIG_SDM_DISPCC_845=y CONFIG_SM_GCC_8150=y CONFIG_SM_GCC_8250=y |