aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/pwm
diff options
context:
space:
mode:
authorVignesh Raghavendra <vigneshr@ti.com>2019-03-12 14:46:29 +0530
committerThierry Reding <thierry.reding@gmail.com>2019-03-20 12:33:51 +0100
commitefc80fb3746609aa6beed8bc33751f29ee18fed7 (patch)
tree42e64dfdd82a11876e13b6d0e35a7703c21d9f60 /drivers/pwm
parentdt-bindings: pwm: tiehrpwm: Add TI AM654 SoC specific compatible (diff)
downloadlinux-dev-efc80fb3746609aa6beed8bc33751f29ee18fed7.tar.xz
linux-dev-efc80fb3746609aa6beed8bc33751f29ee18fed7.zip
pwm: tiehrpwm: Enable compilation for ARCH_K3
K3 devices have the same EHRPWM IP as OMAP SoCs. Enable the 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 Raghavendra <vigneshr@ti.com> Signed-off-by: Thierry Reding <thierry.reding@gmail.com>
Diffstat (limited to 'drivers/pwm')
-rw-r--r--drivers/pwm/Kconfig5
1 files changed, 2 insertions, 3 deletions
diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig
index 54f8238aac0d..c054bd1dba36 100644
--- a/drivers/pwm/Kconfig
+++ b/drivers/pwm/Kconfig
@@ -467,10 +467,9 @@ config PWM_TIECAP
config PWM_TIEHRPWM
tristate "EHRPWM PWM support"
- depends on ARCH_OMAP2PLUS || ARCH_DAVINCI_DA8XX
+ depends on ARCH_OMAP2PLUS || ARCH_DAVINCI_DA8XX || ARCH_K3
help
- PWM driver support for the EHRPWM controller found on AM33XX
- TI SOC
+ PWM driver support for the EHRPWM controller found on TI SOCs
To compile this driver as a module, choose M here: the module
will be called pwm-tiehrpwm.