mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/chenhuacai/linux-loongson
synced 2025-09-06 13:09:58 +00:00
fbdev: remove tmiofb driver
With the TMIO MFD support removed, the framebuffer driver can be removed as well. Cc: linux-fbdev@vger.kernel.org Cc: dri-devel@lists.freedesktop.org Acked-by: Helge Deller <deller@gmx.de> Acked-by: Robert Jarzmik <robert.jarzmik@free.fr> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
This commit is contained in:
parent
bef64d2908
commit
aceae78486
@ -1871,28 +1871,6 @@ config FB_SH_MOBILE_LCDC
|
||||
help
|
||||
Frame buffer driver for the on-chip SH-Mobile LCD controller.
|
||||
|
||||
config FB_TMIO
|
||||
tristate "Toshiba Mobile IO FrameBuffer support"
|
||||
depends on FB && (MFD_TMIO || COMPILE_TEST)
|
||||
select FB_CFB_FILLRECT
|
||||
select FB_CFB_COPYAREA
|
||||
select FB_CFB_IMAGEBLIT
|
||||
help
|
||||
Frame buffer driver for the Toshiba Mobile IO integrated as found
|
||||
on the Sharp SL-6000 series
|
||||
|
||||
This driver is also available as a module ( = code which can be
|
||||
inserted and removed from the running kernel whenever you want). The
|
||||
module will be called tmiofb. If you want to compile it as a module,
|
||||
say M here and read <file:Documentation/kbuild/modules.rst>.
|
||||
|
||||
If unsure, say N.
|
||||
|
||||
config FB_TMIO_ACCELL
|
||||
bool "tmiofb acceleration"
|
||||
depends on FB_TMIO
|
||||
default y
|
||||
|
||||
config FB_S3C
|
||||
tristate "Samsung S3C framebuffer support"
|
||||
depends on FB && HAVE_CLK && HAS_IOMEM
|
||||
|
@ -85,7 +85,6 @@ obj-$(CONFIG_FB_PXA168) += pxa168fb.o
|
||||
obj-$(CONFIG_PXA3XX_GCU) += pxa3xx-gcu.o
|
||||
obj-$(CONFIG_MMP_DISP) += mmp/
|
||||
obj-$(CONFIG_FB_W100) += w100fb.o
|
||||
obj-$(CONFIG_FB_TMIO) += tmiofb.o
|
||||
obj-$(CONFIG_FB_AU1100) += au1100fb.o
|
||||
obj-$(CONFIG_FB_AU1200) += au1200fb.o
|
||||
obj-$(CONFIG_FB_VT8500) += vt8500lcdfb.o
|
||||
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user