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 12a4315e3cSThierry Redingconfig PWM_BFIN 13a4315e3cSThierry Reding tristate "Blackfin PWM support" 14a4315e3cSThierry Reding depends on BFIN_GPTIMERS 15a4315e3cSThierry Reding help 16a4315e3cSThierry Reding Generic PWM framework driver for Blackfin. 17a4315e3cSThierry Reding 18a4315e3cSThierry Reding To compile this driver as a module, choose M here: the module 19a4315e3cSThierry Reding will be called pwm-bfin. 20a4315e3cSThierry Reding 21*17b2b478SThierry Redingconfig PWM_PXA 22*17b2b478SThierry Reding tristate "PXA PWM support" 23*17b2b478SThierry Reding depends on ARCH_PXA 24*17b2b478SThierry Reding help 25*17b2b478SThierry Reding Generic PWM framework driver for PXA. 26*17b2b478SThierry Reding 27*17b2b478SThierry Reding To compile this driver as a module, choose M here: the module 28*17b2b478SThierry Reding will be called pwm-pxa. 29*17b2b478SThierry Reding 300134b932SThierry Redingconfig PWM_TEGRA 310134b932SThierry Reding tristate "NVIDIA Tegra PWM support" 320134b932SThierry Reding depends on ARCH_TEGRA 330134b932SThierry Reding help 340134b932SThierry Reding Generic PWM framework driver for the PWFM controller found on NVIDIA 350134b932SThierry Reding Tegra SoCs. 360134b932SThierry Reding 370134b932SThierry Reding To compile this driver as a module, choose M here: the module 380134b932SThierry Reding will be called pwm-tegra. 390134b932SThierry Reding 400c2498f1SSascha Hauerendif 41