Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 172f292f authored by qctecmdr's avatar qctecmdr Committed by Gerrit - the friendly Code Review server
Browse files

Merge "pinctrl: qcom: Add pinctrl driver for mdm9607"

parents d36cd1fa b9419385
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -223,4 +223,12 @@ config PINCTRL_SLPI
	  This is the pinctrl, pinmux and pinconf driver for the
	  SLPI pin controller block.

config PINCTRL_MDM9607
        tristate "QTI MDM9607 pin controller driver"
        depends on GPIOLIB && OF
        select PINCTRL_MSM
        help
          This is the pinctrl, pinmux, pinconf and gpiolib driver for the
          QTI TLMM block found in the QTI 9607 platform.

endif
+1 −0
Original line number Diff line number Diff line
@@ -27,3 +27,4 @@ obj-$(CONFIG_PINCTRL_TRINKET) += pinctrl-trinket.o
obj-$(CONFIG_PINCTRL_SDXPRAIRIE) += pinctrl-sdxprairie.o
obj-$(CONFIG_PINCTRL_SDMMAGPIE) += pinctrl-sdmmagpie.o
obj-$(CONFIG_PINCTRL_SLPI) 	+= pinctrl-slpi.o
obj-$(CONFIG_PINCTRL_MDM9607)   += pinctrl-mdm9607.o