All of lore.kernel.org
 help / color / mirror / Atom feed
From: Doug Brown <doug@schmorgal.com>
To: "Thierry Reding" <thierry.reding@gmail.com>,
	"Uwe Kleine-König" <u.kleine-koenig@pengutronix.de>
Cc: linux-pwm@vger.kernel.org, Doug Brown <doug@schmorgal.com>
Subject: [PATCH v3 6/6] pwm: pxa: Enable for MMP platform
Date: Sun, 13 Nov 2022 15:36:39 -0800	[thread overview]
Message-ID: <20221113233639.24244-7-doug@schmorgal.com> (raw)
In-Reply-To: <20221113233639.24244-1-doug@schmorgal.com>

The PXA168, which is part of the MMP platform, also uses this driver.

Signed-off-by: Doug Brown <doug@schmorgal.com>
Acked-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
---
 drivers/pwm/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 60d13a949bc5..d0d4caebf12f 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.
-- 
2.34.1


      parent reply	other threads:[~2022-11-13 23:37 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-13 23:36 [PATCH v3 0/6] pwm: pxa: Fixes for enable/disable transitions Doug Brown
2022-11-13 23:36 ` [PATCH v3 1/6] pwm: pxa: Remove pxa_pwm_enable/disable Doug Brown
2022-11-13 23:36 ` [PATCH v3 2/6] pwm: pxa: Set duty cycle to 0 when disabling PWM Doug Brown
2022-11-28  8:10   ` Uwe Kleine-König
2022-11-13 23:36 ` [PATCH v3 3/6] pwm: pxa: Remove clk enable/disable from pxa_pwm_config Doug Brown
2022-11-13 23:36 ` [PATCH v3 4/6] pwm: pxa: Use abrupt shutdown mode Doug Brown
2022-11-28  8:12   ` Uwe Kleine-König
2022-11-13 23:36 ` [PATCH v3 5/6] pwm: pxa: Add reference manual link and limitations Doug Brown
2022-11-28  8:13   ` Uwe Kleine-König
2022-11-13 23:36 ` Doug Brown [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20221113233639.24244-7-doug@schmorgal.com \
    --to=doug@schmorgal.com \
    --cc=linux-pwm@vger.kernel.org \
    --cc=thierry.reding@gmail.com \
    --cc=u.kleine-koenig@pengutronix.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.