diff options
| author | Arnd Bergmann <[email protected]> | 2021-08-16 21:28:08 +0000 |
|---|---|---|
| committer | Arnd Bergmann <[email protected]> | 2021-08-16 21:28:08 +0000 |
| commit | ecdbda1746b5bf771cd86dfeb84c20d62f5bfc51 (patch) | |
| tree | 6df0393142ff59933b7fea7ad8b83594ec0f3ada | |
| parent | Merge tag 'imx-defconfig-5.15' of git://git.kernel.org/pub/scm/linux/kernel/g... (diff) | |
| parent | arm64: defconfig: Enable Qualcomm MSM8996 CPU clock driver (diff) | |
| download | kernel-ecdbda1746b5bf771cd86dfeb84c20d62f5bfc51.tar.gz kernel-ecdbda1746b5bf771cd86dfeb84c20d62f5bfc51.zip | |
Merge tag 'qcom-arm64-defconfig-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux into arm/defconfig
Qualcomm ARM64 defconfig updates for v5.15
This enabled the MSM8996 CPU clock driver, enabling CPUfreq on the
platform.
* tag 'qcom-arm64-defconfig-for-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/qcom/linux:
arm64: defconfig: Enable Qualcomm MSM8996 CPU clock driver
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnd Bergmann <[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 f423d08b9a71..156d96afbbfc 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -973,6 +973,7 @@ CONFIG_TI_SCI_CLK=y CONFIG_COMMON_CLK_QCOM=y CONFIG_QCOM_A53PLL=y CONFIG_QCOM_CLK_APCS_MSM8916=y +CONFIG_QCOM_CLK_APCC_MSM8996=y CONFIG_QCOM_CLK_SMD_RPM=y CONFIG_QCOM_CLK_RPMH=y CONFIG_IPQ_GCC_8074=y |
