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

Udit Kumar posted 7 patches 2 years, 6 months ago
There is a newer version of this series
[PATCH 1/7] arm64: defconfig: Enable PWM drivers for TI ECAP
Posted by Udit Kumar 2 years, 6 months ago
From: Aradhya Bhatia <a-bhatia1@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@ti.com>
Signed-off-by: Udit Kumar <u-kumar1@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