Skip to content

Commit

Permalink
pwm: Enable Kona PWM to be built for the Cygnus architecture
Browse files Browse the repository at this point in the history
The Cygnus architecture uses a Kona PWM. This is already present in the
device tree but can't be built actually. Hence, allow the Kona PWM to
be built for the Cygnus architecture.

Signed-off-by: Clément Péron <peron.clem@gmail.com>
Reviewed-by: Florian Fainelli <f.fainelli@gmail.com>
Reviewed-by: Scott Branden <scott.branden@broadcom.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
  • Loading branch information
Clément Péron authored and Thierry Reding committed Dec 24, 2018
1 parent a36b260 commit 88a053d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion drivers/pwm/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,9 @@ config PWM_BCM_IPROC

config PWM_BCM_KONA
tristate "Kona PWM support"
depends on ARCH_BCM_MOBILE
depends on ARCH_BCM_MOBILE || ARCH_BCM_CYGNUS || COMPILE_TEST
depends on HAVE_CLK && HAS_IOMEM
default ARCH_BCM_MOBILE || ARCH_BCM_CYGNUS
help
Generic PWM framework driver for Broadcom Kona PWM block.

Expand Down

0 comments on commit 88a053d

Please sign in to comment.