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 2129693248SSascha Hauerconfig PWM_IMX 2229693248SSascha Hauer tristate "i.MX pwm support" 2329693248SSascha Hauer depends on ARCH_MXC 2429693248SSascha Hauer help 2529693248SSascha Hauer Generic PWM framework driver for i.MX. 2629693248SSascha Hauer 2729693248SSascha Hauer To compile this driver as a module, choose M here: the module 2829693248SSascha Hauer will be called pwm-imx. 2929693248SSascha Hauer 3017b2b478SThierry Redingconfig PWM_PXA 3117b2b478SThierry Reding tristate "PXA PWM support" 3217b2b478SThierry Reding depends on ARCH_PXA 3317b2b478SThierry Reding help 3417b2b478SThierry Reding Generic PWM framework driver for PXA. 3517b2b478SThierry Reding 3617b2b478SThierry Reding To compile this driver as a module, choose M here: the module 3717b2b478SThierry Reding will be called pwm-pxa. 3817b2b478SThierry Reding 39*215c29d3SSascha Hauerconfig PWM_SAMSUNG 40*215c29d3SSascha Hauer tristate "Samsung pwm support" 41*215c29d3SSascha Hauer depends on PLAT_SAMSUNG 42*215c29d3SSascha Hauer help 43*215c29d3SSascha Hauer Generic PWM framework driver for Samsung. 44*215c29d3SSascha Hauer 45*215c29d3SSascha Hauer To compile this driver as a module, choose M here: the module 46*215c29d3SSascha Hauer will be called pwm-samsung. 47*215c29d3SSascha Hauer 480134b932SThierry Redingconfig PWM_TEGRA 490134b932SThierry Reding tristate "NVIDIA Tegra PWM support" 500134b932SThierry Reding depends on ARCH_TEGRA 510134b932SThierry Reding help 520134b932SThierry Reding Generic PWM framework driver for the PWFM controller found on NVIDIA 530134b932SThierry Reding Tegra SoCs. 540134b932SThierry Reding 550134b932SThierry Reding To compile this driver as a module, choose M here: the module 560134b932SThierry Reding will be called pwm-tegra. 570134b932SThierry Reding 580c2498f1SSascha Hauerendif 59