xref: /openbmc/linux/drivers/pwm/Kconfig (revision a4315e3c)
10c2498f1SSascha Hauermenuconfig PWM
20c2498f1SSascha Hauer	bool "PWM Support"
30c2498f1SSascha Hauer	help
40c2498f1SSascha Hauer	  This enables PWM support through the generic PWM framework.
50c2498f1SSascha Hauer	  You only need to enable this, if you also want to enable
60c2498f1SSascha Hauer	  one or more of the PWM drivers below.
70c2498f1SSascha Hauer
80c2498f1SSascha Hauer	  If unsure, say N.
90c2498f1SSascha Hauer
100c2498f1SSascha Hauerif PWM
110c2498f1SSascha Hauer
12*a4315e3cSThierry Redingconfig PWM_BFIN
13*a4315e3cSThierry Reding	tristate "Blackfin PWM support"
14*a4315e3cSThierry Reding	depends on BFIN_GPTIMERS
15*a4315e3cSThierry Reding	help
16*a4315e3cSThierry Reding	  Generic PWM framework driver for Blackfin.
17*a4315e3cSThierry Reding
18*a4315e3cSThierry Reding	  To compile this driver as a module, choose M here: the module
19*a4315e3cSThierry Reding	  will be called pwm-bfin.
20*a4315e3cSThierry Reding
210134b932SThierry Redingconfig PWM_TEGRA
220134b932SThierry Reding	tristate "NVIDIA Tegra PWM support"
230134b932SThierry Reding	depends on ARCH_TEGRA
240134b932SThierry Reding	help
250134b932SThierry Reding	  Generic PWM framework driver for the PWFM controller found on NVIDIA
260134b932SThierry Reding	  Tegra SoCs.
270134b932SThierry Reding
280134b932SThierry Reding	  To compile this driver as a module, choose M here: the module
290134b932SThierry Reding	  will be called pwm-tegra.
300134b932SThierry Reding
310c2498f1SSascha Hauerendif
32