diff options
author | Bart Tanghe <bart.tanghe@thomasmore.be> | 2014-10-08 12:14:32 +0200 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2014-11-17 12:20:13 +0100 |
commit | e5a06dc5ac1f686d11b11488a88a63ab12e079cb (patch) | |
tree | 3a6c350a173bb47522c1ea15b553951392d04dea /drivers/pwm/Kconfig | |
parent | cac7f2429872d3733dc3f9915857b1691da2eb2f (diff) | |
download | linux-e5a06dc5ac1f686d11b11488a88a63ab12e079cb.tar.bz2 |
pwm: Add BCM2835 PWM driver
Add PWM driver for Broadcom BCM2835 processor (Raspberry Pi)
Signed-off-by: Bart Tanghe <bart.tanghe@thomasmore.be>
Acked-by: Stephen Warren <swarren@wwwdotorg.org>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
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 ef2dd2e4754b..ddabe3983549 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -71,6 +71,15 @@ config PWM_BCM_KONA To compile this driver as a module, choose M here: the module will be called pwm-bcm-kona. +config PWM_BCM2835 + tristate "BCM2835 PWM support" + depends on ARCH_BCM2835 + help + PWM framework driver for BCM2835 controller (Raspberry Pi) + + To compile this driver as a module, choose M here: the module + will be called pwm-bcm2835. + config PWM_BFIN tristate "Blackfin PWM support" depends on BFIN_GPTIMERS |