staging: fbtft: add fb_ssd1289 driver
[deliverable/linux.git] / drivers / staging / fbtft / Kconfig
CommitLineData
c296d5f9
TP
1menuconfig 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
b2ebd4be
TP
10
11config 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)
959d049f
TP
16
17config 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
39e3d67f
TP
22
23config 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
66c06c83
TP
28
29config 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
5a714d33
TP
34
35config 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
69e6089d
TP
40
41config 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
2fc51f76
TP
46
47config 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
8f7fdaaf
TP
52
53config 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
9b78e456
TP
58
59config 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
d416d5c0
TP
64
65config 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
8d64b032
TP
70
71config 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
39c39072
TP
76
77config 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
d8a53a9d
TP
82
83config 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
910968f7
TP
88
89config 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
7a39e965
TP
94
95config 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
5dc5e4fb
TP
100
101config FB_TFT_SSD1289
102 tristate "FB driver for the SSD1289 LCD Controller"
103 depends on FB_TFT
104 help
105 Framebuffer support for SSD1289
This page took 0.028424 seconds and 5 git commands to generate.