From: Arnd Bergmann Date: Thu, 24 Apr 2014 12:28:23 +0000 (+0100) Subject: video: atmel needs FB_BACKLIGHT X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=3cdd15371739f403aad6f84233983f4e1cb9c5df;p=deliverable%2Flinux.git video: atmel needs FB_BACKLIGHT The atmel frame buffer driver doesn't build if FB_BACKLIGHT is disabled, so select it here as we do for lots of other drivers. Signed-off-by: Arnd Bergmann Signed-off-by: Peter Griffin Cc: Jean-Christophe Plagniol-Villard Cc: Tomi Valkeinen Cc: linux-fbdev@vger.kernel.org Signed-off-by: Tomi Valkeinen --- diff --git a/drivers/video/fbdev/Kconfig b/drivers/video/fbdev/Kconfig index a8c9b2de28bd..ff4e9884d0bf 100644 --- a/drivers/video/fbdev/Kconfig +++ b/drivers/video/fbdev/Kconfig @@ -967,6 +967,7 @@ config FB_S1D13XXX config FB_ATMEL tristate "AT91/AT32 LCD Controller support" depends on FB && HAVE_FB_ATMEL + select FB_BACKLIGHT select FB_CFB_FILLRECT select FB_CFB_COPYAREA select FB_CFB_IMAGEBLIT