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>
This commit is contained in:

committed by
Thierry Reding

parent
67673dce9a
commit
59d5c8b153
@@ -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
|
||||
|
Reference in New Issue
Block a user