Kconfig (009ef05f98129aa91c62c3baab859ba593a15bb2) Kconfig (9fc0486f948f00f90cba4da9e3b2b58ff00b2a53)
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig PWM
3 bool "Pulse-Width Modulation (PWM) Support"
4 help
5 Generic Pulse-Width Modulation (PWM) support.
6
7 In Pulse-Width Modulation, a variation of the width of pulses
8 in a rectangular pulse signal is used as a means to alter the

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

388 depends on HAS_IOMEM && OF
389 select STMP_DEVICE
390 help
391 Generic PWM framework driver for Freescale MXS.
392
393 To compile this driver as a module, choose M here: the module
394 will be called pwm-mxs.
395
1# SPDX-License-Identifier: GPL-2.0-only
2menuconfig PWM
3 bool "Pulse-Width Modulation (PWM) Support"
4 help
5 Generic Pulse-Width Modulation (PWM) support.
6
7 In Pulse-Width Modulation, a variation of the width of pulses
8 in a rectangular pulse signal is used as a means to alter the

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

388 depends on HAS_IOMEM && OF
389 select STMP_DEVICE
390 help
391 Generic PWM framework driver for Freescale MXS.
392
393 To compile this driver as a module, choose M here: the module
394 will be called pwm-mxs.
395
396config PWM_NTXEC
397 tristate "Netronix embedded controller PWM support"
398 depends on MFD_NTXEC
399 help
400 Say yes here if you want to support the PWM output of the embedded
401 controller found in certain e-book readers designed by the original
402 design manufacturer Netronix.
403
396config PWM_OMAP_DMTIMER
397 tristate "OMAP Dual-Mode Timer PWM support"
398 depends on OF
399 depends on OMAP_DM_TIMER || COMPILE_TEST
400 help
401 Generic PWM framework driver for OMAP Dual-Mode Timer PWM output
402
403 To compile this driver as a module, choose M here: the module

--- 211 unchanged lines hidden ---
404config PWM_OMAP_DMTIMER
405 tristate "OMAP Dual-Mode Timer PWM support"
406 depends on OF
407 depends on OMAP_DM_TIMER || COMPILE_TEST
408 help
409 Generic PWM framework driver for OMAP Dual-Mode Timer PWM output
410
411 To compile this driver as a module, choose M here: the module

--- 211 unchanged lines hidden ---