Commit 87ebcd8b authored by Pankaj Patil's avatar Pankaj Patil Committed by Linus Walleij
Browse files

pinctrl: qcom: Add glymur pinctrl driver



Add TLMM pinctrl driver to support pin configuration with pinctrl
framework for Glymur SoC.

Reviewed-by: default avatarBjorn Andersson <andersson@kernel.org>
Reviewed-by: default avatarKonrad Dybcio <konrad.dybcio@oss.qualcomm.com>
Signed-off-by: default avatarPankaj Patil <pankaj.patil@oss.qualcomm.com>
Signed-off-by: default avatarLinus Walleij <linus.walleij@linaro.org>
parent ebe39753
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -15,6 +15,16 @@ config PINCTRL_APQ8084
	  This is the pinctrl, pinmux, pinconf and gpiolib driver for the
	  Qualcomm TLMM block found in the Qualcomm APQ8084 platform.

config PINCTRL_GLYMUR
	tristate "Qualcomm Technologies Inc Glymur pin controller driver"
	depends on ARM64 || COMPILE_TEST
	help
	  This is the pinctrl, pinmux, pinconf and gpiolib driver for the
	  Qualcomm Technologies Inc Top Level Mode Multiplexer block (TLMM)
	  block found on the Qualcomm Technologies Inc Glymur platform.
	  Say Y here to compile statically, or M here to compile it as a module.
	  If unsure, say N.

config PINCTRL_IPQ4019
	tristate "Qualcomm IPQ4019 pin controller driver"
	depends on ARM || COMPILE_TEST
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
obj-$(CONFIG_PINCTRL_MSM)	+= pinctrl-msm.o
obj-$(CONFIG_PINCTRL_APQ8064)	+= pinctrl-apq8064.o
obj-$(CONFIG_PINCTRL_APQ8084)	+= pinctrl-apq8084.o
obj-$(CONFIG_PINCTRL_GLYMUR)	+= pinctrl-glymur.o
obj-$(CONFIG_PINCTRL_IPQ4019)	+= pinctrl-ipq4019.o
obj-$(CONFIG_PINCTRL_IPQ5018)	+= pinctrl-ipq5018.o
obj-$(CONFIG_PINCTRL_IPQ8064)	+= pinctrl-ipq8064.o
+1777 −0

File added.

Preview size limit exceeded, changes collapsed.