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

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

Merge "defconfig: bengal: Enable bengal pinctrl"

parents d353ce8a 6ed04b1c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -305,6 +305,7 @@ CONFIG_SPI_QCOM_GENI=y
CONFIG_SPI_SPIDEV=y
CONFIG_SPMI=y
CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
CONFIG_PINCTRL_BENGAL=y
CONFIG_GPIO_SYSFS=y
CONFIG_POWER_RESET_QCOM=y
CONFIG_POWER_RESET_XGENE=y
+9 −0
Original line number Diff line number Diff line
@@ -174,4 +174,13 @@ config PINCTRL_LITO
	  Qualcomm Technologies Inc TLMM block found on the Qualcomm
	  Technologies Inc LITO platform.

config PINCTRL_BENGAL
	tristate "Qualcomm Technologies Inc BENGAL 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 on the Qualcomm
	  Technologies Inc BENGAL platform.

endif
+1 −0
Original line number Diff line number Diff line
@@ -22,3 +22,4 @@ obj-$(CONFIG_PINCTRL_QCOM_SSBI_PMIC) += pinctrl-ssbi-mpp.o
obj-$(CONFIG_PINCTRL_SDM845) += pinctrl-sdm845.o
obj-$(CONFIG_PINCTRL_KONA) += pinctrl-kona.o
obj-$(CONFIG_PINCTRL_LITO) += pinctrl-lito.o
obj-$(CONFIG_PINCTRL_BENGAL) += pinctrl-bengal.o
+1535 −0

File added.

Preview size limit exceeded, changes collapsed.