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

Message ID 20230725105346.1981285-2-u-kumar1@ti.com
State New
Headers
Series arm64: defconfig: Enable various configs for TI platforms |

Commit Message

Kumar, Udit July 25, 2023, 10:53 a.m. UTC
  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(+)
  

Patch

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