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

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

Merge "pwm: Add snapshot of QTI PWM LPG driver"

parents 05a7334f 29227d55
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
@@ -340,6 +340,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
@@ -34,6 +34,7 @@ obj-$(CONFIG_PWM_PCA9685) += pwm-pca9685.o
obj-$(CONFIG_PWM_PUV3)		+= pwm-puv3.o
obj-$(CONFIG_PWM_PXA)		+= pwm-pxa.o
obj-$(CONFIG_PWM_RCAR)		+= pwm-rcar.o
obj-$(CONFIG_PWM_QTI_LPG)	+= pwm-qti-lpg.o
obj-$(CONFIG_PWM_RENESAS_TPU)	+= pwm-renesas-tpu.o
obj-$(CONFIG_PWM_ROCKCHIP)	+= pwm-rockchip.o
obj-$(CONFIG_PWM_SAMSUNG)	+= pwm-samsung.o
+1308 −0

File added.

Preview size limit exceeded, changes collapsed.