xref: /linux/drivers/gpu/drm/panel/Kconfig (revision 6fdcba32711044c35c0e1b094cbd8f3f0b4472c9)
1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_PANEL
3	bool
4	depends on DRM
5	help
6	  Panel registration and lookup framework.
7
8menu "Display Panels"
9	depends on DRM && DRM_PANEL
10
11config DRM_PANEL_ARM_VERSATILE
12	tristate "ARM Versatile panel driver"
13	depends on OF
14	depends on MFD_SYSCON
15	select VIDEOMODE_HELPERS
16	help
17	  This driver supports the ARM Versatile panels connected to ARM
18	  reference designs. The panel is detected using special registers
19	  in the Versatile family syscon registers.
20
21config DRM_PANEL_BOE_HIMAX8279D
22	tristate "Boe Himax8279d panel"
23	depends on OF
24	depends on DRM_MIPI_DSI
25	depends on BACKLIGHT_CLASS_DEVICE
26	help
27	  Say Y here if you want to enable support for Boe Himax8279d
28	  TFT-LCD modules. The panel has a 1200x1920 resolution and uses
29	  24 bit RGB per pixel. It provides a MIPI DSI interface to
30	  the host and has a built-in LED backlight.
31
32config DRM_PANEL_LVDS
33	tristate "Generic LVDS panel driver"
34	depends on OF
35	depends on BACKLIGHT_CLASS_DEVICE
36	select VIDEOMODE_HELPERS
37	help
38	  This driver supports LVDS panels that don't require device-specific
39	  handling of power supplies or control signals. It implements automatic
40	  backlight handling if the panel is attached to a backlight controller.
41
42config DRM_PANEL_SIMPLE
43	tristate "support for simple panels"
44	depends on OF
45	depends on BACKLIGHT_CLASS_DEVICE
46	select VIDEOMODE_HELPERS
47	help
48	  DRM panel driver for dumb panels that need at most a regulator and
49	  a GPIO to be powered up. Optionally a backlight can be attached so
50	  that it can be automatically turned off when the panel goes into a
51	  low power state.
52
53config DRM_PANEL_FEIYANG_FY07024DI26A30D
54	tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel"
55	depends on OF
56	depends on DRM_MIPI_DSI
57	depends on BACKLIGHT_CLASS_DEVICE
58	help
59	  Say Y if you want to enable support for panels based on the
60	  Feiyang FY07024DI26A30-D MIPI-DSI interface.
61
62config DRM_PANEL_ILITEK_IL9322
63	tristate "Ilitek ILI9322 320x240 QVGA panels"
64	depends on OF && SPI
65	select REGMAP
66	help
67	  Say Y here if you want to enable support for Ilitek IL9322
68	  QVGA (320x240) RGB, YUV and ITU-T BT.656 panels.
69
70config DRM_PANEL_ILITEK_ILI9881C
71	tristate "Ilitek ILI9881C-based panels"
72	depends on OF
73	depends on DRM_MIPI_DSI
74	depends on BACKLIGHT_CLASS_DEVICE
75	help
76	  Say Y if you want to enable support for panels based on the
77	  Ilitek ILI9881c controller.
78
79config DRM_PANEL_INNOLUX_P079ZCA
80	tristate "Innolux P079ZCA panel"
81	depends on OF
82	depends on DRM_MIPI_DSI
83	depends on BACKLIGHT_CLASS_DEVICE
84	help
85	  Say Y here if you want to enable support for Innolux P079ZCA
86	  TFT-LCD modules. The panel has a 1024x768 resolution and uses
87	  24 bit RGB per pixel. It provides a MIPI DSI interface to
88	  the host and has a built-in LED backlight.
89
90config DRM_PANEL_JDI_LT070ME05000
91	tristate "JDI LT070ME05000 WUXGA DSI panel"
92	depends on OF
93	depends on DRM_MIPI_DSI
94	depends on BACKLIGHT_CLASS_DEVICE
95	help
96	  Say Y here if you want to enable support for JDI DSI video mode
97	  panel as found in Google Nexus 7 (2013) devices.
98	  The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses
99	  24 bit per pixel.
100
101config DRM_PANEL_KINGDISPLAY_KD097D04
102	tristate "Kingdisplay kd097d04 panel"
103	depends on OF
104	depends on DRM_MIPI_DSI
105	depends on BACKLIGHT_CLASS_DEVICE
106	help
107	  Say Y here if you want to enable support for Kingdisplay kd097d04
108	  TFT-LCD modules. The panel has a 1536x2048 resolution and uses
109	  24 bit RGB per pixel. It provides a MIPI DSI interface to
110	  the host and has a built-in LED backlight.
111
112config DRM_PANEL_SAMSUNG_LD9040
113	tristate "Samsung LD9040 RGB/SPI panel"
114	depends on OF && SPI
115	select VIDEOMODE_HELPERS
116
117config DRM_PANEL_LG_LB035Q02
118	tristate "LG LB035Q024573 RGB panel"
119	depends on GPIOLIB && OF && SPI
120	help
121	  Say Y here if you want to enable support for the LB035Q02 RGB panel
122	  (found on the Gumstix Overo Palo35 board). To compile this driver as
123	  a module, choose M here.
124
125config DRM_PANEL_LG_LG4573
126	tristate "LG4573 RGB/SPI panel"
127	depends on OF && SPI
128	select VIDEOMODE_HELPERS
129	help
130	  Say Y here if you want to enable support for LG4573 RGB panel.
131	  To compile this driver as a module, choose M here.
132
133config DRM_PANEL_NEC_NL8048HL11
134	tristate "NEC NL8048HL11 RGB panel"
135	depends on GPIOLIB && OF && SPI
136	help
137	  Say Y here if you want to enable support for the NEC NL8048HL11 RGB
138	  panel (found on the Zoom2/3/3630 SDP boards). To compile this driver
139	  as a module, choose M here.
140
141config DRM_PANEL_NOVATEK_NT39016
142	tristate "Novatek NT39016 RGB/SPI panel"
143	depends on OF && SPI
144	depends on BACKLIGHT_CLASS_DEVICE
145	select REGMAP_SPI
146	help
147	  Say Y here if you want to enable support for the panels built
148	  around the Novatek NT39016 display controller.
149
150config DRM_PANEL_OLIMEX_LCD_OLINUXINO
151	tristate "Olimex LCD-OLinuXino panel"
152	depends on OF
153	depends on I2C
154	depends on BACKLIGHT_CLASS_DEVICE
155	help
156	  The panel is used with different sizes LCDs, from 480x272 to
157	  1280x800, and 24 bit per pixel.
158
159	  Say Y here if you want to enable support for Olimex Ltd.
160	  LCD-OLinuXino panel.
161
162config DRM_PANEL_ORISETECH_OTM8009A
163	tristate "Orise Technology otm8009a 480x800 dsi 2dl panel"
164	depends on OF
165	depends on DRM_MIPI_DSI
166	depends on BACKLIGHT_CLASS_DEVICE
167	help
168	  Say Y here if you want to enable support for Orise Technology
169	  otm8009a 480x800 dsi 2dl panel.
170
171config DRM_PANEL_OSD_OSD101T2587_53TS
172	tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel"
173	depends on OF
174	depends on DRM_MIPI_DSI
175	depends on BACKLIGHT_CLASS_DEVICE
176	help
177	  Say Y here if you want to enable support for One Stop Displays
178	  OSD101T2587-53TS 10.1" 1920x1200 dsi panel.
179
180config DRM_PANEL_PANASONIC_VVX10F034N00
181	tristate "Panasonic VVX10F034N00 1920x1200 video mode panel"
182	depends on OF
183	depends on DRM_MIPI_DSI
184	depends on BACKLIGHT_CLASS_DEVICE
185	help
186	  Say Y here if you want to enable support for Panasonic VVX10F034N00
187	  WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
188	  Xperia Z2 tablets
189
190config DRM_PANEL_RASPBERRYPI_TOUCHSCREEN
191	tristate "Raspberry Pi 7-inch touchscreen panel"
192	depends on DRM_MIPI_DSI
193	help
194	  Say Y here if you want to enable support for the Raspberry
195	  Pi 7" Touchscreen.  To compile this driver as a module,
196	  choose M here.
197
198config DRM_PANEL_RAYDIUM_RM67191
199	tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel"
200	depends on OF
201	depends on DRM_MIPI_DSI
202	depends on BACKLIGHT_CLASS_DEVICE
203	help
204	  Say Y here if you want to enable support for Raydium RM67191 FHD
205	  (1080x1920) DSI panel.
206
207config DRM_PANEL_RAYDIUM_RM68200
208	tristate "Raydium RM68200 720x1280 DSI video mode panel"
209	depends on OF
210	depends on DRM_MIPI_DSI
211	depends on BACKLIGHT_CLASS_DEVICE
212	help
213	  Say Y here if you want to enable support for Raydium RM68200
214	  720x1280 DSI video mode panel.
215
216config DRM_PANEL_ROCKTECH_JH057N00900
217	tristate "Rocktech JH057N00900 MIPI touchscreen panel"
218	depends on OF
219	depends on DRM_MIPI_DSI
220	depends on BACKLIGHT_CLASS_DEVICE
221	help
222	  Say Y here if you want to enable support for Rocktech JH057N00900
223	  MIPI DSI panel as e.g. used in the Librem 5 devkit. It has a
224	  resolution of 720x1440 pixels, a built in backlight and touch
225	  controller.
226	  Touch input support is provided by the goodix driver and needs to be
227	  selected separately.
228
229config DRM_PANEL_RONBO_RB070D30
230	tristate "Ronbo Electronics RB070D30 panel"
231	depends on OF
232	depends on DRM_MIPI_DSI
233	depends on BACKLIGHT_CLASS_DEVICE
234	help
235	  Say Y here if you want to enable support for Ronbo Electronics
236	  RB070D30 1024x600 DSI panel.
237
238config DRM_PANEL_SAMSUNG_S6D16D0
239	tristate "Samsung S6D16D0 DSI video mode panel"
240	depends on OF
241	depends on DRM_MIPI_DSI
242	select VIDEOMODE_HELPERS
243
244config DRM_PANEL_SAMSUNG_S6E3HA2
245	tristate "Samsung S6E3HA2 DSI video mode panel"
246	depends on OF
247	depends on DRM_MIPI_DSI
248	depends on BACKLIGHT_CLASS_DEVICE
249	select VIDEOMODE_HELPERS
250
251config DRM_PANEL_SAMSUNG_S6E63J0X03
252	tristate "Samsung S6E63J0X03 DSI command mode panel"
253	depends on OF
254	depends on DRM_MIPI_DSI
255	depends on BACKLIGHT_CLASS_DEVICE
256	select VIDEOMODE_HELPERS
257
258config DRM_PANEL_SAMSUNG_S6E63M0
259	tristate "Samsung S6E63M0 RGB/SPI panel"
260	depends on OF
261	depends on SPI
262	depends on BACKLIGHT_CLASS_DEVICE
263	help
264	  Say Y here if you want to enable support for Samsung S6E63M0
265	  AMOLED LCD panel.
266
267config DRM_PANEL_SAMSUNG_S6E8AA0
268	tristate "Samsung S6E8AA0 DSI video mode panel"
269	depends on OF
270	select DRM_MIPI_DSI
271	select VIDEOMODE_HELPERS
272
273config DRM_PANEL_SEIKO_43WVF1G
274	tristate "Seiko 43WVF1G panel"
275	depends on OF
276	depends on BACKLIGHT_CLASS_DEVICE
277	select VIDEOMODE_HELPERS
278	help
279	  Say Y here if you want to enable support for the Seiko
280	  43WVF1G controller for 800x480 LCD panels
281
282config DRM_PANEL_SHARP_LQ101R1SX01
283	tristate "Sharp LQ101R1SX01 panel"
284	depends on OF
285	depends on DRM_MIPI_DSI
286	depends on BACKLIGHT_CLASS_DEVICE
287	help
288	  Say Y here if you want to enable support for Sharp LQ101R1SX01
289	  TFT-LCD modules. The panel has a 2560x1600 resolution and uses
290	  24 bit RGB per pixel. It provides a dual MIPI DSI interface to
291	  the host and has a built-in LED backlight.
292
293	  To compile this driver as a module, choose M here: the module
294	  will be called panel-sharp-lq101r1sx01.
295
296config DRM_PANEL_SHARP_LS037V7DW01
297	tristate "Sharp LS037V7DW01 VGA LCD panel"
298	depends on GPIOLIB && OF && REGULATOR
299	help
300	  Say Y here if you want to enable support for Sharp LS037V7DW01 VGA
301	  (480x640) LCD panel (found on the TI SDP3430 board).
302
303config DRM_PANEL_SHARP_LS043T1LE01
304	tristate "Sharp LS043T1LE01 qHD video mode panel"
305	depends on OF
306	depends on DRM_MIPI_DSI
307	depends on BACKLIGHT_CLASS_DEVICE
308	help
309	  Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
310	  (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
311
312config DRM_PANEL_SITRONIX_ST7701
313	tristate "Sitronix ST7701 panel driver"
314	depends on OF
315	depends on DRM_MIPI_DSI
316	depends on BACKLIGHT_CLASS_DEVICE
317	help
318	  Say Y here if you want to enable support for the Sitronix
319	  ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI
320	  system interfaces.
321
322config DRM_PANEL_SITRONIX_ST7789V
323	tristate "Sitronix ST7789V panel"
324	depends on OF && SPI
325	depends on BACKLIGHT_CLASS_DEVICE
326	help
327	  Say Y here if you want to enable support for the Sitronix
328	  ST7789V controller for 240x320 LCD panels
329
330config DRM_PANEL_SONY_ACX565AKM
331	tristate "Sony ACX565AKM panel"
332	depends on GPIOLIB && OF && SPI
333	depends on BACKLIGHT_CLASS_DEVICE
334	help
335	  Say Y here if you want to enable support for the Sony ACX565AKM
336	  800x600 3.5" panel (found on the Nokia N900).
337
338config DRM_PANEL_TPO_TD028TTEC1
339	tristate "Toppoly (TPO) TD028TTEC1 panel driver"
340	depends on OF && SPI
341	depends on BACKLIGHT_CLASS_DEVICE
342	help
343	  Say Y here if you want to enable support for TPO TD028TTEC1 480x640
344	  2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973).
345
346config DRM_PANEL_TPO_TD043MTEA1
347	tristate "Toppoly (TPO) TD043MTEA1 panel driver"
348	depends on GPIOLIB && OF && REGULATOR && SPI
349	help
350	  Say Y here if you want to enable support for TPO TD043MTEA1 800x480
351	  4.3" panel (found on the OMAP3 Pandora board).
352
353config DRM_PANEL_TPO_TPG110
354	tristate "TPO TPG 800x400 panel"
355	depends on OF && SPI && GPIOLIB
356	depends on BACKLIGHT_CLASS_DEVICE
357	help
358	  Say Y here if you want to enable support for TPO TPG110
359	  400CH LTPS TFT LCD Single Chip Digital Driver for up to
360	  800x400 LCD panels.
361
362config DRM_PANEL_TRULY_NT35597_WQXGA
363	tristate "Truly WQXGA"
364	depends on OF
365	depends on DRM_MIPI_DSI
366	help
367	  Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI
368	  Video Mode panel
369endmenu
370