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

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

Merge "defconfig: msm: Enable pinctrl-yupik driver"

parents 2395f418 83477c8b
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -227,3 +227,4 @@ CONFIG_HH_VIRT_WATCHDOG=m
CONFIG_QCOM_SOC_WATCHDOG=m
CONFIG_QPNP_PBS=m
CONFIG_ARCH_YUPIK=y
CONFIG_PINCTRL_YUPIK=m
+11 −0
Original line number Diff line number Diff line
@@ -234,6 +234,17 @@ config PINCTRL_HOLI
	  Say Y here to compile statically, or M here to compile it as a module.
	  If unsure, say N.

config PINCTRL_YUPIK
	tristate "Qualcomm Technologies Inc YUPIK 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 YUPIK platform.
	  Say Y here to compile statically, or M here to compile it as a module.
	  If unsure, say N.

config PINCTRL_SDXLEMUR
	tristate "Qualcomm Technologies Inc SDXLEMUR pin controller driver"
	depends on GPIOLIB && OF
+1 −0
Original line number Diff line number Diff line
@@ -27,4 +27,5 @@ obj-$(CONFIG_PINCTRL_SM8150) += pinctrl-sm8150.o
obj-$(CONFIG_PINCTRL_LAHAINA) += pinctrl-lahaina.o
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
+1846 −0

File added.

Preview size limit exceeded, changes collapsed.