Kconfig (6d32c850621b0be75777b9102b14f6268bbd9f0f) Kconfig (d16a5aa9e821633a3095d7a88cd1d2cd108bf966)
1menuconfig PWM
2 bool "Pulse-Width Modulation (PWM) Support"
3 help
4 Generic Pulse-Width Modulation (PWM) support.
5
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

--- 57 unchanged lines hidden (view full) ---

66 tristate "Blackfin PWM support"
67 depends on BFIN_GPTIMERS
68 help
69 Generic PWM framework driver for Blackfin.
70
71 To compile this driver as a module, choose M here: the module
72 will be called pwm-bfin.
73
1menuconfig PWM
2 bool "Pulse-Width Modulation (PWM) Support"
3 help
4 Generic Pulse-Width Modulation (PWM) support.
5
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

--- 57 unchanged lines hidden (view full) ---

66 tristate "Blackfin PWM support"
67 depends on BFIN_GPTIMERS
68 help
69 Generic PWM framework driver for Blackfin.
70
71 To compile this driver as a module, choose M here: the module
72 will be called pwm-bfin.
73
74config PWM_CLPS711X
75 tristate "CLPS711X PWM support"
76 depends on ARCH_CLPS711X || COMPILE_TEST
77 help
78 Generic PWM framework driver for Cirrus Logic CLPS711X.
79
80 To compile this driver as a module, choose M here: the module
81 will be called pwm-clps711x.
82
74config PWM_EP93XX
75 tristate "Cirrus Logic EP93xx PWM support"
76 depends on ARCH_EP93XX
77 help
78 Generic PWM framework driver for Cirrus Logic EP93xx.
79
80 To compile this driver as a module, choose M here: the module
81 will be called pwm-ep93xx.
82
83config PWM_EP93XX
84 tristate "Cirrus Logic EP93xx PWM support"
85 depends on ARCH_EP93XX
86 help
87 Generic PWM framework driver for Cirrus Logic EP93xx.
88
89 To compile this driver as a module, choose M here: the module
90 will be called pwm-ep93xx.
91
92config PWM_FSL_FTM
93 tristate "Freescale FlexTimer Module (FTM) PWM support"
94 depends on OF
95 help
96 Generic FTM PWM framework driver for Freescale VF610 and
97 Layerscape LS-1 SoCs.
98
99 To compile this driver as a module, choose M here: the module
100 will be called pwm-fsl-ftm.
101
83config PWM_IMX
84 tristate "i.MX PWM support"
85 depends on ARCH_MXC
86 help
87 Generic PWM framework driver for i.MX.
88
89 To compile this driver as a module, choose M here: the module
90 will be called pwm-imx.

--- 23 unchanged lines hidden (view full) ---

114 depends on ARCH_LPC32XX
115 help
116 Generic PWM framework driver for LPC32XX. The LPC32XX SOC has two
117 PWM controllers.
118
119 To compile this driver as a module, choose M here: the module
120 will be called pwm-lpc32xx.
121
102config PWM_IMX
103 tristate "i.MX PWM support"
104 depends on ARCH_MXC
105 help
106 Generic PWM framework driver for i.MX.
107
108 To compile this driver as a module, choose M here: the module
109 will be called pwm-imx.

--- 23 unchanged lines hidden (view full) ---

133 depends on ARCH_LPC32XX
134 help
135 Generic PWM framework driver for LPC32XX. The LPC32XX SOC has two
136 PWM controllers.
137
138 To compile this driver as a module, choose M here: the module
139 will be called pwm-lpc32xx.
140
141config PWM_LPSS
142 tristate "Intel LPSS PWM support"
143 depends on ACPI
144 help
145 Generic PWM framework driver for Intel Low Power Subsystem PWM
146 controller.
147
148 To compile this driver as a module, choose M here: the module
149 will be called pwm-lpss.
150
122config PWM_MXS
123 tristate "Freescale MXS PWM support"
124 depends on ARCH_MXS && OF
125 select STMP_DEVICE
126 help
127 Generic PWM framework driver for Freescale MXS.
128
129 To compile this driver as a module, choose M here: the module

--- 25 unchanged lines hidden (view full) ---

155 Generic PWM framework driver for PXA.
156
157 To compile this driver as a module, choose M here: the module
158 will be called pwm-pxa.
159
160config PWM_RENESAS_TPU
161 tristate "Renesas TPU PWM support"
162 depends on ARCH_SHMOBILE || COMPILE_TEST
151config PWM_MXS
152 tristate "Freescale MXS PWM support"
153 depends on ARCH_MXS && OF
154 select STMP_DEVICE
155 help
156 Generic PWM framework driver for Freescale MXS.
157
158 To compile this driver as a module, choose M here: the module

--- 25 unchanged lines hidden (view full) ---

184 Generic PWM framework driver for PXA.
185
186 To compile this driver as a module, choose M here: the module
187 will be called pwm-pxa.
188
189config PWM_RENESAS_TPU
190 tristate "Renesas TPU PWM support"
191 depends on ARCH_SHMOBILE || COMPILE_TEST
192 depends on HAS_IOMEM
163 help
164 This driver exposes the Timer Pulse Unit (TPU) PWM controller found
165 in Renesas chips through the PWM API.
166
167 To compile this driver as a module, choose M here: the module
168 will be called pwm-renesas-tpu.
169
170config PWM_SAMSUNG

--- 86 unchanged lines hidden ---
193 help
194 This driver exposes the Timer Pulse Unit (TPU) PWM controller found
195 in Renesas chips through the PWM API.
196
197 To compile this driver as a module, choose M here: the module
198 will be called pwm-renesas-tpu.
199
200config PWM_SAMSUNG

--- 86 unchanged lines hidden ---