Skip to content

Commit bfac19e

Browse files
Fabio Estevamhdeller
authored andcommitted
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]>
1 parent 1520081 commit bfac19e

File tree

4 files changed

+0
-1757
lines changed

4 files changed

+0
-1757
lines changed

drivers/video/fbdev/Kconfig

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1887,17 +1887,6 @@ config FB_PRE_INIT_FB
18871887
Select this option if display contents should be inherited as set by
18881888
the bootloader.
18891889

1890-
config FB_MX3
1891-
tristate "MX3 Framebuffer support"
1892-
depends on FB && MX3_IPU
1893-
select BACKLIGHT_CLASS_DEVICE
1894-
select FB_IOMEM_HELPERS
1895-
default y
1896-
help
1897-
This is a framebuffer device for the i.MX31 LCD Controller. So
1898-
far only synchronous displays are supported. If you plan to use
1899-
an LCD display with your i.MX31 system, say Y here.
1900-
19011890
config FB_BROADSHEET
19021891
tristate "E-Ink Broadsheet/Epson S1D13521 controller support"
19031892
depends on FB && (ARCH_PXA || COMPILE_TEST)

drivers/video/fbdev/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,6 @@ obj-$(CONFIG_FB_VESA) += vesafb.o
122122
obj-$(CONFIG_FB_EFI) += efifb.o
123123
obj-$(CONFIG_FB_VGA16) += vga16fb.o
124124
obj-$(CONFIG_FB_OF) += offb.o
125-
obj-$(CONFIG_FB_MX3) += mx3fb.o
126125
obj-$(CONFIG_FB_DA8XX) += da8xx-fb.o
127126
obj-$(CONFIG_FB_SSD1307) += ssd1307fb.o
128127
obj-$(CONFIG_FB_SIMPLE) += simplefb.o

0 commit comments

Comments
 (0)