[PATCH 1/7] arm64: defconfig: Enable PWM drivers for TI ECAP

Udit Kumar u-kumar1 at ti.com
Tue Jul 25 03:53:40 PDT 2023


From: Aradhya Bhatia <a-bhatia1 at ti.com>

TI's K3 SoCs uses the Enhanced high resolution PWM (EHRPWM) and
the Enhanced Capture (ECAP) modules for generating PWM signals,
which are used in various applications.

One such example is controlling the backlight power of the display
panels connected to the am642, am65 iot2050 EVMs boards.

This patch enables TI ECAP to be built as module.

Signed-off-by: Aradhya Bhatia <a-bhatia1 at ti.com>
Signed-off-by: Udit Kumar <u-kumar1 at ti.com>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 6cbf6eb59378..089e71f5bb7a 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -1356,6 +1356,7 @@ CONFIG_PWM_SAMSUNG=y
 CONFIG_PWM_SL28CPLD=m
 CONFIG_PWM_SUN4I=m
 CONFIG_PWM_TEGRA=m
+CONFIG_PWM_TIECAP=m
 CONFIG_PWM_TIEHRPWM=m
 CONFIG_PWM_VISCONTI=m
 CONFIG_SL28CPLD_INTC=y
-- 
2.34.1




More information about the linux-arm-kernel mailing list