brintos

brintos / linux-shallow public Read only

0
0
Text · 4.9 KiB · 77ab443 Raw
200 lines · plain
1# SPDX-License-Identifier: GPL-2.02menuconfig FB_TFT3	tristate "Support for small TFT LCD display modules"4	depends on FB && SPI5	depends on FB_DEVICE6	depends on GPIOLIB || COMPILE_TEST7	select FB_BACKLIGHT8	select FB_SYSMEM_HELPERS_DEFERRED9 10config FB_TFT_AGM1264K_FL11	tristate "FB driver for the AGM1264K-FL LCD display"12	depends on FB_TFT13	help14	  Framebuffer support for the AGM1264K-FL LCD display (two Samsung KS0108 compatible chips)15 16config FB_TFT_BD66347417	tristate "FB driver for the BD663474 LCD Controller"18	depends on FB_TFT19	help20	  Generic Framebuffer support for BD66347421 22config FB_TFT_HX8340BN23	tristate "FB driver for the HX8340BN LCD Controller"24	depends on FB_TFT25	help26	  Generic Framebuffer support for HX8340BN27 28config FB_TFT_HX8347D29	tristate "FB driver for the HX8347D LCD Controller"30	depends on FB_TFT31	help32	  Generic Framebuffer support for HX8347D33 34config FB_TFT_HX8353D35	tristate "FB driver for the HX8353D LCD Controller"36	depends on FB_TFT37	help38	  Generic Framebuffer support for HX8353D39 40config FB_TFT_HX8357D41	tristate "FB driver for the HX8357D LCD Controller"42	depends on FB_TFT43	help44	  Generic Framebuffer support for HX8357D45 46config FB_TFT_ILI916347	tristate "FB driver for the ILI9163 LCD Controller"48	depends on FB_TFT49	help50	  Generic Framebuffer support for ILI916351 52config FB_TFT_ILI932053	tristate "FB driver for the ILI9320 LCD Controller"54	depends on FB_TFT55	help56	  Generic Framebuffer support for ILI932057 58config FB_TFT_ILI932559	tristate "FB driver for the ILI9325 LCD Controller"60	depends on FB_TFT61	help62	  Generic Framebuffer support for ILI932563 64config FB_TFT_ILI934065	tristate "FB driver for the ILI9340 LCD Controller"66	depends on FB_TFT67	help68	  Generic Framebuffer support for ILI934069 70config FB_TFT_ILI934171	tristate "FB driver for the ILI9341 LCD Controller"72	depends on FB_TFT73	help74	  Generic Framebuffer support for ILI934175 76config FB_TFT_ILI948177	tristate "FB driver for the ILI9481 LCD Controller"78	depends on FB_TFT79	help80	  Generic Framebuffer support for ILI948181 82config FB_TFT_ILI948683	tristate "FB driver for the ILI9486 LCD Controller"84	depends on FB_TFT85	help86	  Generic Framebuffer support for ILI948687 88config FB_TFT_PCD854489	tristate "FB driver for the PCD8544 LCD Controller"90	depends on FB_TFT91	help92	  Generic Framebuffer support for PCD854493 94config FB_TFT_RA887595	tristate "FB driver for the RA8875 LCD Controller"96	depends on FB_TFT97	help98	  Generic Framebuffer support for RA887599 100config FB_TFT_S6D02A1101	tristate "FB driver for the S6D02A1 LCD Controller"102	depends on FB_TFT103	help104	  Generic Framebuffer support for S6D02A1105 106config FB_TFT_S6D1121107	tristate "FB driver for the S6D1211 LCD Controller"108	depends on FB_TFT109	help110	  Generic Framebuffer support for S6D1121111 112config FB_TFT_SEPS525113	tristate "FB driver for the SEPS525 LCD Controller"114	depends on FB_TFT115	help116	  Generic Framebuffer support for SEPS525117	  Say Y if you have such a display that utilizes this controller.118 119config FB_TFT_SH1106120	tristate "FB driver for the SH1106 OLED Controller"121	depends on FB_TFT122	help123	  Framebuffer support for SH1106124 125config FB_TFT_SSD1289126	tristate "FB driver for the SSD1289 LCD Controller"127	depends on FB_TFT128	help129	  Framebuffer support for SSD1289130 131config FB_TFT_SSD1305132	tristate "FB driver for the SSD1305 OLED Controller"133	depends on FB_TFT134	help135	  Framebuffer support for SSD1305136 137config FB_TFT_SSD1306138	tristate "FB driver for the SSD1306 OLED Controller"139	depends on FB_TFT140	help141	  Framebuffer support for SSD1306142 143config FB_TFT_SSD1331144	tristate "FB driver for the SSD1331 LCD Controller"145	depends on FB_TFT146	help147	  Framebuffer support for SSD1331148 149config FB_TFT_SSD1351150	tristate "FB driver for the SSD1351 LCD Controller"151	depends on FB_TFT152	help153	  Framebuffer support for SSD1351154 155config FB_TFT_ST7735R156	tristate "FB driver for the ST7735R LCD Controller"157	depends on FB_TFT158	help159	  Generic Framebuffer support for ST7735R160 161config FB_TFT_ST7789V162	tristate "FB driver for the ST7789V LCD Controller"163	depends on FB_TFT164	help165	  This enables generic framebuffer support for the Sitronix ST7789V166	  display controller. The controller is intended for small color167	  displays with a resolution of up to 320x240 pixels.168 169	  Say Y if you have such a display that utilizes this controller.170 171config FB_TFT_TINYLCD172	tristate "FB driver for tinylcd.com display"173	depends on FB_TFT174	help175	  Custom Framebuffer support for tinylcd.com display176 177config FB_TFT_TLS8204178	tristate "FB driver for the TLS8204 LCD Controller"179	depends on FB_TFT180	help181	  Generic Framebuffer support for TLS8204182 183config FB_TFT_UC1611184	tristate "FB driver for the UC1611 LCD controller"185	depends on FB_TFT186	help187	  Generic Framebuffer support for UC1611188 189config FB_TFT_UC1701190	tristate "FB driver for the UC1701 LCD Controller"191	depends on FB_TFT192	help193	  Generic Framebuffer support for UC1701194 195config FB_TFT_UPD161704196	tristate "FB driver for the uPD161704 LCD Controller"197	depends on FB_TFT198	help199	  Generic Framebuffer support for uPD161704200