summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/Makefile
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2014-05-22 23:25:14 +0200
committerLinus Walleij <linus.walleij@linaro.org>2014-06-27 10:15:22 +0200
commit11c32d7b6274cb0f554943d65bd4a126c4a86dcd (patch)
treef3cfc6a4c551273b5f754dd873a798792a3a88db /drivers/video/fbdev/Makefile
parente6dc195c1c69ea525f5001f72d666ac8342139e4 (diff)
downloadlinux-stable-11c32d7b6274cb0f554943d65bd4a126c4a86dcd.tar.gz
linux-stable-11c32d7b6274cb0f554943d65bd4a126c4a86dcd.tar.bz2
linux-stable-11c32d7b6274cb0f554943d65bd4a126c4a86dcd.zip
video: move Versatile CLCD helpers
This moves the Versatile-specific helper code and panel database down into the drivers/video folder next to the CLCD driver itself, preserving the config symbol but also moving the header to platform data. This is necessary to rid the Integrator of this final <plat/*> inclusion dependency and get us one less user of the plat-versatile folder. Cc: Arnd Bergmann <arnd@arndb.de> Cc: Jean-Christophe Plagniol-Villard <plagnioj@jcrosoft.com> Cc: linux-fbdev@vger.kernel.org Cc: Russell King <linux@arm.linux.org.uk> Acked-by: Tomi Valkeinen <tomi.valkeinen@ti.com> Signed-off-by: Linus Walleij <linus.walleij@linaro.org>
Diffstat (limited to 'drivers/video/fbdev/Makefile')
-rw-r--r--drivers/video/fbdev/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/video/fbdev/Makefile b/drivers/video/fbdev/Makefile
index 0284f2a12538..0b2090d2e52e 100644
--- a/drivers/video/fbdev/Makefile
+++ b/drivers/video/fbdev/Makefile
@@ -78,6 +78,7 @@ obj-$(CONFIG_FB_ATMEL) += atmel_lcdfb.o
obj-$(CONFIG_FB_PVR2) += pvr2fb.o
obj-$(CONFIG_FB_VOODOO1) += sstfb.o
obj-$(CONFIG_FB_ARMCLCD) += amba-clcd.o
+obj-$(CONFIG_PLAT_VERSATILE_CLCD) += amba-clcd-versatile.o
obj-$(CONFIG_FB_GOLDFISH) += goldfishfb.o
obj-$(CONFIG_FB_68328) += 68328fb.o
obj-$(CONFIG_FB_GBE) += gbefb.o