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*0134b932SThierry Redingconfig PWM_TEGRA 13*0134b932SThierry Reding tristate "NVIDIA Tegra PWM support" 14*0134b932SThierry Reding depends on ARCH_TEGRA 15*0134b932SThierry Reding help 16*0134b932SThierry Reding Generic PWM framework driver for the PWFM controller found on NVIDIA 17*0134b932SThierry Reding Tegra SoCs. 18*0134b932SThierry Reding 19*0134b932SThierry Reding To compile this driver as a module, choose M here: the module 20*0134b932SThierry Reding will be called pwm-tegra. 21*0134b932SThierry Reding 220c2498f1SSascha Hauerendif 23