hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/drivers/staging/fbtft/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0
12 menuconfig FB_TFT
23 tristate "Support for small TFT LCD display modules"
34 depends on FB && SPI
....@@ -94,8 +95,8 @@
9495 Generic Framebuffer support for PCD8544
9596
9697 config FB_TFT_RA8875
97
- tristate "FB driver for the RA8875 LCD Controller"
98
- depends on FB_TFT
98
+ tristate "FB driver for the RA8875 LCD Controller"
99
+ depends on FB_TFT
99100 help
100101 Generic Framebuffer support for RA8875
101102
....@@ -111,6 +112,13 @@
111112 help
112113 Generic Framebuffer support for S6D1121
113114
115
+config FB_TFT_SEPS525
116
+ tristate "FB driver for the SEPS525 LCD Controller"
117
+ depends on FB_TFT
118
+ help
119
+ Generic Framebuffer support for SEPS525
120
+ Say Y if you have such a display that utilizes this controller.
121
+
114122 config FB_TFT_SH1106
115123 tristate "FB driver for the SH1106 OLED Controller"
116124 depends on FB_TFT
....@@ -124,10 +132,10 @@
124132 Framebuffer support for SSD1289
125133
126134 config FB_TFT_SSD1305
127
- tristate "FB driver for the SSD1305 OLED Controller"
128
- depends on FB_TFT
129
- help
130
- Framebuffer support for SSD1305
135
+ tristate "FB driver for the SSD1305 OLED Controller"
136
+ depends on FB_TFT
137
+ help
138
+ Framebuffer support for SSD1305
131139
132140 config FB_TFT_SSD1306
133141 tristate "FB driver for the SSD1306 OLED Controller"
....@@ -198,13 +206,3 @@
198206 depends on FB_TFT
199207 help
200208 Generic Framebuffer support for WATTEROTT
201
-
202
-config FB_FLEX
203
- tristate "Generic FB driver for TFT LCD displays"
204
- depends on FB_TFT
205
- help
206
- Generic Framebuffer support for TFT LCD displays.
207
-
208
-config FB_TFT_FBTFT_DEVICE
209
- tristate "Module to for adding FBTFT devices"
210
- depends on FB_TFT