summaryrefslogtreecommitdiffstats
path: root/drivers/video/Makefile
diff options
context:
space:
mode:
authorAndre Heider <a.heider@gmail.com>2013-11-05 00:01:04 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2013-11-06 10:37:24 +0100
commit97607e85cdc44824e9617c74325bc9bc6405c383 (patch)
tree3160a39fc5be08422756f5cf42bbc35590a0be98 /drivers/video/Makefile
parentd7c1612d650e87dbdebf8957bc01bd1db52f0d5b (diff)
downloadbarebox-97607e85cdc44824e9617c74325bc9bc6405c383.tar.gz
barebox-97607e85cdc44824e9617c74325bc9bc6405c383.tar.xz
video: set up the kernel's simple framebuffer driver
Add support to configure the active framebuffer for the kernel through device tree. Signed-off-by: Andre Heider <a.heider@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'drivers/video/Makefile')
-rw-r--r--drivers/video/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/Makefile b/drivers/video/Makefile
index 244feab270..31edfca2b0 100644
--- a/drivers/video/Makefile
+++ b/drivers/video/Makefile
@@ -10,3 +10,4 @@ obj-$(CONFIG_DRIVER_VIDEO_PXA) += pxa.o
obj-$(CONFIG_DRIVER_VIDEO_SDL) += sdl.o
obj-$(CONFIG_DRIVER_VIDEO_OMAP) += omap.o
obj-$(CONFIG_DRIVER_VIDEO_BCM2835) += bcm2835.o
+obj-$(CONFIG_DRIVER_VIDEO_SIMPLEFB) += simplefb.o