diff options
author | Antoine Ténart <antoine.tenart@free-electrons.com> | 2015-10-02 16:59:47 +0200 |
---|---|---|
committer | Thierry Reding <thierry.reding@gmail.com> | 2015-10-06 09:40:44 +0200 |
commit | 59d5c8b1537da3bc6a18a4912727bc9287e6af91 (patch) | |
tree | 867c5446d0c60f5ddc5baab0454352154570321c /drivers/pwm/Kconfig | |
parent | 67673dce9a9c765f38ba103b11e948488342f230 (diff) | |
download | linux-59d5c8b1537da3bc6a18a4912727bc9287e6af91.tar.bz2 |
pwm: Add support for the Berlin PWM controller
Add a PWM controller driver for the Marvell Berlin SoCs. This PWM
controller has 4 channels.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Acked-by: Sebastian Hesselbarth <sebastian.hesselbarth@gmail.com>
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 062630ab7424..afe6573b0253 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -92,6 +92,15 @@ config PWM_BCM2835 To compile this driver as a module, choose M here: the module will be called pwm-bcm2835. +config PWM_BERLIN + tristate "Marvell Berlin PWM support" + depends on ARCH_BERLIN + help + PWM framework driver for Marvell Berlin SoCs. + + To compile this driver as a module, choose M here: the module + will be called pwm-berlin. + config PWM_BFIN tristate "Blackfin PWM support" depends on BFIN_GPTIMERS |