summaryrefslogtreecommitdiff
path: root/drivers/pinctrl/qcom/Makefile
diff options
context:
space:
mode:
authorCaleb Connolly <[email protected]>2025-01-22 16:02:51 +0100
committerCaleb Connolly <[email protected]>2025-03-17 13:38:18 +0000
commit51ec7fdb64b3523915a3199826495368e4c5d033 (patch)
tree10ce53f269f67c537a1ac69bc25f4e9a0239a8a5 /drivers/pinctrl/qcom/Makefile
parent773a46b18b092a6d27cb49a0b4fb9ea224a1ebd0 (diff)
pinctrl: qcom: add sc7280 pinctrl driver
Introduce a pinctrl driver for SC7280/QCM6490, this is used by the RB3 Gen 2, FairPhone 5 and other devices. Tested-by: Christopher Obbard <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Caleb Connolly <[email protected]>
Diffstat (limited to 'drivers/pinctrl/qcom/Makefile')
-rw-r--r--drivers/pinctrl/qcom/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/pinctrl/qcom/Makefile b/drivers/pinctrl/qcom/Makefile
index 0253687fab8..94cdc6e4a62 100644
--- a/drivers/pinctrl/qcom/Makefile
+++ b/drivers/pinctrl/qcom/Makefile
@@ -9,6 +9,7 @@ obj-$(CONFIG_PINCTRL_QCOM_IPQ9574) += pinctrl-ipq9574.o
obj-$(CONFIG_PINCTRL_QCOM_APQ8096) += pinctrl-apq8096.o
obj-$(CONFIG_PINCTRL_QCOM_QCM2290) += pinctrl-qcm2290.o
obj-$(CONFIG_PINCTRL_QCOM_QCS404) += pinctrl-qcs404.o
+obj-$(CONFIG_PINCTRL_QCOM_SC7280) += pinctrl-sc7280.o
obj-$(CONFIG_PINCTRL_QCOM_SDM845) += pinctrl-sdm845.o
obj-$(CONFIG_PINCTRL_QCOM_SM6115) += pinctrl-sm6115.o
obj-$(CONFIG_PINCTRL_QCOM_SM8150) += pinctrl-sm8150.o