Skip to content

Commit

Permalink
video: fbdev: mxsfb: Remove driver
Browse files Browse the repository at this point in the history
There is a DRM version of the mxsfb driver for quite some time
at drivers/gpu/drm/mxsfb/, so there is no need to keep maintaining
the fbdev version any longer.

Remove the fbdev mxsfb driver in favour of the DRM version.

Signed-off-by: Fabio Estevam <festevam@gmail.com>
Cc: Shawn Guo <shawnguo@kernel.org>
Cc: Pengutronix Kernel Team <kernel@pengutronix.de>
Cc: NXP Linux Team <linux-imx@nxp.com>
Acked-by: Marek Vasut <marex@denx.de>
Signed-off-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
  • Loading branch information
fabioestevam authored and bzolnier committed Jun 7, 2019
1 parent 73ee894 commit f225f13
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1,049 deletions.
13 changes: 1 addition & 12 deletions drivers/video/fbdev/Kconfig
Expand Up @@ -2171,7 +2171,7 @@ config FB_EP93XX

config FB_PRE_INIT_FB
bool "Don't reinitialize, use bootloader's GDC/Display configuration"
depends on FB && (FB_MB862XX_LIME || FB_MXS)
depends on FB && FB_MB862XX_LIME
---help---
Select this option if display contents should be inherited as set by
the bootloader.
Expand Down Expand Up @@ -2212,17 +2212,6 @@ config FB_JZ4740
help
Framebuffer support for the JZ4740 SoC.

config FB_MXS
tristate "MXS LCD framebuffer support"
depends on FB && (ARCH_MXS || ARCH_MXC)
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
select FB_MODE_HELPERS
select VIDEOMODE_HELPERS
help
Framebuffer support for the MXS SoC.

config FB_PUV3_UNIGFX
tristate "PKUnity v3 Unigfx framebuffer support"
depends on FB && UNICORE32 && ARCH_PUV3
Expand Down
1 change: 0 additions & 1 deletion drivers/video/fbdev/Makefile
Expand Up @@ -131,7 +131,6 @@ 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_MXS) += mxsfb.o
obj-$(CONFIG_FB_SSD1307) += ssd1307fb.o
obj-$(CONFIG_FB_SIMPLE) += simplefb.o

Expand Down

0 comments on commit f225f13

Please sign in to comment.