xref: /openbmc/linux/drivers/pwm/Kconfig (revision 6f37709f)
10c2498f1SSascha Hauermenuconfig PWM
2b817bf5cSThierry Reding	bool "Pulse-Width Modulation (PWM) Support"
30c2498f1SSascha Hauer	help
4b817bf5cSThierry Reding	  Generic Pulse-Width Modulation (PWM) support.
50c2498f1SSascha Hauer
6b817bf5cSThierry Reding	  In Pulse-Width Modulation, a variation of the width of pulses
7b817bf5cSThierry Reding	  in a rectangular pulse signal is used as a means to alter the
8b817bf5cSThierry Reding	  average power of the signal. Applications include efficient
9b817bf5cSThierry Reding	  power delivery and voltage regulation. In computer systems,
10b817bf5cSThierry Reding	  PWMs are commonly used to control fans or the brightness of
11b817bf5cSThierry Reding	  display backlights.
12b817bf5cSThierry Reding
13b817bf5cSThierry Reding	  This framework provides a generic interface to PWM devices
14b817bf5cSThierry Reding	  within the Linux kernel. On the driver side it provides an API
15b817bf5cSThierry Reding	  to register and unregister a PWM chip, an abstraction of a PWM
16b817bf5cSThierry Reding	  controller, that supports one or more PWM devices. Client
17b817bf5cSThierry Reding	  drivers can request PWM devices and use the generic framework
18b817bf5cSThierry Reding	  to configure as well as enable and disable them.
19b817bf5cSThierry Reding
20b817bf5cSThierry Reding	  This generic framework replaces the legacy PWM framework which
21b817bf5cSThierry Reding	  allows only a single driver implementing the required API. Not
22b817bf5cSThierry Reding	  all legacy implementations have been ported to the framework
23b817bf5cSThierry Reding	  yet. The framework provides an API that is backward compatible
24b817bf5cSThierry Reding	  with the legacy framework so that existing client drivers
25b817bf5cSThierry Reding	  continue to work as expected.
26b817bf5cSThierry Reding
27b817bf5cSThierry Reding	  If unsure, say no.
280c2498f1SSascha Hauer
290c2498f1SSascha Hauerif PWM
300c2498f1SSascha Hauer
3176abbddeSH Hartley Sweetenconfig PWM_SYSFS
3276abbddeSH Hartley Sweeten	bool
3376abbddeSH Hartley Sweeten	default y if SYSFS
3476abbddeSH Hartley Sweeten
356173f8f4SThierry Redingconfig PWM_AB8500
366173f8f4SThierry Reding	tristate "AB8500 PWM support"
376173f8f4SThierry Reding	depends on AB8500_CORE && ARCH_U8500
386173f8f4SThierry Reding	help
396173f8f4SThierry Reding	  Generic PWM framework driver for Analog Baseband AB8500.
406173f8f4SThierry Reding
416173f8f4SThierry Reding	  To compile this driver as a module, choose M here: the module
426173f8f4SThierry Reding	  will be called pwm-ab8500.
436173f8f4SThierry Reding
4432b16d46SBo Shenconfig PWM_ATMEL
4532b16d46SBo Shen	tristate "Atmel PWM support"
46a687a533SArnd Bergmann	depends on ARCH_AT91
4732b16d46SBo Shen	help
4832b16d46SBo Shen	  Generic PWM framework driver for Atmel SoC.
4932b16d46SBo Shen
5032b16d46SBo Shen	  To compile this driver as a module, choose M here: the module
5132b16d46SBo Shen	  will be called pwm-atmel.
5232b16d46SBo Shen
532b4984beSBoris Brezillonconfig PWM_ATMEL_HLCDC_PWM
542b4984beSBoris Brezillon	tristate "Atmel HLCDC PWM support"
552b4984beSBoris Brezillon	depends on MFD_ATMEL_HLCDC
56d2048c49SThierry Reding	depends on HAVE_CLK
572b4984beSBoris Brezillon	help
582b4984beSBoris Brezillon	  Generic PWM framework driver for the PWM output of the HLCDC
592b4984beSBoris Brezillon	  (Atmel High-end LCD Controller). This PWM output is mainly used
602b4984beSBoris Brezillon	  to control the LCD backlight.
612b4984beSBoris Brezillon
622b4984beSBoris Brezillon	  To compile this driver as a module, choose M here: the module
632b4984beSBoris Brezillon	  will be called pwm-atmel-hlcdc.
642b4984beSBoris Brezillon
659421badeSBoris BREZILLONconfig PWM_ATMEL_TCB
66b133d2a1SThierry Reding	tristate "Atmel TC Block PWM support"
679421badeSBoris BREZILLON	depends on ATMEL_TCLIB && OF
689421badeSBoris BREZILLON	help
699421badeSBoris BREZILLON	  Generic PWM framework driver for Atmel Timer Counter Block.
709421badeSBoris BREZILLON
719421badeSBoris BREZILLON	  A Timer Counter Block provides 6 PWM devices grouped by 2.
729421badeSBoris BREZILLON	  Devices in a given group must have the same period.
739421badeSBoris BREZILLON
749421badeSBoris BREZILLON	  To compile this driver as a module, choose M here: the module
759421badeSBoris BREZILLON	  will be called pwm-atmel-tcb.
769421badeSBoris BREZILLON
77daa5abc4SYendapally Reddy Dhananjaya Reddyconfig PWM_BCM_IPROC
78daa5abc4SYendapally Reddy Dhananjaya Reddy	tristate "iProc PWM support"
795bf22ff3SScott Branden	depends on ARCH_BCM_IPROC || COMPILE_TEST
805bf22ff3SScott Branden	depends on COMMON_CLK
815bf22ff3SScott Branden	default ARCH_BCM_IPROC
82daa5abc4SYendapally Reddy Dhananjaya Reddy	help
83daa5abc4SYendapally Reddy Dhananjaya Reddy	  Generic PWM framework driver for Broadcom iProc PWM block. This
84daa5abc4SYendapally Reddy Dhananjaya Reddy	  block is used in Broadcom iProc SoC's.
85daa5abc4SYendapally Reddy Dhananjaya Reddy
86daa5abc4SYendapally Reddy Dhananjaya Reddy	  To compile this driver as a module, choose M here: the module
87daa5abc4SYendapally Reddy Dhananjaya Reddy	  will be called pwm-bcm-iproc.
88daa5abc4SYendapally Reddy Dhananjaya Reddy
896a4e4bffSTim Krygerconfig PWM_BCM_KONA
906a4e4bffSTim Kryger	tristate "Kona PWM support"
916a4e4bffSTim Kryger	depends on ARCH_BCM_MOBILE
926a4e4bffSTim Kryger	help
936a4e4bffSTim Kryger	  Generic PWM framework driver for Broadcom Kona PWM block.
946a4e4bffSTim Kryger
956a4e4bffSTim Kryger	  To compile this driver as a module, choose M here: the module
966a4e4bffSTim Kryger	  will be called pwm-bcm-kona.
976a4e4bffSTim Kryger
98e5a06dc5SBart Tangheconfig PWM_BCM2835
99e5a06dc5SBart Tanghe	tristate "BCM2835 PWM support"
100e5a06dc5SBart Tanghe	depends on ARCH_BCM2835
101e5a06dc5SBart Tanghe	help
102e5a06dc5SBart Tanghe	  PWM framework driver for BCM2835 controller (Raspberry Pi)
103e5a06dc5SBart Tanghe
104e5a06dc5SBart Tanghe	  To compile this driver as a module, choose M here: the module
105e5a06dc5SBart Tanghe	  will be called pwm-bcm2835.
106e5a06dc5SBart Tanghe
10759d5c8b1SAntoine Ténartconfig PWM_BERLIN
10859d5c8b1SAntoine Ténart	tristate "Marvell Berlin PWM support"
10959d5c8b1SAntoine Ténart	depends on ARCH_BERLIN
11059d5c8b1SAntoine Ténart	help
11159d5c8b1SAntoine Ténart	  PWM framework driver for Marvell Berlin SoCs.
11259d5c8b1SAntoine Ténart
11359d5c8b1SAntoine Ténart	  To compile this driver as a module, choose M here: the module
11459d5c8b1SAntoine Ténart	  will be called pwm-berlin.
11559d5c8b1SAntoine Ténart
1163a9f5957SFlorian Fainelliconfig PWM_BRCMSTB
1173a9f5957SFlorian Fainelli	tristate "Broadcom STB PWM support"
1183a9f5957SFlorian Fainelli	depends on ARCH_BRCMSTB || BMIPS_GENERIC
1193a9f5957SFlorian Fainelli	help
1203a9f5957SFlorian Fainelli	  Generic PWM framework driver for the Broadcom Set-top-Box
1213a9f5957SFlorian Fainelli	  SoCs (BCM7xxx).
1223a9f5957SFlorian Fainelli
1233a9f5957SFlorian Fainelli	  To compile this driver as a module, choose M Here: the module
1243a9f5957SFlorian Fainelli	  will be called pwm-brcmstb.c.
1253a9f5957SFlorian Fainelli
1267eb3f6ffSAlexander Shiyanconfig PWM_CLPS711X
1277eb3f6ffSAlexander Shiyan	tristate "CLPS711X PWM support"
1287eb3f6ffSAlexander Shiyan	depends on ARCH_CLPS711X || COMPILE_TEST
129dec02f98SChen Gang	depends on HAS_IOMEM
1307eb3f6ffSAlexander Shiyan	help
1317eb3f6ffSAlexander Shiyan	  Generic PWM framework driver for Cirrus Logic CLPS711X.
1327eb3f6ffSAlexander Shiyan
1337eb3f6ffSAlexander Shiyan	  To compile this driver as a module, choose M here: the module
1347eb3f6ffSAlexander Shiyan	  will be called pwm-clps711x.
1357eb3f6ffSAlexander Shiyan
136a3f37a10SShobhit Kumarconfig PWM_CRC
137a3f37a10SShobhit Kumar	bool "Intel Crystalcove (CRC) PWM support"
138a3f37a10SShobhit Kumar	depends on X86 && INTEL_SOC_PMIC
139a3f37a10SShobhit Kumar	help
140a3f37a10SShobhit Kumar	  Generic PWM framework driver for Crystalcove (CRC) PMIC based PWM
141a3f37a10SShobhit Kumar	  control.
142a3f37a10SShobhit Kumar
1431f0d3bb0SBrian Norrisconfig PWM_CROS_EC
1441f0d3bb0SBrian Norris	tristate "ChromeOS EC PWM driver"
1451f0d3bb0SBrian Norris	depends on MFD_CROS_EC
1461f0d3bb0SBrian Norris	help
1471f0d3bb0SBrian Norris	  PWM driver for exposing a PWM attached to the ChromeOS Embedded
1481f0d3bb0SBrian Norris	  Controller.
1491f0d3bb0SBrian Norris
150a2308698SH Hartley Sweetenconfig PWM_EP93XX
151a2308698SH Hartley Sweeten	tristate "Cirrus Logic EP93xx PWM support"
152a2308698SH Hartley Sweeten	depends on ARCH_EP93XX
153a2308698SH Hartley Sweeten	help
154a2308698SH Hartley Sweeten	  Generic PWM framework driver for Cirrus Logic EP93xx.
155a2308698SH Hartley Sweeten
156a2308698SH Hartley Sweeten	  To compile this driver as a module, choose M here: the module
157a2308698SH Hartley Sweeten	  will be called pwm-ep93xx.
158a2308698SH Hartley Sweeten
159b505183bSXiubo Liconfig PWM_FSL_FTM
160b505183bSXiubo Li	tristate "Freescale FlexTimer Module (FTM) PWM support"
16136d5be4bSVegard Nossum	depends on HAS_IOMEM
162b505183bSXiubo Li	depends on OF
16300018a8aSFabio Estevam	select REGMAP_MMIO
164b505183bSXiubo Li	help
165b505183bSXiubo Li	  Generic FTM PWM framework driver for Freescale VF610 and
166b505183bSXiubo Li	  Layerscape LS-1 SoCs.
167b505183bSXiubo Li
168b505183bSXiubo Li	  To compile this driver as a module, choose M here: the module
169b505183bSXiubo Li	  will be called pwm-fsl-ftm.
170b505183bSXiubo Li
171d09f0081Syuanjianconfig PWM_HIBVT
172d09f0081Syuanjian	tristate "HiSilicon BVT PWM support"
173d09f0081Syuanjian	depends on ARCH_HISI || COMPILE_TEST
174d09f0081Syuanjian	help
175d09f0081Syuanjian	  Generic PWM framework driver for HiSilicon BVT SoCs.
176d09f0081Syuanjian
177d09f0081Syuanjian	  To compile this driver as a module, choose M here: the module
178d09f0081Syuanjian	  will be called pwm-hibvt.
179d09f0081Syuanjian
180277bb6a2SNaidu Tellapaticonfig PWM_IMG
181277bb6a2SNaidu Tellapati	tristate "Imagination Technologies PWM driver"
182277bb6a2SNaidu Tellapati	depends on HAS_IOMEM
183277bb6a2SNaidu Tellapati	depends on MFD_SYSCON
184277bb6a2SNaidu Tellapati	depends on COMMON_CLK
185277bb6a2SNaidu Tellapati	depends on MIPS || COMPILE_TEST
186277bb6a2SNaidu Tellapati	help
187277bb6a2SNaidu Tellapati	  Generic PWM framework driver for Imagination Technologies
188277bb6a2SNaidu Tellapati	  PWM block which supports 4 channels.
189277bb6a2SNaidu Tellapati
190277bb6a2SNaidu Tellapati	  To compile this driver as a module, choose M here: the module
191277bb6a2SNaidu Tellapati	  will be called pwm-img
192277bb6a2SNaidu Tellapati
19329693248SSascha Hauerconfig PWM_IMX
194b133d2a1SThierry Reding	tristate "i.MX PWM support"
19529693248SSascha Hauer	depends on ARCH_MXC
19629693248SSascha Hauer	help
19729693248SSascha Hauer	  Generic PWM framework driver for i.MX.
19829693248SSascha Hauer
19929693248SSascha Hauer	  To compile this driver as a module, choose M here: the module
20029693248SSascha Hauer	  will be called pwm-imx.
20129693248SSascha Hauer
202f6b8a570SThierry Redingconfig PWM_JZ4740
203b4190062SPaul Cercueil	tristate "Ingenic JZ47xx PWM support"
204b4190062SPaul Cercueil	depends on MACH_INGENIC
205f6b8a570SThierry Reding	help
206b4190062SPaul Cercueil	  Generic PWM framework driver for Ingenic JZ47xx based
207f6b8a570SThierry Reding	  machines.
208f6b8a570SThierry Reding
209f6b8a570SThierry Reding	  To compile this driver as a module, choose M here: the module
210f6b8a570SThierry Reding	  will be called pwm-jz4740.
211f6b8a570SThierry Reding
212af66b3c0SMilo Kimconfig PWM_LP3943
213af66b3c0SMilo Kim	tristate "TI/National Semiconductor LP3943 PWM support"
214af66b3c0SMilo Kim	depends on MFD_LP3943
215af66b3c0SMilo Kim	help
216af66b3c0SMilo Kim	  Generic PWM framework driver for LP3943 which supports two PWM
217af66b3c0SMilo Kim	  channels.
218af66b3c0SMilo Kim
219af66b3c0SMilo Kim	  To compile this driver as a module, choose M here: the module
220af66b3c0SMilo Kim	  will be called pwm-lp3943.
221af66b3c0SMilo Kim
222841e6f90SAriel D'Alessandroconfig PWM_LPC18XX_SCT
223841e6f90SAriel D'Alessandro	tristate "LPC18xx/43xx PWM/SCT support"
224841e6f90SAriel D'Alessandro	depends on ARCH_LPC18XX
225841e6f90SAriel D'Alessandro	help
226841e6f90SAriel D'Alessandro	  Generic PWM framework driver for NXP LPC18xx PWM/SCT which
227841e6f90SAriel D'Alessandro	  supports 16 channels.
228841e6f90SAriel D'Alessandro	  A maximum of 15 channels can be requested simultaneously and
229841e6f90SAriel D'Alessandro	  must have the same period.
230841e6f90SAriel D'Alessandro
231841e6f90SAriel D'Alessandro	  To compile this driver as a module, choose M here: the module
232841e6f90SAriel D'Alessandro	  will be called pwm-lpc18xx-sct.
233841e6f90SAriel D'Alessandro
2342132fa8dSAlexandre Pereira da Silvaconfig PWM_LPC32XX
2352132fa8dSAlexandre Pereira da Silva	tristate "LPC32XX PWM support"
2362132fa8dSAlexandre Pereira da Silva	depends on ARCH_LPC32XX
2372132fa8dSAlexandre Pereira da Silva	help
2382132fa8dSAlexandre Pereira da Silva	  Generic PWM framework driver for LPC32XX. The LPC32XX SOC has two
2392132fa8dSAlexandre Pereira da Silva	  PWM controllers.
2402132fa8dSAlexandre Pereira da Silva
2412132fa8dSAlexandre Pereira da Silva	  To compile this driver as a module, choose M here: the module
2422132fa8dSAlexandre Pereira da Silva	  will be called pwm-lpc32xx.
2432132fa8dSAlexandre Pereira da Silva
244d16a5aa9SMika Westerbergconfig PWM_LPSS
2456f90a00cSAndy Shevchenko	tristate
246d16a5aa9SMika Westerberg
247c558e39eSAndy Shevchenkoconfig PWM_LPSS_PCI
248c558e39eSAndy Shevchenko	tristate "Intel LPSS PWM PCI driver"
2496f90a00cSAndy Shevchenko	depends on X86 && PCI
2506f90a00cSAndy Shevchenko	select PWM_LPSS
251c558e39eSAndy Shevchenko	help
252c558e39eSAndy Shevchenko	  The PCI driver for Intel Low Power Subsystem PWM controller.
253c558e39eSAndy Shevchenko
254c558e39eSAndy Shevchenko	  To compile this driver as a module, choose M here: the module
255c558e39eSAndy Shevchenko	  will be called pwm-lpss-pci.
256c558e39eSAndy Shevchenko
257c558e39eSAndy Shevchenkoconfig PWM_LPSS_PLATFORM
258c558e39eSAndy Shevchenko	tristate "Intel LPSS PWM platform driver"
2596f90a00cSAndy Shevchenko	depends on X86 && ACPI
2606f90a00cSAndy Shevchenko	select PWM_LPSS
261c558e39eSAndy Shevchenko	help
262c558e39eSAndy Shevchenko	  The platform driver for Intel Low Power Subsystem PWM controller.
263c558e39eSAndy Shevchenko
264c558e39eSAndy Shevchenko	  To compile this driver as a module, choose M here: the module
265c558e39eSAndy Shevchenko	  will be called pwm-lpss-platform.
266c558e39eSAndy Shevchenko
267211ed630SNeil Armstrongconfig PWM_MESON
268211ed630SNeil Armstrong	tristate "Amlogic Meson PWM driver"
269211ed630SNeil Armstrong	depends on ARCH_MESON
270211ed630SNeil Armstrong	help
271211ed630SNeil Armstrong	  The platform driver for Amlogic Meson PWM controller.
272211ed630SNeil Armstrong
273211ed630SNeil Armstrong	  To compile this driver as a module, choose M here: the module
274211ed630SNeil Armstrong	  will be called pwm-meson.
275211ed630SNeil Armstrong
2767e3b7dc7SYH Huangconfig PWM_MTK_DISP
2777e3b7dc7SYH Huang	tristate "MediaTek display PWM driver"
2787e3b7dc7SYH Huang	depends on ARCH_MEDIATEK || COMPILE_TEST
2797e3b7dc7SYH Huang	depends on HAS_IOMEM
2807e3b7dc7SYH Huang	help
2817e3b7dc7SYH Huang	  Generic PWM framework driver for MediaTek disp-pwm device.
2827e3b7dc7SYH Huang	  The PWM is used to control the backlight brightness for display.
2837e3b7dc7SYH Huang
2847e3b7dc7SYH Huang	  To compile this driver as a module, choose M here: the module
2857e3b7dc7SYH Huang	  will be called pwm-mtk-disp.
2867e3b7dc7SYH Huang
287caf065f8SJohn Crispinconfig PWM_MEDIATEK
288caf065f8SJohn Crispin	tristate "MediaTek PWM support"
2898cdc43afSJohn Crispin	depends on ARCH_MEDIATEK || RALINK || COMPILE_TEST
290caf065f8SJohn Crispin	help
291caf065f8SJohn Crispin	  Generic PWM framework driver for Mediatek ARM SoC.
292caf065f8SJohn Crispin
293caf065f8SJohn Crispin	  To compile this driver as a module, choose M here: the module
294aa12d7a7SZhi Mao	  will be called pwm-mediatek.
295caf065f8SJohn Crispin
2964dce82c1SShawn Guoconfig PWM_MXS
2974dce82c1SShawn Guo	tristate "Freescale MXS PWM support"
2984dce82c1SShawn Guo	depends on ARCH_MXS && OF
29901bf32e9SShawn Guo	select STMP_DEVICE
3004dce82c1SShawn Guo	help
3014dce82c1SShawn Guo	  Generic PWM framework driver for Freescale MXS.
3024dce82c1SShawn Guo
3034dce82c1SShawn Guo	  To compile this driver as a module, choose M here: the module
3044dce82c1SShawn Guo	  will be called pwm-mxs.
3054dce82c1SShawn Guo
3066604c655SNeil Armstrongconfig PWM_OMAP_DMTIMER
3076604c655SNeil Armstrong	tristate "OMAP Dual-Mode Timer PWM support"
3086604c655SNeil Armstrong	depends on OF && ARCH_OMAP && OMAP_DM_TIMER
3096604c655SNeil Armstrong	help
3106604c655SNeil Armstrong	  Generic PWM framework driver for OMAP Dual-Mode Timer PWM output
3116604c655SNeil Armstrong
3126604c655SNeil Armstrong	  To compile this driver as a module, choose M here: the module
3136604c655SNeil Armstrong	  will be called pwm-omap-dmtimer
3146604c655SNeil Armstrong
31588b613e6SSteffen Trumtrarconfig PWM_PCA9685
31688b613e6SSteffen Trumtrar	tristate "NXP PCA9685 PWM driver"
317912b8439SAndy Shevchenko	depends on I2C
3182c80a492SAxel Lin	select REGMAP_I2C
31988b613e6SSteffen Trumtrar	help
32088b613e6SSteffen Trumtrar	  Generic PWM framework driver for NXP PCA9685 LED controller.
32188b613e6SSteffen Trumtrar
32288b613e6SSteffen Trumtrar	  To compile this driver as a module, choose M here: the module
32388b613e6SSteffen Trumtrar	  will be called pwm-pca9685.
32488b613e6SSteffen Trumtrar
32579c11b6fSThierry Redingconfig PWM_PUV3
32679c11b6fSThierry Reding	tristate "PKUnity NetBook-0916 PWM support"
32779c11b6fSThierry Reding	depends on ARCH_PUV3
32879c11b6fSThierry Reding	help
32979c11b6fSThierry Reding	  Generic PWM framework driver for PKUnity NetBook-0916.
33079c11b6fSThierry Reding
33179c11b6fSThierry Reding	  To compile this driver as a module, choose M here: the module
33279c11b6fSThierry Reding	  will be called pwm-puv3.
33379c11b6fSThierry Reding
33417b2b478SThierry Redingconfig PWM_PXA
33517b2b478SThierry Reding	tristate "PXA PWM support"
33617b2b478SThierry Reding	depends on ARCH_PXA
33717b2b478SThierry Reding	help
33817b2b478SThierry Reding	  Generic PWM framework driver for PXA.
33917b2b478SThierry Reding
34017b2b478SThierry Reding	  To compile this driver as a module, choose M here: the module
34117b2b478SThierry Reding	  will be called pwm-pxa.
34217b2b478SThierry Reding
343ed6c1476SYoshihiro Shimodaconfig PWM_RCAR
344ed6c1476SYoshihiro Shimoda	tristate "Renesas R-Car PWM support"
34548169988SRyo Kodama	depends on ARCH_RENESAS || COMPILE_TEST
346ed6c1476SYoshihiro Shimoda	depends on HAS_IOMEM
347ed6c1476SYoshihiro Shimoda	help
348ed6c1476SYoshihiro Shimoda	  This driver exposes the PWM Timer controller found in Renesas
349ed6c1476SYoshihiro Shimoda	  R-Car chips through the PWM API.
350ed6c1476SYoshihiro Shimoda
351ed6c1476SYoshihiro Shimoda	  To compile this driver as a module, choose M here: the module
352ed6c1476SYoshihiro Shimoda	  will be called pwm-rcar.
353ed6c1476SYoshihiro Shimoda
35499b82abbSLaurent Pinchartconfig PWM_RENESAS_TPU
35599b82abbSLaurent Pinchart	tristate "Renesas TPU PWM support"
35603d99531SSimon Horman	depends on ARCH_RENESAS || COMPILE_TEST
3572974b098SRichard Weinberger	depends on HAS_IOMEM
35899b82abbSLaurent Pinchart	help
35999b82abbSLaurent Pinchart	  This driver exposes the Timer Pulse Unit (TPU) PWM controller found
36099b82abbSLaurent Pinchart	  in Renesas chips through the PWM API.
36199b82abbSLaurent Pinchart
36299b82abbSLaurent Pinchart	  To compile this driver as a module, choose M here: the module
36399b82abbSLaurent Pinchart	  will be called pwm-renesas-tpu.
36499b82abbSLaurent Pinchart
365101353c8SBeniamino Galvaniconfig PWM_ROCKCHIP
366101353c8SBeniamino Galvani	tristate "Rockchip PWM support"
367101353c8SBeniamino Galvani	depends on ARCH_ROCKCHIP
368101353c8SBeniamino Galvani	help
369101353c8SBeniamino Galvani	  Generic PWM framework driver for the PWM controller found on
370101353c8SBeniamino Galvani	  Rockchip SoCs.
371101353c8SBeniamino Galvani
372215c29d3SSascha Hauerconfig PWM_SAMSUNG
373b133d2a1SThierry Reding	tristate "Samsung PWM support"
37406e4cb6bSAbhilash Kesavan	depends on PLAT_SAMSUNG || ARCH_EXYNOS
375215c29d3SSascha Hauer	help
376215c29d3SSascha Hauer	  Generic PWM framework driver for Samsung.
377215c29d3SSascha Hauer
378215c29d3SSascha Hauer	  To compile this driver as a module, choose M here: the module
379215c29d3SSascha Hauer	  will be called pwm-samsung.
380215c29d3SSascha Hauer
381ce20364bSShiraz Hashimconfig PWM_SPEAR
382ce20364bSShiraz Hashim	tristate "STMicroelectronics SPEAr PWM support"
383ce20364bSShiraz Hashim	depends on PLAT_SPEAR
384ce20364bSShiraz Hashim	depends on OF
385ce20364bSShiraz Hashim	help
386ce20364bSShiraz Hashim	  Generic PWM framework driver for the PWM controller on ST
387ce20364bSShiraz Hashim	  SPEAr SoCs.
388ce20364bSShiraz Hashim
389ce20364bSShiraz Hashim	  To compile this driver as a module, choose M here: the module
390ce20364bSShiraz Hashim	  will be called pwm-spear.
391ce20364bSShiraz Hashim
392378fe115SLee Jonesconfig PWM_STI
393378fe115SLee Jones	tristate "STiH4xx PWM support"
394378fe115SLee Jones	depends on ARCH_STI
395378fe115SLee Jones	depends on OF
396378fe115SLee Jones	help
397378fe115SLee Jones	  Generic PWM framework driver for STiH4xx SoCs.
398378fe115SLee Jones
399378fe115SLee Jones	  To compile this driver as a module, choose M here: the module
400378fe115SLee Jones	  will be called pwm-sti.
401378fe115SLee Jones
4027edf7369SBenjamin Gaignardconfig PWM_STM32
4037edf7369SBenjamin Gaignard	tristate "STMicroelectronics STM32 PWM"
404d968e504SArnd Bergmann	depends on MFD_STM32_TIMERS
4057edf7369SBenjamin Gaignard	help
4067edf7369SBenjamin Gaignard	  Generic PWM framework driver for STM32 SoCs.
4077edf7369SBenjamin Gaignard
4087edf7369SBenjamin Gaignard	  To compile this driver as a module, choose M here: the module
4097edf7369SBenjamin Gaignard	  will be called pwm-stm32.
4107edf7369SBenjamin Gaignard
411e70a540bSFabrice Gasnierconfig PWM_STM32_LP
412e70a540bSFabrice Gasnier	tristate "STMicroelectronics STM32 PWM LP"
413e70a540bSFabrice Gasnier	depends on MFD_STM32_LPTIMER || COMPILE_TEST
414e70a540bSFabrice Gasnier	help
415e70a540bSFabrice Gasnier	  Generic PWM framework driver for STMicroelectronics STM32 SoCs
416e70a540bSFabrice Gasnier	  with Low-Power Timer (LPTIM).
417e70a540bSFabrice Gasnier
418e70a540bSFabrice Gasnier	  To compile this driver as a module, choose M here: the module
419e70a540bSFabrice Gasnier	  will be called pwm-stm32-lp.
420e70a540bSFabrice Gasnier
421ef1f09ecSLinus Walleijconfig PWM_STMPE
422ef1f09ecSLinus Walleij	bool "STMPE expander PWM export"
423ef1f09ecSLinus Walleij	depends on MFD_STMPE
424ef1f09ecSLinus Walleij	help
425ef1f09ecSLinus Walleij	  This enables support for the PWMs found in the STMPE I/O
426ef1f09ecSLinus Walleij	  expanders.
427ef1f09ecSLinus Walleij
42809853ce7SAlexandre Belloniconfig PWM_SUN4I
42909853ce7SAlexandre Belloni	tristate "Allwinner PWM support"
43009853ce7SAlexandre Belloni	depends on ARCH_SUNXI || COMPILE_TEST
43109853ce7SAlexandre Belloni	depends on HAS_IOMEM && COMMON_CLK
43209853ce7SAlexandre Belloni	help
43309853ce7SAlexandre Belloni	  Generic PWM framework driver for Allwinner SoCs.
43409853ce7SAlexandre Belloni
43509853ce7SAlexandre Belloni	  To compile this driver as a module, choose M here: the module
43609853ce7SAlexandre Belloni	  will be called pwm-sun4i.
43709853ce7SAlexandre Belloni
4380134b932SThierry Redingconfig PWM_TEGRA
4390134b932SThierry Reding	tristate "NVIDIA Tegra PWM support"
4400134b932SThierry Reding	depends on ARCH_TEGRA
4410134b932SThierry Reding	help
4420134b932SThierry Reding	  Generic PWM framework driver for the PWFM controller found on NVIDIA
4430134b932SThierry Reding	  Tegra SoCs.
4440134b932SThierry Reding
4450134b932SThierry Reding	  To compile this driver as a module, choose M here: the module
4460134b932SThierry Reding	  will be called pwm-tegra.
4470134b932SThierry Reding
4488e0cb05bSPhilip, Avinashconfig  PWM_TIECAP
4498e0cb05bSPhilip, Avinash	tristate "ECAP PWM support"
450*6f37709fSVignesh R	depends on ARCH_OMAP2PLUS || ARCH_DAVINCI_DA8XX || ARCH_KEYSTONE || ARCH_K3
4518e0cb05bSPhilip, Avinash	help
452*6f37709fSVignesh R	  PWM driver support for the ECAP APWM controller found on TI SOCs
4538e0cb05bSPhilip, Avinash
4548e0cb05bSPhilip, Avinash	  To compile this driver as a module, choose M here: the module
4558e0cb05bSPhilip, Avinash	  will be called pwm-tiecap.
4568e0cb05bSPhilip, Avinash
45719891b20SPhilip, Avinashconfig  PWM_TIEHRPWM
45819891b20SPhilip, Avinash	tristate "EHRPWM PWM support"
45925ebc9ecSVignesh R	depends on ARCH_OMAP2PLUS || ARCH_DAVINCI_DA8XX
46019891b20SPhilip, Avinash	help
46119891b20SPhilip, Avinash	  PWM driver support for the EHRPWM controller found on AM33XX
46219891b20SPhilip, Avinash	  TI SOC
46319891b20SPhilip, Avinash
46419891b20SPhilip, Avinash	  To compile this driver as a module, choose M here: the module
46519891b20SPhilip, Avinash	  will be called pwm-tiehrpwm.
46619891b20SPhilip, Avinash
467af0ba001SPhilip, Avinashconfig  PWM_TIPWMSS
468af0ba001SPhilip, Avinash	bool
46925ebc9ecSVignesh R	default y if (ARCH_OMAP2PLUS) && (PWM_TIECAP || PWM_TIEHRPWM)
470af0ba001SPhilip, Avinash	help
471af0ba001SPhilip, Avinash	  PWM Subsystem driver support for AM33xx SOC.
472af0ba001SPhilip, Avinash
473af0ba001SPhilip, Avinash	  PWM submodules require PWM config space access from submodule
474af0ba001SPhilip, Avinash	  drivers and require common parent driver support.
475af0ba001SPhilip, Avinash
4763744c263SPeter Ujfalusiconfig PWM_TWL
4773744c263SPeter Ujfalusi	tristate "TWL4030/6030 PWM support"
4783744c263SPeter Ujfalusi	depends on TWL4030_CORE
4793744c263SPeter Ujfalusi	help
4803744c263SPeter Ujfalusi	  Generic PWM framework driver for TWL4030/6030.
4813744c263SPeter Ujfalusi
4823744c263SPeter Ujfalusi	  To compile this driver as a module, choose M here: the module
4833744c263SPeter Ujfalusi	  will be called pwm-twl.
4843744c263SPeter Ujfalusi
485aa765647SPeter Ujfalusiconfig PWM_TWL_LED
486aa765647SPeter Ujfalusi	tristate "TWL4030/6030 PWM support for LED drivers"
487aa765647SPeter Ujfalusi	depends on TWL4030_CORE
488aa765647SPeter Ujfalusi	help
489aa765647SPeter Ujfalusi	  Generic PWM framework driver for TWL4030/6030 LED terminals.
490aa765647SPeter Ujfalusi
491aa765647SPeter Ujfalusi	  To compile this driver as a module, choose M here: the module
492aa765647SPeter Ujfalusi	  will be called pwm-twl-led.
493aa765647SPeter Ujfalusi
494a245ccebSSascha Hauerconfig PWM_VT8500
495b133d2a1SThierry Reding	tristate "vt8500 PWM support"
496a245ccebSSascha Hauer	depends on ARCH_VT8500
497a245ccebSSascha Hauer	help
498a245ccebSSascha Hauer	  Generic PWM framework driver for vt8500.
499a245ccebSSascha Hauer
500a245ccebSSascha Hauer	  To compile this driver as a module, choose M here: the module
501a245ccebSSascha Hauer	  will be called pwm-vt8500.
502a245ccebSSascha Hauer
5034836193cSShawn Guoconfig PWM_ZX
5044836193cSShawn Guo	tristate "ZTE ZX PWM support"
5054836193cSShawn Guo	depends on ARCH_ZX
5064836193cSShawn Guo	help
5074836193cSShawn Guo	  Generic PWM framework driver for ZTE ZX family SoCs.
5084836193cSShawn Guo
5094836193cSShawn Guo	  To compile this driver as a module, choose M here: the module
5104836193cSShawn Guo	  will be called pwm-zx.
5114836193cSShawn Guo
5120c2498f1SSascha Hauerendif
513