diff options
author | Vladimir Zapolskiy <[email protected]> | 2023-06-01 10:56:47 +0300 |
---|---|---|
committer | Bjorn Andersson <[email protected]> | 2023-06-13 16:15:53 -0700 |
commit | b128ec5d5df44a6d204f959d0325635bb0d995d0 (patch) | |
tree | 637b45150a77861d8004d015b55bf890c18d958f | |
parent | eac3e74cba6d5a7e1060ffb730c1071a0b4db7fa (diff) |
arm64: defconfig: Build Global Clock Controller driver for QCM2290
Build Qualcomm QCM2290 GCC driver.
Signed-off-by: Vladimir Zapolskiy <[email protected]>
Acked-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 4da5e23a9236..5c37510bd5ca 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -1165,6 +1165,7 @@ CONFIG_MSM_MMCC_8994=m CONFIG_MSM_MMCC_8996=m CONFIG_MSM_MMCC_8998=m CONFIG_MSM_GCC_8998=y +CONFIG_QCM_GCC_2290=y CONFIG_QCS_GCC_404=y CONFIG_SA_GCC_8775P=y CONFIG_SC_DISPCC_8280XP=m |