| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0 |
|---|
| 1 | 2 | menuconfig FB_TFT |
|---|
| 2 | 3 | tristate "Support for small TFT LCD display modules" |
|---|
| 3 | 4 | depends on FB && SPI |
|---|
| .. | .. |
|---|
| 94 | 95 | Generic Framebuffer support for PCD8544 |
|---|
| 95 | 96 | |
|---|
| 96 | 97 | 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 |
|---|
| 99 | 100 | help |
|---|
| 100 | 101 | Generic Framebuffer support for RA8875 |
|---|
| 101 | 102 | |
|---|
| .. | .. |
|---|
| 111 | 112 | help |
|---|
| 112 | 113 | Generic Framebuffer support for S6D1121 |
|---|
| 113 | 114 | |
|---|
| 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 | + |
|---|
| 114 | 122 | config FB_TFT_SH1106 |
|---|
| 115 | 123 | tristate "FB driver for the SH1106 OLED Controller" |
|---|
| 116 | 124 | depends on FB_TFT |
|---|
| .. | .. |
|---|
| 124 | 132 | Framebuffer support for SSD1289 |
|---|
| 125 | 133 | |
|---|
| 126 | 134 | 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 |
|---|
| 131 | 139 | |
|---|
| 132 | 140 | config FB_TFT_SSD1306 |
|---|
| 133 | 141 | tristate "FB driver for the SSD1306 OLED Controller" |
|---|
| .. | .. |
|---|
| 198 | 206 | depends on FB_TFT |
|---|
| 199 | 207 | help |
|---|
| 200 | 208 | 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 |
|---|