Skip to content

Commit 958f030

Browse files
dougg3thierryreding
authored andcommitted
pwm: pxa: Enable for MMP platform
The PXA168, which is part of the MMP platform, also uses this driver. Signed-off-by: Doug Brown <[email protected]> Acked-by: Uwe Kleine-König <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Uwe Kleine-König <[email protected]> Signed-off-by: Thierry Reding <[email protected]>
1 parent 8ba2725 commit 958f030

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/pwm/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -434,7 +434,7 @@ config PWM_PCA9685
434434

435435
config PWM_PXA
436436
tristate "PXA PWM support"
437-
depends on ARCH_PXA || COMPILE_TEST
437+
depends on ARCH_PXA || ARCH_MMP || COMPILE_TEST
438438
depends on HAS_IOMEM
439439
help
440440
Generic PWM framework driver for PXA.

0 commit comments

Comments
 (0)