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

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

Merge "defconfig: holi: Enable holi pinctrl"

parents 0f383d5a 6df2638a
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
CONFIG_ARCH_QCOM=y
CONFIG_ARCH_HOLI=y
CONFIG_PINCTRL_HOLI=m
CONFIG_HVC_DCC=y
CONFIG_HVC_DCC_SERIALIZE_SMP=y
CONFIG_REGULATOR_STUB=m
+11 −0
Original line number Diff line number Diff line
@@ -223,4 +223,15 @@ config PINCTRL_SHIMA
	  Say Y here to compile statically, or M here to compile it as a module.
	  If unsure, say N.

config PINCTRL_HOLI
	tristate "Qualcomm Technologies Inc HOLI 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 HOLI 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
@@ -26,3 +26,4 @@ obj-$(CONFIG_PINCTRL_SDM845) += pinctrl-sdm845.o
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
+1578 −0

File added.

Preview size limit exceeded, changes collapsed.