2 bool "Pulse-Width Modulation (PWM) Support"
4 Generic Pulse-Width Modulation (PWM) support.
6 In Pulse-Width Modulation, a variation of the width of pulses
7 in a rectangular pulse signal is used as a means to alter the
8 average power of the signal. Applications include efficient
9 power delivery and voltage regulation. In computer systems,
10 PWMs are commonly used to control fans or the brightness of
13 This framework provides a generic interface to PWM devices
14 within the Linux kernel. On the driver side it provides an API
15 to register and unregister a PWM chip, an abstraction of a PWM
16 controller, that supports one or more PWM devices. Client
17 drivers can request PWM devices and use the generic framework
18 to configure as well as enable and disable them.
20 This generic framework replaces the legacy PWM framework which
21 allows only a single driver implementing the required API. Not
22 all legacy implementations have been ported to the framework
23 yet. The framework provides an API that is backward compatible
24 with the legacy framework so that existing client drivers
25 continue to work as expected.
36 tristate "AB8500 PWM support"
37 depends on AB8500_CORE && ARCH_U8500
39 Generic PWM framework driver for Analog Baseband AB8500.
41 To compile this driver as a module, choose M here: the module
42 will be called pwm-ab8500.
45 tristate "Atmel PWM support"
48 Generic PWM framework driver for Atmel SoC.
50 To compile this driver as a module, choose M here: the module
51 will be called pwm-atmel.
54 tristate "Atmel TC Block PWM support"
55 depends on ATMEL_TCLIB && OF
57 Generic PWM framework driver for Atmel Timer Counter Block.
59 A Timer Counter Block provides 6 PWM devices grouped by 2.
60 Devices in a given group must have the same period.
62 To compile this driver as a module, choose M here: the module
63 will be called pwm-atmel-tcb.
66 tristate "Blackfin PWM support"
67 depends on BFIN_GPTIMERS
69 Generic PWM framework driver for Blackfin.
71 To compile this driver as a module, choose M here: the module
72 will be called pwm-bfin.
75 tristate "Cirrus Logic EP93xx PWM support"
76 depends on ARCH_EP93XX
78 Generic PWM framework driver for Cirrus Logic EP93xx.
80 To compile this driver as a module, choose M here: the module
81 will be called pwm-ep93xx.
84 tristate "i.MX PWM support"
87 Generic PWM framework driver for i.MX.
89 To compile this driver as a module, choose M here: the module
90 will be called pwm-imx.
93 tristate "Ingenic JZ4740 PWM support"
94 depends on MACH_JZ4740
96 Generic PWM framework driver for Ingenic JZ4740 based
99 To compile this driver as a module, choose M here: the module
100 will be called pwm-jz4740.
103 tristate "TI/National Semiconductor LP3943 PWM support"
104 depends on MFD_LP3943
106 Generic PWM framework driver for LP3943 which supports two PWM
109 To compile this driver as a module, choose M here: the module
110 will be called pwm-lp3943.
113 tristate "LPC32XX PWM support"
114 depends on ARCH_LPC32XX
116 Generic PWM framework driver for LPC32XX. The LPC32XX SOC has two
119 To compile this driver as a module, choose M here: the module
120 will be called pwm-lpc32xx.
123 tristate "Freescale MXS PWM support"
124 depends on ARCH_MXS && OF
127 Generic PWM framework driver for Freescale MXS.
129 To compile this driver as a module, choose M here: the module
130 will be called pwm-mxs.
133 tristate "NXP PCA9685 PWM driver"
137 Generic PWM framework driver for NXP PCA9685 LED controller.
139 To compile this driver as a module, choose M here: the module
140 will be called pwm-pca9685.
143 tristate "PKUnity NetBook-0916 PWM support"
146 Generic PWM framework driver for PKUnity NetBook-0916.
148 To compile this driver as a module, choose M here: the module
149 will be called pwm-puv3.
152 tristate "PXA PWM support"
155 Generic PWM framework driver for PXA.
157 To compile this driver as a module, choose M here: the module
158 will be called pwm-pxa.
160 config PWM_RENESAS_TPU
161 tristate "Renesas TPU PWM support"
162 depends on ARCH_SHMOBILE || COMPILE_TEST
164 This driver exposes the Timer Pulse Unit (TPU) PWM controller found
165 in Renesas chips through the PWM API.
167 To compile this driver as a module, choose M here: the module
168 will be called pwm-renesas-tpu.
171 tristate "Samsung PWM support"
172 depends on PLAT_SAMSUNG
174 Generic PWM framework driver for Samsung.
176 To compile this driver as a module, choose M here: the module
177 will be called pwm-samsung.
180 tristate "STMicroelectronics SPEAr PWM support"
181 depends on PLAT_SPEAR
184 Generic PWM framework driver for the PWM controller on ST
187 To compile this driver as a module, choose M here: the module
188 will be called pwm-spear.
191 tristate "NVIDIA Tegra PWM support"
192 depends on ARCH_TEGRA
194 Generic PWM framework driver for the PWFM controller found on NVIDIA
197 To compile this driver as a module, choose M here: the module
198 will be called pwm-tegra.
201 tristate "ECAP PWM support"
202 depends on SOC_AM33XX || ARCH_DAVINCI_DA8XX
204 PWM driver support for the ECAP APWM controller found on AM33XX
207 To compile this driver as a module, choose M here: the module
208 will be called pwm-tiecap.
211 tristate "EHRPWM PWM support"
212 depends on SOC_AM33XX || ARCH_DAVINCI_DA8XX
214 PWM driver support for the EHRPWM controller found on AM33XX
217 To compile this driver as a module, choose M here: the module
218 will be called pwm-tiehrpwm.
222 default y if SOC_AM33XX && (PWM_TIECAP || PWM_TIEHRPWM)
224 PWM Subsystem driver support for AM33xx SOC.
226 PWM submodules require PWM config space access from submodule
227 drivers and require common parent driver support.
230 tristate "TWL4030/6030 PWM support"
231 depends on TWL4030_CORE
233 Generic PWM framework driver for TWL4030/6030.
235 To compile this driver as a module, choose M here: the module
236 will be called pwm-twl.
239 tristate "TWL4030/6030 PWM support for LED drivers"
240 depends on TWL4030_CORE
242 Generic PWM framework driver for TWL4030/6030 LED terminals.
244 To compile this driver as a module, choose M here: the module
245 will be called pwm-twl-led.
248 tristate "vt8500 PWM support"
249 depends on ARCH_VT8500
251 Generic PWM framework driver for vt8500.
253 To compile this driver as a module, choose M here: the module
254 will be called pwm-vt8500.