From eab2e0619527d4929e17cfbcb6dca16f98683c18 Mon Sep 17 00:00:00 2001 From: Vinod Koul Date: Fri, 7 Jun 2019 14:46:58 +0530 Subject: arm64: defconfig: Enable SM8150 clock driver Enable GCC config to make it possible to boot the SM8150 MTP. Signed-off-by: Vinod Koul --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 4d583514258c..a71a0753406b 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -652,6 +652,7 @@ CONFIG_MSM_MMCC_8996=y CONFIG_MSM_GCC_8998=y CONFIG_QCS_GCC_404=y CONFIG_SDM_GCC_845=y +CONFIG_SM_GCC_8150=y CONFIG_HWSPINLOCK=y CONFIG_HWSPINLOCK_QCOM=y CONFIG_ARM_MHU=y -- cgit v1.2.3 From ade172e40032134eadef66d767b0020f67ecfc57 Mon Sep 17 00:00:00 2001 From: Vinod Koul Date: Fri, 14 Jun 2019 11:05:01 +0530 Subject: arm64: defconfig: Enable SM8150 pinctrl driver Enable pinctrl config for SM8150 to support TLMM block on SM8150 MTP. Signed-off-by: Vinod Koul --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index a71a0753406b..666409dea3b1 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -381,6 +381,7 @@ CONFIG_PINCTRL_QCS404=y CONFIG_PINCTRL_QDF2XXX=y CONFIG_PINCTRL_QCOM_SPMI_PMIC=y CONFIG_PINCTRL_SDM845=y +CONFIG_PINCTRL_SM8150=y CONFIG_GPIO_DWAPB=y CONFIG_GPIO_MB86S7X=y CONFIG_GPIO_PL061=y -- cgit v1.2.3