From: Alexey Minnekhanov Date: Sun, 14 Sep 2025 14:56:20 +0000 (+0300) Subject: qcom_defconfig: Enable pinctrl driver for SDM630/660 X-Git-Tag: v2026.01-rc2~53^2~27 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2938270813be8de81bd06132b2bbafb8f41c979;p=pandora-u-boot.git qcom_defconfig: Enable pinctrl driver for SDM630/660 Pin controller driver for SDM630/636/660 SoCs was added in b4420a0c9ed ("drivers: pinctrl: Add Qualcomm SDM630/660 TLMM driver"), but not enabled in qcom_defconfig. Correct that omission. Signed-off-by: Alexey Minnekhanov Reviewed-by: Neil Armstrong Link: https://lore.kernel.org/r/20250914145620.1962735-1-alexeymin@minlexx.ru Signed-off-by: Casey Connolly --- diff --git a/configs/qcom_defconfig b/configs/qcom_defconfig index 9c2855a3d2f..5c4152cd19b 100644 --- a/configs/qcom_defconfig +++ b/configs/qcom_defconfig @@ -114,6 +114,7 @@ CONFIG_PINCTRL_QCOM_QCM2290=y CONFIG_PINCTRL_QCOM_QCS404=y CONFIG_PINCTRL_QCOM_SA8775P=y CONFIG_PINCTRL_QCOM_SC7280=y +CONFIG_PINCTRL_QCOM_SDM660=y CONFIG_PINCTRL_QCOM_SDM670=y CONFIG_PINCTRL_QCOM_SDM845=y CONFIG_PINCTRL_QCOM_SM6115=y