diff options
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r-- | drivers/pwm/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index bda6f23af532..eb5404268135 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig | |||
@@ -9,6 +9,15 @@ menuconfig PWM | |||
9 | 9 | ||
10 | if PWM | 10 | if PWM |
11 | 11 | ||
12 | config PWM_BFIN | ||
13 | tristate "Blackfin PWM support" | ||
14 | depends on BFIN_GPTIMERS | ||
15 | help | ||
16 | Generic PWM framework driver for Blackfin. | ||
17 | |||
18 | To compile this driver as a module, choose M here: the module | ||
19 | will be called pwm-bfin. | ||
20 | |||
12 | config PWM_TEGRA | 21 | config PWM_TEGRA |
13 | tristate "NVIDIA Tegra PWM support" | 22 | tristate "NVIDIA Tegra PWM support" |
14 | depends on ARCH_TEGRA | 23 | depends on ARCH_TEGRA |