diff options
author | Tommaso Merciai <tommaso.merciai@amarulasolutions.com> | 2022-03-26 12:19:10 +0100 |
---|---|---|
committer | Stefano Babic <sbabic@denx.de> | 2022-04-12 17:33:55 +0200 |
commit | f399a8d38f0040fb1c1e2d8af01871206a6b647a (patch) | |
tree | b0fb320d58578a8269861220c51107f674c2613e /configs | |
parent | 3c9d1945e6afae7c7cb4e3f18db22ccb93741508 (diff) | |
download | u-boot-f399a8d38f0040fb1c1e2d8af01871206a6b647a.zip u-boot-f399a8d38f0040fb1c1e2d8af01871206a6b647a.tar.gz u-boot-f399a8d38f0040fb1c1e2d8af01871206a6b647a.tar.bz2 |
configs: imx8mm_evk: add pwm backlight support
Enable support for backlight/pwm-imx driver
Signed-off-by: Tommaso Merciai <tommaso.merciai@amarulasolutions.com>
Diffstat (limited to 'configs')
-rw-r--r-- | configs/imx8mm_evk_defconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/configs/imx8mm_evk_defconfig b/configs/imx8mm_evk_defconfig index 8126878..2853b57 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 |