Skip to content

Commit cc29650

Browse files
notrogregkh
authored andcommitted
staging/fbtft: Remove flexfb
flexfb was an attempt to write a generic fbtft driver that was abandoned. All the displays it supports are supported by other fbtft drivers. Signed-off-by: Noralf Trønnes <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Greg Kroah-Hartman <[email protected]>
1 parent 2962db7 commit cc29650

File tree

3 files changed

+0
-858
lines changed

3 files changed

+0
-858
lines changed

drivers/staging/fbtft/Kconfig

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -199,9 +199,3 @@ config FB_TFT_WATTEROTT
199199
depends on FB_TFT
200200
help
201201
Generic Framebuffer support for WATTEROTT
202-
203-
config FB_FLEX
204-
tristate "Generic FB driver for TFT LCD displays"
205-
depends on FB_TFT
206-
help
207-
Generic Framebuffer support for TFT LCD displays.

drivers/staging/fbtft/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,3 @@ obj-$(CONFIG_FB_TFT_UC1611) += fb_uc1611.o
3636
obj-$(CONFIG_FB_TFT_UC1701) += fb_uc1701.o
3737
obj-$(CONFIG_FB_TFT_UPD161704) += fb_upd161704.o
3838
obj-$(CONFIG_FB_TFT_WATTEROTT) += fb_watterott.o
39-
obj-$(CONFIG_FB_FLEX) += flexfb.o

0 commit comments

Comments
 (0)