summaryrefslogtreecommitdiffstats
path: root/drivers/pinctrl/qcom/Makefile
diff options
context:
space:
mode:
authorTengfei Fan <quic_tengfan@quicinc.com>2023-12-12 10:49:00 +0100
committerLinus Walleij <linus.walleij@linaro.org>2023-12-20 12:03:03 +0100
commitfa7b1fe24e10c62d3c14f3df16d5d7d5cffd1ddd (patch)
tree83e51ed0ddb8d85f2540831ac9daa04ef03ce424 /drivers/pinctrl/qcom/Makefile
parentdt-bindings: pinctrl: qcom: Add SM4450 pinctrl (diff)
downloadlinux-fa7b1fe24e10c62d3c14f3df16d5d7d5cffd1ddd.tar.xz
linux-fa7b1fe24e10c62d3c14f3df16d5d7d5cffd1ddd.zip
pinctrl: qcom: sm4450: dd SM4450 pinctrl driver
Add pinctrl driver for TLMM block found in SM4450 SoC. Can Guo helped out in reviewing the driver. Reviewed-by: Bjorn Andersson <andersson@kernel.org> Signed-off-by: Tengfei Fan <quic_tengfan@quicinc.com> Link: https://lore.kernel.org/r/20231212094900.12615-3-quic_tengfan@quicinc.com Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
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 fda23a83cb74..e2e76071d268 100644
--- a/drivers/pinctrl/qcom/Makefile
+++ b/drivers/pinctrl/qcom/Makefile
@@ -43,6 +43,7 @@ obj-$(CONFIG_PINCTRL_SDM845) += pinctrl-sdm845.o
obj-$(CONFIG_PINCTRL_SDX55) += pinctrl-sdx55.o
obj-$(CONFIG_PINCTRL_SDX65) += pinctrl-sdx65.o
obj-$(CONFIG_PINCTRL_SDX75) += pinctrl-sdx75.o
+obj-$(CONFIG_PINCTRL_SM4450) += pinctrl-sm4450.o
obj-$(CONFIG_PINCTRL_SM6115) += pinctrl-sm6115.o
obj-$(CONFIG_PINCTRL_SM6115_LPASS_LPI) += pinctrl-sm6115-lpass-lpi.o
obj-$(CONFIG_PINCTRL_SM6125) += pinctrl-sm6125.o