Kconfig (ee5db7e47faccd07a8a17f73afb30345f8331e61) Kconfig (dec02f98ae2e341a2e0bb25f27e84867e5f9f64a)
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

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

78 Generic PWM framework driver for Blackfin.
79
80 To compile this driver as a module, choose M here: the module
81 will be called pwm-bfin.
82
83config PWM_CLPS711X
84 tristate "CLPS711X PWM support"
85 depends on ARCH_CLPS711X || COMPILE_TEST
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

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

78 Generic PWM framework driver for Blackfin.
79
80 To compile this driver as a module, choose M here: the module
81 will be called pwm-bfin.
82
83config PWM_CLPS711X
84 tristate "CLPS711X PWM support"
85 depends on ARCH_CLPS711X || COMPILE_TEST
86 depends on HAS_IOMEM
86 help
87 Generic PWM framework driver for Cirrus Logic CLPS711X.
88
89 To compile this driver as a module, choose M here: the module
90 will be called pwm-clps711x.
91
92config PWM_EP93XX
93 tristate "Cirrus Logic EP93xx PWM support"
94 depends on ARCH_EP93XX
95 help
96 Generic PWM framework driver for Cirrus Logic EP93xx.
97
98 To compile this driver as a module, choose M here: the module
99 will be called pwm-ep93xx.
100
101config PWM_FSL_FTM
102 tristate "Freescale FlexTimer Module (FTM) PWM support"
103 depends on OF
87 help
88 Generic PWM framework driver for Cirrus Logic CLPS711X.
89
90 To compile this driver as a module, choose M here: the module
91 will be called pwm-clps711x.
92
93config PWM_EP93XX
94 tristate "Cirrus Logic EP93xx PWM support"
95 depends on ARCH_EP93XX
96 help
97 Generic PWM framework driver for Cirrus Logic EP93xx.
98
99 To compile this driver as a module, choose M here: the module
100 will be called pwm-ep93xx.
101
102config PWM_FSL_FTM
103 tristate "Freescale FlexTimer Module (FTM) PWM support"
104 depends on OF
105 select REGMAP_MMIO
104 help
105 Generic FTM PWM framework driver for Freescale VF610 and
106 Layerscape LS-1 SoCs.
107
108 To compile this driver as a module, choose M here: the module
109 will be called pwm-fsl-ftm.
110
111config PWM_IMX

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

144 Generic PWM framework driver for LPC32XX. The LPC32XX SOC has two
145 PWM controllers.
146
147 To compile this driver as a module, choose M here: the module
148 will be called pwm-lpc32xx.
149
150config PWM_LPSS
151 tristate "Intel LPSS PWM support"
106 help
107 Generic FTM PWM framework driver for Freescale VF610 and
108 Layerscape LS-1 SoCs.
109
110 To compile this driver as a module, choose M here: the module
111 will be called pwm-fsl-ftm.
112
113config PWM_IMX

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

146 Generic PWM framework driver for LPC32XX. The LPC32XX SOC has two
147 PWM controllers.
148
149 To compile this driver as a module, choose M here: the module
150 will be called pwm-lpc32xx.
151
152config PWM_LPSS
153 tristate "Intel LPSS PWM support"
152 depends on ACPI
154 depends on X86
153 help
154 Generic PWM framework driver for Intel Low Power Subsystem PWM
155 controller.
156
157 To compile this driver as a module, choose M here: the module
158 will be called pwm-lpss.
159
155 help
156 Generic PWM framework driver for Intel Low Power Subsystem PWM
157 controller.
158
159 To compile this driver as a module, choose M here: the module
160 will be called pwm-lpss.
161
162config PWM_LPSS_PCI
163 tristate "Intel LPSS PWM PCI driver"
164 depends on PWM_LPSS && PCI
165 help
166 The PCI driver for Intel Low Power Subsystem PWM controller.
167
168 To compile this driver as a module, choose M here: the module
169 will be called pwm-lpss-pci.
170
171config PWM_LPSS_PLATFORM
172 tristate "Intel LPSS PWM platform driver"
173 depends on PWM_LPSS && ACPI
174 help
175 The platform driver for Intel Low Power Subsystem PWM controller.
176
177 To compile this driver as a module, choose M here: the module
178 will be called pwm-lpss-platform.
179
160config PWM_MXS
161 tristate "Freescale MXS PWM support"
162 depends on ARCH_MXS && OF
163 select STMP_DEVICE
164 help
165 Generic PWM framework driver for Freescale MXS.
166
167 To compile this driver as a module, choose M here: the module

--- 145 unchanged lines hidden ---
180config PWM_MXS
181 tristate "Freescale MXS PWM support"
182 depends on ARCH_MXS && OF
183 select STMP_DEVICE
184 help
185 Generic PWM framework driver for Freescale MXS.
186
187 To compile this driver as a module, choose M here: the module

--- 145 unchanged lines hidden ---