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

From: Udit Kumar
Date: Tue Jul 25 2023 - 06:58:37 EST


From: Aradhya Bhatia <a-bhatia1@xxxxxx>

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@xxxxxx>
Signed-off-by: Udit Kumar <u-kumar1@xxxxxx>
---
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