Skip to content

Commit 6f37709

Browse files
r-vigneshthierryreding
authored andcommitted
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>
1 parent 3c413e7 commit 6f37709

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

drivers/pwm/Kconfig

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -447,10 +447,9 @@ config PWM_TEGRA
447447

448448
config PWM_TIECAP
449449
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
451451
help
452-
PWM driver support for the ECAP APWM controller found on AM33XX
453-
TI SOC
452+
PWM driver support for the ECAP APWM controller found on TI SOCs
454453

455454
To compile this driver as a module, choose M here: the module
456455
will be called pwm-tiecap.

0 commit comments

Comments
 (0)