From: Neil Armstrong Date: Fri, 5 Apr 2024 08:15:12 +0000 (+0200) Subject: qcom_defconfig: enable SM8550 & SM8650 pinctrl driver X-Git-Url: http://git.dujemihanovic.xyz/?a=commitdiff_plain;h=07b71b5f7db66bf0e8a0c4ed8b3390c0b6d07de1;p=u-boot.git qcom_defconfig: enable SM8550 & SM8650 pinctrl driver Enable the SM8550 & SM8650 pinctrl drivers for Qualcomm defconfig. Signed-off-by: Neil Armstrong Acked-by: Sumit Garg Reviewed-by: Caleb Connolly Signed-off-by: Caleb Connolly --- diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig index b0ae5eb4df..3453d8619d 100644 --- a/configs/qcom_defconfig +++ b/configs/qcom_defconfig @@ -67,6 +67,8 @@ CONFIG_PHY_QCOM_SNPS_EUSB2=y CONFIG_PINCTRL=y CONFIG_PINCTRL_QCOM_QCS404=y CONFIG_PINCTRL_QCOM_SDM845=y +CONFIG_PINCTRL_QCOM_SM8550=y +CONFIG_PINCTRL_QCOM_SM8650=y CONFIG_DM_PMIC=y CONFIG_PMIC_QCOM=y CONFIG_DM_REGULATOR=y