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

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

Merge "defconfig: lahaina-gki: Enable PWM LPG driver"

parents 86a95dd4 f0ae1932
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -77,3 +77,5 @@ CONFIG_QCOM_SECURE_BUFFER=m
CONFIG_ION_MSM_HEAPS=m
CONFIG_QCOM_CLK_RPMH=m
CONFIG_QCOM_LAZY_MAPPING=m
CONFIG_MFD_SPMI_PMIC=m
CONFIG_PWM_QTI_LPG=m
+10 −0
Original line number Diff line number Diff line
@@ -363,6 +363,16 @@ config PWM_PXA
	  To compile this driver as a module, choose M here: the module
	  will be called pwm-pxa.

config PWM_QTI_LPG
	tristate "Qualcomm Technologies, Inc. LPG driver"
	depends on MFD_SPMI_PMIC && OF
	help
	  This driver supports the LPG (Light Pulse Generator) module found in
	  Qualcomm Technologies, Inc. PMIC chips. Each LPG channel can be
	  configured to operate in PWM mode to output a fixed amplitude with
	  variable duty cycle or in LUT (Look up table) mode to output PWM
	  signal with a modulated amplitude.

config PWM_RCAR
	tristate "Renesas R-Car PWM support"
	depends on ARCH_RENESAS || COMPILE_TEST
+1 −0
Original line number Diff line number Diff line
@@ -35,6 +35,7 @@ obj-$(CONFIG_PWM_OMAP_DMTIMER) += pwm-omap-dmtimer.o
obj-$(CONFIG_PWM_PCA9685)	+= pwm-pca9685.o
obj-$(CONFIG_PWM_PUV3)		+= pwm-puv3.o
obj-$(CONFIG_PWM_PXA)		+= pwm-pxa.o
obj-$(CONFIG_PWM_QTI_LPG)	+= pwm-qti-lpg.o
obj-$(CONFIG_PWM_RCAR)		+= pwm-rcar.o
obj-$(CONFIG_PWM_RENESAS_TPU)	+= pwm-renesas-tpu.o
obj-$(CONFIG_PWM_ROCKCHIP)	+= pwm-rockchip.o
+1616 −0

File added.

Preview size limit exceeded, changes collapsed.