aboutsummaryrefslogtreecommitdiff
path: root/drivers/video/fbdev/Makefile
diff options
context:
space:
mode:
authorFabio Estevam <[email protected]>2023-08-31 22:57:17 +0200
committerHelge Deller <[email protected]>2023-08-31 22:58:25 +0200
commitbfac19e239a7d3e98946fa7df362fcbfd40da4cf (patch)
treedad26421b9004f8e72a4bb5771561472bb962fec /drivers/video/fbdev/Makefile
parent1520081a785a7d1609541b53a3d0f6494f829cc2 (diff)
fbdev: mx3fb: Remove the driver
The mx3fb driver does not support devicetree and i.MX has been converted to a DT-only platform since kernel 5.10. As there is no user for this driver anymore, just remove it. Signed-off-by: Fabio Estevam <[email protected]> Reviewed-by: Arnd Bergmann <[email protected]> Signed-off-by: Helge Deller <[email protected]>
Diffstat (limited to 'drivers/video/fbdev/Makefile')
-rw-r--r--drivers/video/fbdev/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/video/fbdev/Makefile b/drivers/video/fbdev/Makefile
index e6b0ae094b8b..70569f7027ed 100644
--- a/drivers/video/fbdev/Makefile
+++ b/drivers/video/fbdev/Makefile
@@ -122,7 +122,6 @@ obj-$(CONFIG_FB_VESA) += vesafb.o
obj-$(CONFIG_FB_EFI) += efifb.o
obj-$(CONFIG_FB_VGA16) += vga16fb.o
obj-$(CONFIG_FB_OF) += offb.o
-obj-$(CONFIG_FB_MX3) += mx3fb.o
obj-$(CONFIG_FB_DA8XX) += da8xx-fb.o
obj-$(CONFIG_FB_SSD1307) += ssd1307fb.o
obj-$(CONFIG_FB_SIMPLE) += simplefb.o