aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVignesh R <vigneshr@ti.com>2018-10-16 02:04:02 -0400
committerThierry Reding <thierry.reding@gmail.com>2018-10-16 07:14:52 -0400
commit6f37709fb0a61f09ca96348044c5bb13e333e518 (patch)
tree0c06e4b296a0ddd0a81e16919c53043383cc485f
parent3c413e7e39224d171ef697277cd4629b59103101 (diff)
pwm: Enable TI ECAP driver for ARCH_K3
K3 devices have the same ECAP IP as OMAP SoCs. Enable driver to be built for K3 devices. Also, drop reference to AM33xx in help text, as IP is found on multiple TI SoCs. Signed-off-by: Vignesh R <vigneshr@ti.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
-rw-r--r--drivers/pwm/Kconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 504d252716f2..27e5dd47a01f 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -447,10 +447,9 @@ config PWM_TEGRA
447 447
448config PWM_TIECAP 448config PWM_TIECAP
449 tristate "ECAP PWM support" 449 tristate "ECAP PWM support"
450 depends on ARCH_OMAP2PLUS || ARCH_DAVINCI_DA8XX || ARCH_KEYSTONE 450 depends on ARCH_OMAP2PLUS || ARCH_DAVINCI_DA8XX || ARCH_KEYSTONE || ARCH_K3
451 help 451 help
452 PWM driver support for the ECAP APWM controller found on AM33XX 452 PWM driver support for the ECAP APWM controller found on TI SOCs
453 TI SOC
454 453
455 To compile this driver as a module, choose M here: the module 454 To compile this driver as a module, choose M here: the module
456 will be called pwm-tiecap. 455 will be called pwm-tiecap.