From: Theodore Oviguian <[email protected]>
Signed-off-by: Theodore Oviguian <[email protected]> Cc: Tom Rini <[email protected]> Cc: Lukasz Majewski <[email protected]> --- drivers/pwm/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/pwm/Kconfig b/drivers/pwm/Kconfig index a69fe37caff..c406274387c 100644 --- a/drivers/pwm/Kconfig +++ b/drivers/pwm/Kconfig @@ -122,7 +122,7 @@ config PWM_SUNXI config PWM_TI_EHRPWM bool "Enable support for EHRPWM PWM" - depends on ARCH_OMAP2PLUS + depends on ARCH_OMAP2PLUS || ARCH_K3 default y help PWM driver support for the EHRPWM controller found on TI SOCs. -- 2.43.0

