summaryrefslogtreecommitdiffstats
path: root/drivers/video/fbdev/Makefile
diff options
context:
space:
mode:
authorLinus Walleij <linus.walleij@linaro.org>2019-04-11 19:25:12 +0200
committerBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>2019-04-11 19:25:12 +0200
commita6fdbd551573d9e303823c93075c0f0edff8d98e (patch)
treef1267f4b3b3f27e713f88fe49977d8199fe7195b /drivers/video/fbdev/Makefile
parent9dc20113988b9a75ea6b3abd68dc45e2d73ccdab (diff)
downloadlinux-stable-a6fdbd551573d9e303823c93075c0f0edff8d98e.tar.gz
linux-stable-a6fdbd551573d9e303823c93075c0f0edff8d98e.tar.bz2
linux-stable-a6fdbd551573d9e303823c93075c0f0edff8d98e.zip
video: amba-clcd: Decomission Versatile and Nomadik
These board families are now handled in the DRM subsystem where we can have reusable panel drivers and some other stuff. The PL111 there is now the driver used in the defconfig for Versatile and Nomadik so no need to keep this code around. There are a few minor machines in arch/arm/ such as mach-netx still using the old driver, so we need to keep the core fbdev driver around for some time. Signed-off-by: Linus Walleij <linus.walleij@linaro.org> Cc: Russell King <linux@armlinux.org.uk> Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Diffstat (limited to 'drivers/video/fbdev/Makefile')
-rw-r--r--drivers/video/fbdev/Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/video/fbdev/Makefile b/drivers/video/fbdev/Makefile
index 846b0c9ea9db..655f2537cac1 100644
--- a/drivers/video/fbdev/Makefile
+++ b/drivers/video/fbdev/Makefile
@@ -76,8 +76,6 @@ 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_ARCH_NOMADIK) += amba-clcd-nomadik.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