Kconfig (00018a8ae5c552a2464e0df15437511ba4f56495) | Kconfig (c558e39e14c2372394f49e07fbe94e9708b615cb) |
---|---|
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 --- 136 unchanged lines hidden (view full) --- 145 Generic PWM framework driver for LPC32XX. The LPC32XX SOC has two 146 PWM controllers. 147 148 To compile this driver as a module, choose M here: the module 149 will be called pwm-lpc32xx. 150 151config PWM_LPSS 152 tristate "Intel LPSS PWM support" | 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 --- 136 unchanged lines hidden (view full) --- 145 Generic PWM framework driver for LPC32XX. The LPC32XX SOC has two 146 PWM controllers. 147 148 To compile this driver as a module, choose M here: the module 149 will be called pwm-lpc32xx. 150 151config PWM_LPSS 152 tristate "Intel LPSS PWM support" |
153 depends on ACPI | |
154 help 155 Generic PWM framework driver for Intel Low Power Subsystem PWM 156 controller. 157 158 To compile this driver as a module, choose M here: the module 159 will be called pwm-lpss. 160 | 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 |
160config PWM_LPSS_PCI 161 tristate "Intel LPSS PWM PCI driver" 162 depends on PWM_LPSS && PCI 163 help 164 The PCI driver for Intel Low Power Subsystem PWM controller. 165 166 To compile this driver as a module, choose M here: the module 167 will be called pwm-lpss-pci. 168 169config PWM_LPSS_PLATFORM 170 tristate "Intel LPSS PWM platform driver" 171 depends on PWM_LPSS && ACPI 172 help 173 The platform driver for Intel Low Power Subsystem PWM controller. 174 175 To compile this driver as a module, choose M here: the module 176 will be called pwm-lpss-platform. 177 |
|
161config PWM_MXS 162 tristate "Freescale MXS PWM support" 163 depends on ARCH_MXS && OF 164 select STMP_DEVICE 165 help 166 Generic PWM framework driver for Freescale MXS. 167 168 To compile this driver as a module, choose M here: the module --- 145 unchanged lines hidden --- | 178config PWM_MXS 179 tristate "Freescale MXS PWM support" 180 depends on ARCH_MXS && OF 181 select STMP_DEVICE 182 help 183 Generic PWM framework driver for Freescale MXS. 184 185 To compile this driver as a module, choose M here: the module --- 145 unchanged lines hidden --- |