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 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) 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 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 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 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 40 41config FB_TFT_ILI9163 42 tristate "FB driver for the ILI9163 LCD Controller" 43 depends on FB_TFT 44 help 45 Generic Framebuffer support for ILI9163 46 47config FB_TFT_ILI9320 48 tristate "FB driver for the ILI9320 LCD Controller" 49 depends on FB_TFT 50 help 51 Generic Framebuffer support for ILI9320 52 53config FB_TFT_ILI9325 54 tristate "FB driver for the ILI9325 LCD Controller" 55 depends on FB_TFT 56 help 57 Generic Framebuffer support for ILI9325 58 59config FB_TFT_ILI9340 60 tristate "FB driver for the ILI9340 LCD Controller" 61 depends on FB_TFT 62 help 63 Generic Framebuffer support for ILI9340 64 65config FB_TFT_ILI9341 66 tristate "FB driver for the ILI9341 LCD Controller" 67 depends on FB_TFT 68 help 69 Generic Framebuffer support for ILI9341 70 71config FB_TFT_ILI9481 72 tristate "FB driver for the ILI9481 LCD Controller" 73 depends on FB_TFT 74 help 75 Generic Framebuffer support for ILI9481 76 77config FB_TFT_ILI9486 78 tristate "FB driver for the ILI9486 LCD Controller" 79 depends on FB_TFT 80 help 81 Generic Framebuffer support for ILI9486 82 83config FB_TFT_PCD8544 84 tristate "FB driver for the PCD8544 LCD Controller" 85 depends on FB_TFT 86 help 87 Generic Framebuffer support for PCD8544 88 89config FB_TFT_RA8875 90 tristate "FB driver for the RA8875 LCD Controller" 91 depends on FB_TFT 92 help 93 Generic Framebuffer support for RA8875 94 95config FB_TFT_S6D02A1 96 tristate "FB driver for the S6D02A1 LCD Controller" 97 depends on FB_TFT 98 help 99 Generic Framebuffer support for S6D02A1 100 101config FB_TFT_S6D1121 102 tristate "FB driver for the S6D1211 LCD Controller" 103 depends on FB_TFT 104 help 105 Generic Framebuffer support for S6D1121 106 107config FB_TFT_SSD1289 108 tristate "FB driver for the SSD1289 LCD Controller" 109 depends on FB_TFT 110 help 111 Framebuffer support for SSD1289 112 113config FB_TFT_SSD1306 114 tristate "FB driver for the SSD1306 OLED Controller" 115 depends on FB_TFT 116 help 117 Framebuffer support for SSD1306 118 119config FB_TFT_SSD1331 120 tristate "FB driver for the SSD1331 LCD Controller" 121 depends on FB_TFT 122 help 123 Framebuffer support for SSD1331 124 125config FB_TFT_SSD1351 126 tristate "FB driver for the SSD1351 LCD Controller" 127 depends on FB_TFT 128 help 129 Framebuffer support for SSD1351 130 131config FB_TFT_ST7735R 132 tristate "FB driver for the ST7735R LCD Controller" 133 depends on FB_TFT 134 help 135 Generic Framebuffer support for ST7735R 136 137config FB_TFT_TINYLCD 138 tristate "FB driver for tinylcd.com display" 139 depends on FB_TFT 140 help 141 Custom Framebuffer support for tinylcd.com display 142 143config FB_TFT_TLS8204 144 tristate "FB driver for the TLS8204 LCD Controller" 145 depends on FB_TFT 146 help 147 Generic Framebuffer support for TLS8204 148 149config FB_TFT_UC1701 150 tristate "FB driver for the UC1701 LCD Controller" 151 depends on FB_TFT 152 help 153 Generic Framebuffer support for UC1701 154 155config FB_TFT_UPD161704 156 tristate "FB driver for the uPD161704 LCD Controller" 157 depends on FB_TFT 158 help 159 Generic Framebuffer support for uPD161704 160 161config FB_TFT_WATTEROTT 162 tristate "FB driver for the WATTEROTT LCD Controller" 163 depends on FB_TFT 164 help 165 Generic Framebuffer support for WATTEROTT 166 167config FB_FLEX 168 tristate "Generic FB driver for TFT LCD displays" 169 depends on FB_TFT 170 help 171 Generic Framebuffer support for TFT LCD displays. 172 173config FB_TFT_FBTFT_DEVICE 174 tristate "Module to for adding FBTFT devices" 175 depends on FB_TFT 176