From: Tommaso Merciai Date: Sat, 26 Mar 2022 11:19:10 +0000 (+0100) Subject: configs: imx8mm_evk: add pwm backlight support X-Git-Url: http://git.dujemihanovic.xyz/html/index.html?a=commitdiff_plain;h=f399a8d38f0040fb1c1e2d8af01871206a6b647a;p=u-boot.git configs: imx8mm_evk: add pwm backlight support Enable support for backlight/pwm-imx driver Signed-off-by: Tommaso Merciai --- diff --git a/configs/imx8mm_evk_defconfig b/configs/imx8mm_evk_defconfig index 81268788fa..2853b57815 100644 --- a/configs/imx8mm_evk_defconfig +++ b/configs/imx8mm_evk_defconfig @@ -85,3 +85,7 @@ CONFIG_SYSRESET_PSCI=y CONFIG_SYSRESET_WATCHDOG=y CONFIG_DM_THERMAL=y CONFIG_IMX_WATCHDOG=y +CONFIG_BACKLIGHT=y +CONFIG_BACKLIGHT_PWM=y +CONFIG_DM_PWM=y +CONFIG_PWM_IMX=y \ No newline at end of file