diff options
author | Arnd Bergmann <arnd@arndb.de> | 2014-04-24 08:28:23 -0400 |
---|---|---|
committer | Tomi Valkeinen <tomi.valkeinen@ti.com> | 2014-05-09 05:55:47 -0400 |
commit | 3cdd15371739f403aad6f84233983f4e1cb9c5df (patch) | |
tree | 3f2a67038daac87fd5d5299aea77de5065ca7b44 | |
parent | 23e51f87f3533bc566aa0d29848ae33df5562f7b (diff) |
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 <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>
-rw-r--r-- | drivers/video/fbdev/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
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 | |||
967 | config FB_ATMEL | 967 | config FB_ATMEL |
968 | tristate "AT91/AT32 LCD Controller support" | 968 | tristate "AT91/AT32 LCD Controller support" |
969 | depends on FB && HAVE_FB_ATMEL | 969 | depends on FB && HAVE_FB_ATMEL |
970 | select FB_BACKLIGHT | ||
970 | select FB_CFB_FILLRECT | 971 | select FB_CFB_FILLRECT |
971 | select FB_CFB_COPYAREA | 972 | select FB_CFB_COPYAREA |
972 | select FB_CFB_IMAGEBLIT | 973 | select FB_CFB_IMAGEBLIT |