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

Commit b15ce940 authored by Lijuan Gao's avatar Lijuan Gao
Browse files

drivers: pinctrl: Add pinctrl support for NIGHTJAR target



Add pinctrl driver support for NIGHTJAR target.

Change-Id: I1834aaf766a8cfd88f4ee09a26da515cd94c8cd6
Signed-off-by: default avatarLijuan Gao <lijuang@codeaurora.org>
parent ccbf3863
Loading
Loading
Loading
Loading
+11 −0
Original line number Diff line number Diff line
@@ -256,4 +256,15 @@ config PINCTRL_SDXLEMUR
	  Say Y here to compile statically, or M here to compile it as a module.
	  If unsure, say N.

config PINCTRL_SDXNIGHTJAR
	tristate "Qualcomm Technologies Inc NIGHTJAR pin controller driver"
	depends on GPIOLIB && OF
	select PINCTRL_MSM
	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 SDXNIGHTJAR platform.
	  Say Y here to compile statically, or M here to compile it as a module.
	  If unsure, say N.

endif
+1 −0
Original line number Diff line number Diff line
@@ -29,3 +29,4 @@ obj-$(CONFIG_PINCTRL_SHIMA) += pinctrl-shima.o
obj-$(CONFIG_PINCTRL_HOLI) += pinctrl-holi.o
obj-$(CONFIG_PINCTRL_YUPIK) += pinctrl-yupik.o
obj-$(CONFIG_PINCTRL_SDXLEMUR) += pinctrl-sdxlemur.o
obj-$(CONFIG_PINCTRL_SDXNIGHTJAR) += pinctrl-sdxnightjar.o