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

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

Merge "pinctrl: qcom: Add sdm660 pinctrl DT drivers"

parents 4ba47fa8 b9990161
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -201,4 +201,12 @@ config PINCTRL_SCUBA
	  Qualcomm Technologies Inc TLMM block found on the Qualcomm
	  Technologies Inc SCUBA platform.

config PINCTRL_SDM660
	tristate "Qualcomm Technologies, Inc SDM660 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 TLMM block found in the
	 Qualcomm Technologies, Inc. SDM660 platform.
endif
+1 −0
Original line number Diff line number Diff line
@@ -25,3 +25,4 @@ obj-$(CONFIG_PINCTRL_LITO) += pinctrl-lito.o
obj-$(CONFIG_PINCTRL_BENGAL) += pinctrl-bengal.o
obj-$(CONFIG_PINCTRL_LAGOON) += pinctrl-lagoon.o
obj-$(CONFIG_PINCTRL_SCUBA) += pinctrl-scuba.o
obj-$(CONFIG_PINCTRL_SDM660)   += pinctrl-sdm660.o