OSDN Git Service

pwm: Enable TI ECAP driver for ARCH_K3
authorVignesh R <vigneshr@ti.com>
Tue, 16 Oct 2018 06:04:02 +0000 (11:34 +0530)
committerThierry Reding <thierry.reding@gmail.com>
Tue, 16 Oct 2018 11:14:52 +0000 (13:14 +0200)
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>
drivers/pwm/Kconfig

index 504d252..27e5dd4 100644 (file)
@@ -447,10 +447,9 @@ config PWM_TEGRA
 
 config  PWM_TIECAP
        tristate "ECAP PWM support"
-       depends on ARCH_OMAP2PLUS || ARCH_DAVINCI_DA8XX || ARCH_KEYSTONE
+       depends on ARCH_OMAP2PLUS || ARCH_DAVINCI_DA8XX || ARCH_KEYSTONE || ARCH_K3
        help
-         PWM driver support for the ECAP APWM controller found on AM33XX
-         TI SOC
+         PWM driver support for the ECAP APWM controller found on TI SOCs
 
          To compile this driver as a module, choose M here: the module
          will be called pwm-tiecap.