Skip to content

Commit bb94f56

Browse files
Bartosz Golaszewskihdeller
authored andcommitted
fbdev: da8xx: remove the driver
This driver is no longer used on any platform. It has been replaced by tilcdc on the two DaVinci boards we still support and can be removed. Signed-off-by: Bartosz Golaszewski <[email protected]> Acked-by: Thomas Zimmermann <[email protected]> Signed-off-by: Helge Deller <[email protected]>
1 parent 161e95b commit bb94f56

File tree

4 files changed

+0
-1773
lines changed

4 files changed

+0
-1773
lines changed

drivers/video/fbdev/Kconfig

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1659,19 +1659,6 @@ config FB_SH7760
16591659
and 8, 15 or 16 bpp color; 90 degrees clockwise display rotation for
16601660
panels <= 320 pixel horizontal resolution.
16611661

1662-
config FB_DA8XX
1663-
tristate "DA8xx/OMAP-L1xx/AM335x Framebuffer support"
1664-
depends on FB && HAVE_CLK && HAS_IOMEM
1665-
depends on ARCH_DAVINCI_DA8XX || SOC_AM33XX || COMPILE_TEST
1666-
select FB_CFB_REV_PIXELS_IN_BYTE
1667-
select FB_IOMEM_HELPERS
1668-
select FB_MODE_HELPERS
1669-
select VIDEOMODE_HELPERS
1670-
help
1671-
This is the frame buffer device driver for the TI LCD controller
1672-
found on DA8xx/OMAP-L1xx/AM335x SoCs.
1673-
If unsure, say N.
1674-
16751662
config FB_VIRTUAL
16761663
tristate "Virtual Frame Buffer support (ONLY FOR TESTING!)"
16771664
depends on FB

drivers/video/fbdev/Makefile

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

0 commit comments

Comments
 (0)