video: atmel needs FB_BACKLIGHT
authorArnd Bergmann <arnd@arndb.de>
Thu, 24 Apr 2014 12:28:23 +0000 (13:28 +0100)
committerTomi Valkeinen <tomi.valkeinen@ti.com>
Fri, 9 May 2014 09:55:47 +0000 (12:55 +0300)
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 <arnd@arndb.de>
Signed-off-by: Peter Griffin <peter.griffin@linaro.org>
Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com>
Cc: Tomi Valkeinen <tomi.valkeinen@ti.com>
Cc: linux-fbdev@vger.kernel.org
Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
drivers/video/fbdev/Kconfig

index a8c9b2de28bdf41903809b7b331658f1ba7679d2..ff4e9884d0bff6899c829accecab35b17347e214 100644 (file)
@@ -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
This page took 0.041186 seconds and 5 git commands to generate.