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

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

Merge "pinctrl: qcom: function group for qup11_f*,qup13_f* instances for blair"

parents 2b4df556 3eb339b7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -230,3 +230,4 @@ CONFIG_QCOM_MEMORY_DUMP_V2=m
CONFIG_MSM_PERFORMANCE=m
CONFIG_QCOM_SUBSYSTEM_SLEEP_STATS=m
CONFIG_ARCH_BLAIR=y
CONFIG_PINCTRL_BLAIR=m
+11 −0
Original line number Diff line number Diff line
@@ -332,4 +332,15 @@ config PINCTRL_DIREWOLF
          Say Y here to compile statically, or M here to compile it as a module.
          If unsure, say N.

config PINCTRL_BLAIR
	tristate "Qualcomm Technologies Inc BLAIR 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 BLAIR 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
@@ -36,3 +36,4 @@ obj-$(CONFIG_PINCTRL_SDXNIGHTJAR) += pinctrl-sdxnightjar.o
obj-$(CONFIG_PINCTRL_MONACO) += pinctrl-monaco.o
obj-$(CONFIG_PINCTRL_SLPI) += pinctrl-slpi.o
obj-$(CONFIG_PINCTRL_DIREWOLF) += pinctrl-direwolf.o
obj-$(CONFIG_PINCTRL_BLAIR) += pinctrl-blair.o
+1618 −0

File added.

Preview size limit exceeded, changes collapsed.