staging: fbtft: add fb_ssd1351 driver
[deliverable/linux.git] / drivers / staging / fbtft / Kconfig
1 menuconfig FB_TFT
2 tristate "Support for small TFT LCD display modules"
3 depends on FB && SPI && GPIOLIB
4 select FB_SYS_FILLRECT
5 select FB_SYS_COPYAREA
6 select FB_SYS_IMAGEBLIT
7 select FB_SYS_FOPS
8 select FB_DEFERRED_IO
9 select FB_BACKLIGHT
10
11 config FB_TFT_AGM1264K_FL
12 tristate "FB driver for the AGM1264K-FL LCD display"
13 depends on FB_TFT
14 help
15 Framebuffer support for the AGM1264K-FL LCD display (two Samsung KS0108 compatable chips)
16
17 config FB_TFT_BD663474
18 tristate "FB driver for the BD663474 LCD Controller"
19 depends on FB_TFT
20 help
21 Generic Framebuffer support for BD663474
22
23 config FB_TFT_HX8340BN
24 tristate "FB driver for the HX8340BN LCD Controller"
25 depends on FB_TFT
26 help
27 Generic Framebuffer support for HX8340BN
28
29 config FB_TFT_HX8347D
30 tristate "FB driver for the HX8347D LCD Controller"
31 depends on FB_TFT
32 help
33 Generic Framebuffer support for HX8347D
34
35 config FB_TFT_HX8353D
36 tristate "FB driver for the HX8353D LCD Controller"
37 depends on FB_TFT
38 help
39 Generic Framebuffer support for HX8353D
40
41 config FB_TFT_ILI9320
42 tristate "FB driver for the ILI9320 LCD Controller"
43 depends on FB_TFT
44 help
45 Generic Framebuffer support for ILI9320
46
47 config FB_TFT_ILI9325
48 tristate "FB driver for the ILI9325 LCD Controller"
49 depends on FB_TFT
50 help
51 Generic Framebuffer support for ILI9325
52
53 config FB_TFT_ILI9340
54 tristate "FB driver for the ILI9340 LCD Controller"
55 depends on FB_TFT
56 help
57 Generic Framebuffer support for ILI9340
58
59 config FB_TFT_ILI9341
60 tristate "FB driver for the ILI9341 LCD Controller"
61 depends on FB_TFT
62 help
63 Generic Framebuffer support for ILI9341
64
65 config FB_TFT_ILI9481
66 tristate "FB driver for the ILI9481 LCD Controller"
67 depends on FB_TFT
68 help
69 Generic Framebuffer support for ILI9481
70
71 config FB_TFT_ILI9486
72 tristate "FB driver for the ILI9486 LCD Controller"
73 depends on FB_TFT
74 help
75 Generic Framebuffer support for ILI9486
76
77 config FB_TFT_PCD8544
78 tristate "FB driver for the PCD8544 LCD Controller"
79 depends on FB_TFT
80 help
81 Generic Framebuffer support for PCD8544
82
83 config FB_TFT_RA8875
84 tristate "FB driver for the RA8875 LCD Controller"
85 depends on FB_TFT
86 help
87 Generic Framebuffer support for RA8875
88
89 config FB_TFT_S6D02A1
90 tristate "FB driver for the S6D02A1 LCD Controller"
91 depends on FB_TFT
92 help
93 Generic Framebuffer support for S6D02A1
94
95 config FB_TFT_S6D1121
96 tristate "FB driver for the S6D1211 LCD Controller"
97 depends on FB_TFT
98 help
99 Generic Framebuffer support for S6D1121
100
101 config FB_TFT_SSD1289
102 tristate "FB driver for the SSD1289 LCD Controller"
103 depends on FB_TFT
104 help
105 Framebuffer support for SSD1289
106
107 config FB_TFT_SSD1306
108 tristate "FB driver for the SSD1306 OLED Controller"
109 depends on FB_TFT
110 help
111 Framebuffer support for SSD1306
112
113 config FB_TFT_SSD1331
114 tristate "FB driver for the SSD1331 LCD Controller"
115 depends on FB_TFT
116 help
117 Framebuffer support for SSD1331
118
119 config FB_TFT_SSD1351
120 tristate "FB driver for the SSD1351 LCD Controller"
121 depends on FB_TFT
122 help
123 Framebuffer support for SSD1351
This page took 0.034201 seconds and 5 git commands to generate.