aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/pwm/Kconfig')
-rw-r--r--drivers/pwm/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 90c5c7357a50..99a738182bf5 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -29,6 +29,15 @@ menuconfig PWM
29 29
30if PWM 30if PWM
31 31
32config PWM_AB8500
33 tristate "AB8500 PWM support"
34 depends on AB8500_CORE && ARCH_U8500
35 help
36 Generic PWM framework driver for Analog Baseband AB8500.
37
38 To compile this driver as a module, choose M here: the module
39 will be called pwm-ab8500.
40
32config PWM_BFIN 41config PWM_BFIN
33 tristate "Blackfin PWM support" 42 tristate "Blackfin PWM support"
34 depends on BFIN_GPTIMERS 43 depends on BFIN_GPTIMERS