Sascha Hauer | 0c2498f | 2011-01-28 09:40:40 +0100 | [diff] [blame] | 1 | menuconfig PWM |
| 2 | bool "PWM Support" |
| 3 | help |
| 4 | This enables PWM support through the generic PWM framework. |
| 5 | You only need to enable this, if you also want to enable |
| 6 | one or more of the PWM drivers below. |
| 7 | |
| 8 | If unsure, say N. |
| 9 | |
| 10 | if PWM |
| 11 | |
Thierry Reding | 0134b93 | 2011-12-21 07:47:07 +0100 | [diff] [blame^] | 12 | config PWM_TEGRA |
| 13 | tristate "NVIDIA Tegra PWM support" |
| 14 | depends on ARCH_TEGRA |
| 15 | help |
| 16 | Generic PWM framework driver for the PWFM controller found on NVIDIA |
| 17 | Tegra SoCs. |
| 18 | |
| 19 | To compile this driver as a module, choose M here: the module |
| 20 | will be called pwm-tegra. |
| 21 | |
Sascha Hauer | 0c2498f | 2011-01-28 09:40:40 +0100 | [diff] [blame] | 22 | endif |