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

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

Merge "pinctrl: qcom: Add support for Khaje SoC pin control"

parents 1fe3b507 09346113
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -212,6 +212,14 @@ config PINCTRL_BENGAL
	  Qualcomm Technologies Inc TLMM block found on the Qualcomm
	  Technologies Inc BENGAL platform.

config PINCTRL_KHAJE
	tristate "Qualcomm Technologies, Inc KHAJE 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 on the QTI KHAJE platform.

config PINCTRL_SCUBA
	tristate "Qualcomm Technologies Inc SCUBA pin controller driver"
	depends on GPIOLIB && OF
+1 −0
Original line number Diff line number Diff line
@@ -25,6 +25,7 @@ obj-$(CONFIG_PINCTRL_SDM845) += pinctrl-sdm845.o
obj-$(CONFIG_PINCTRL_KONA) += pinctrl-kona.o
obj-$(CONFIG_PINCTRL_LITO) += pinctrl-lito.o
obj-$(CONFIG_PINCTRL_BENGAL) += pinctrl-bengal.o
obj-$(CONFIG_PINCTRL_KHAJE) += pinctrl-khaje.o
obj-$(CONFIG_PINCTRL_LAGOON) += pinctrl-lagoon.o
obj-$(CONFIG_PINCTRL_SCUBA) += pinctrl-scuba.o
obj-$(CONFIG_PINCTRL_SDM660)   += pinctrl-sdm660.o
+1546 −0

File added.

Preview size limit exceeded, changes collapsed.