Skip to content

Commit 2b0a5a8

Browse files
Fabio EstevamShawn Guo
authored andcommitted
ARM: imx_v6_v7_defconfig: Restore CONFIG_BACKLIGHT_CLASS_DEVICE
Since commit bfac19e ("fbdev: mx3fb: Remove the driver") backlight is no longer functional. The fbdev mx3fb driver used to automatically select CONFIG_BACKLIGHT_CLASS_DEVICE. Now that the mx3fb driver has been removed, enable the CONFIG_BACKLIGHT_CLASS_DEVICE option so that backlight can still work by default. Tested on a imx6dl-sabresd board. Cc: stable@vger.kernel.org Fixes: bfac19e ("fbdev: mx3fb: Remove the driver") Signed-off-by: Fabio Estevam <festevam@denx.de> Reviewed-by: Francesco Dolcini <francesco.dolcini@toradex.com> Tested-by: Francesco Dolcini <francesco.dolcini@toradex.com> # Toradex Colibri iMX7 Signed-off-by: Shawn Guo <shawnguo@kernel.org>
1 parent 7bca405 commit 2b0a5a8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

arch/arm/configs/imx_v6_v7_defconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,7 @@ CONFIG_FB_MODE_HELPERS=y
297297
CONFIG_LCD_CLASS_DEVICE=y
298298
CONFIG_LCD_L4F00242T03=y
299299
CONFIG_LCD_PLATFORM=y
300+
CONFIG_BACKLIGHT_CLASS_DEVICE=y
300301
CONFIG_BACKLIGHT_PWM=y
301302
CONFIG_BACKLIGHT_GPIO=y
302303
CONFIG_FRAMEBUFFER_CONSOLE=y

0 commit comments

Comments
 (0)