File tree Expand file tree Collapse file tree 3 files changed +518
-0
lines changed Expand file tree Collapse file tree 3 files changed +518
-0
lines changed Original file line number Diff line number Diff line change @@ -405,6 +405,16 @@ config PWM_MEDIATEK
405
405
To compile this driver as a module, choose M here: the module
406
406
will be called pwm-mediatek.
407
407
408
+ config PWM_MICROCHIP_CORE
409
+ tristate "Microchip corePWM PWM support"
410
+ depends on SOC_MICROCHIP_POLARFIRE || COMPILE_TEST
411
+ depends on HAS_IOMEM && OF
412
+ help
413
+ PWM driver for Microchip FPGA soft IP core.
414
+
415
+ To compile this driver as a module, choose M here: the module
416
+ will be called pwm-microchip-core.
417
+
408
418
config PWM_MXS
409
419
tristate "Freescale MXS PWM support"
410
420
depends on ARCH_MXS || COMPILE_TEST
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ obj-$(CONFIG_PWM_LPSS_PCI) += pwm-lpss-pci.o
35
35
obj-$(CONFIG_PWM_LPSS_PLATFORM) += pwm-lpss-platform.o
36
36
obj-$(CONFIG_PWM_MESON) += pwm-meson.o
37
37
obj-$(CONFIG_PWM_MEDIATEK) += pwm-mediatek.o
38
+ obj-$(CONFIG_PWM_MICROCHIP_CORE) += pwm-microchip-core.o
38
39
obj-$(CONFIG_PWM_MTK_DISP) += pwm-mtk-disp.o
39
40
obj-$(CONFIG_PWM_MXS) += pwm-mxs.o
40
41
obj-$(CONFIG_PWM_NTXEC) += pwm-ntxec.o
You can’t perform that action at this time.
0 commit comments