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

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

Merge "defconfig: Enable TLMM pincontrol for Direwolf"

parents cc81b9be 2b229914
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -7,3 +7,4 @@ CONFIG_REGULATOR_PROXY_CONSUMER=m
CONFIG_REGULATOR_REFGEN=m
CONFIG_REGULATOR_RPMH=m
CONFIG_REGULATOR_STUB=m
CONFIG_PINCTRL_DIREWOLF=m
+11 −0
Original line number Diff line number Diff line
@@ -321,4 +321,15 @@ config PINCTRL_SLPI
	  Say Y here to compile statically, or M here to compile it as a module.
	  If unsure, say N.

config PINCTRL_DIREWOLF
        tristate "Qualcomm Technologies Inc DIREWOLF 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 DIREWOLF 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
@@ -35,3 +35,4 @@ obj-$(CONFIG_PINCTRL_SDXLEMUR) += pinctrl-sdxlemur.o
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
+2330 −0

File added.

Preview size limit exceeded, changes collapsed.