We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2962db7 commit cc29650Copy full SHA for cc29650
drivers/staging/fbtft/Kconfig
@@ -199,9 +199,3 @@ config FB_TFT_WATTEROTT
199
depends on FB_TFT
200
help
201
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
@@ -36,4 +36,3 @@ obj-$(CONFIG_FB_TFT_UC1611) += fb_uc1611.o
36
obj-$(CONFIG_FB_TFT_UC1701) += fb_uc1701.o
37
obj-$(CONFIG_FB_TFT_UPD161704) += fb_upd161704.o
38
obj-$(CONFIG_FB_TFT_WATTEROTT) += fb_watterott.o
39
-obj-$(CONFIG_FB_FLEX) += flexfb.o
0 commit comments