The eukrea mbimxsd51 has a gpio backlight for its LCD display, so we turn that driver on.
Cc: Sascha Hauer <[email protected]> Cc: [email protected] Cc: Fabio Estevam <[email protected]> Cc: Shawn Guo <[email protected]> Cc: Eric Bénard <[email protected]> Signed-off-by: Denis Carikli <[email protected]> --- Changelog: - This patch has been splitted out of my imx-drm v5 patchset: http://lists.freedesktop.org/archives/dri-devel/2013-December/050124.html which will be resubmitted later without that patch. - This patch is unchanged since the imx-drm v5 patchset, where it was first introduced. --- arch/arm/configs/imx_v6_v7_defconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/configs/imx_v6_v7_defconfig b/arch/arm/configs/imx_v6_v7_defconfig index 00746d5..f2b2911 100644 --- a/arch/arm/configs/imx_v6_v7_defconfig +++ b/arch/arm/configs/imx_v6_v7_defconfig @@ -188,6 +188,7 @@ CONFIG_LCD_L4F00242T03=y CONFIG_LCD_PLATFORM=y CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_PWM=y +CONFIG_BACKLIGHT_GPIO=y CONFIG_FRAMEBUFFER_CONSOLE=y CONFIG_LOGO=y CONFIG_SOUND=y -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-gpio" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html
