aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Cercueil <paul@crapouillou.net>2018-01-06 11:58:43 -0500
committerThierry Reding <thierry.reding@gmail.com>2018-03-27 18:23:57 -0400
commitb419006275dbc05d73c5659b62c635b47a410a19 (patch)
tree7836296a0a1432bd94d4ee992d6a23a3430a8184
parentcc20173304e4f54c0ccabe0c0636b05c2410a4be (diff)
pwm: jz4740: Enable for all Ingenic SoCs
This driver works perfectly with all the versions of the SoCs from Ingenic that are supported upstream. This makes the driver usable on JZ4740, JZ4770 and JZ4780 SoCs. Signed-off-by: Paul Cercueil <paul@crapouillou.net> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
-rw-r--r--drivers/pwm/Kconfig6
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 763ee50ea57d..f4209302401c 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -209,10 +209,10 @@ config PWM_IMX
209 will be called pwm-imx. 209 will be called pwm-imx.
210 210
211config PWM_JZ4740 211config PWM_JZ4740
212 tristate "Ingenic JZ4740 PWM support" 212 tristate "Ingenic JZ47xx PWM support"
213 depends on MACH_JZ4740 213 depends on MACH_INGENIC
214 help 214 help
215 Generic PWM framework driver for Ingenic JZ4740 based 215 Generic PWM framework driver for Ingenic JZ47xx based
216 machines. 216 machines.
217 217
218 To compile this driver as a module, choose M here: the module 218 To compile this driver as a module, choose M here: the module