From: Doug Brown Date: Fri, 2 Dec 2022 18:35:25 +0000 (+0100) Subject: pwm: pxa: Enable for MMP platform X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=958f03074980e8ae1b0c257a732fe467069ec267;p=linux.git pwm: pxa: Enable for MMP platform The PXA168, which is part of the MMP platform, also uses this driver. Signed-off-by: Doug Brown Acked-by: Uwe Kleine-König Link: https://lore.kernel.org/r/20221113233639.24244-7-doug@schmorgal.com Signed-off-by: Uwe Kleine-König Signed-off-by: Thierry Reding --- diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index cb623d0702f6d..dae023d783a22 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -434,7 +434,7 @@ config PWM_PCA9685 config PWM_PXA tristate "PXA PWM support" - depends on ARCH_PXA || COMPILE_TEST + depends on ARCH_PXA || ARCH_MMP || COMPILE_TEST depends on HAS_IOMEM help Generic PWM framework driver for PXA.