xref: /openbmc/linux/drivers/gpu/drm/panel/Kconfig (revision e98910be)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2aead40eaSThierry Redingconfig DRM_PANEL
3aead40eaSThierry Reding	bool
4aead40eaSThierry Reding	depends on DRM
5aead40eaSThierry Reding	help
6aead40eaSThierry Reding	  Panel registration and lookup framework.
7280921deSThierry Reding
8280921deSThierry Redingmenu "Display Panels"
9937ca284SRussell King	depends on DRM && DRM_PANEL
10280921deSThierry Reding
11f40f5b87SLinus Walleijconfig DRM_PANEL_ARM_VERSATILE
12f40f5b87SLinus Walleij	tristate "ARM Versatile panel driver"
13f40f5b87SLinus Walleij	depends on OF
14f40f5b87SLinus Walleij	depends on MFD_SYSCON
15f40f5b87SLinus Walleij	select VIDEOMODE_HELPERS
16f40f5b87SLinus Walleij	help
17f40f5b87SLinus Walleij	  This driver supports the ARM Versatile panels connected to ARM
18f40f5b87SLinus Walleij	  reference designs. The panel is detected using special registers
19f40f5b87SLinus Walleij	  in the Versatile family syscon registers.
20f40f5b87SLinus Walleij
214b6dd3caSJerry Hanconfig DRM_PANEL_BOE_HIMAX8279D
224b6dd3caSJerry Han	tristate "Boe Himax8279d panel"
234b6dd3caSJerry Han	depends on OF
244b6dd3caSJerry Han	depends on DRM_MIPI_DSI
254b6dd3caSJerry Han	depends on BACKLIGHT_CLASS_DEVICE
264b6dd3caSJerry Han	help
274b6dd3caSJerry Han	  Say Y here if you want to enable support for Boe Himax8279d
284b6dd3caSJerry Han	  TFT-LCD modules. The panel has a 1200x1920 resolution and uses
294b6dd3caSJerry Han	  24 bit RGB per pixel. It provides a MIPI DSI interface to
304b6dd3caSJerry Han	  the host and has a built-in LED backlight.
314b6dd3caSJerry Han
327c9dff5bSLaurent Pinchartconfig DRM_PANEL_LVDS
337c9dff5bSLaurent Pinchart	tristate "Generic LVDS panel driver"
347c9dff5bSLaurent Pinchart	depends on OF
357c9dff5bSLaurent Pinchart	depends on BACKLIGHT_CLASS_DEVICE
367c9dff5bSLaurent Pinchart	select VIDEOMODE_HELPERS
377c9dff5bSLaurent Pinchart	help
387c9dff5bSLaurent Pinchart	  This driver supports LVDS panels that don't require device-specific
397c9dff5bSLaurent Pinchart	  handling of power supplies or control signals. It implements automatic
407c9dff5bSLaurent Pinchart	  backlight handling if the panel is attached to a backlight controller.
417c9dff5bSLaurent Pinchart
42280921deSThierry Redingconfig DRM_PANEL_SIMPLE
43280921deSThierry Reding	tristate "support for simple panels"
44280921deSThierry Reding	depends on OF
4583b37eacSArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
46a5d3e625SPhilipp Zabel	select VIDEOMODE_HELPERS
47280921deSThierry Reding	help
48280921deSThierry Reding	  DRM panel driver for dumb panels that need at most a regulator and
49280921deSThierry Reding	  a GPIO to be powered up. Optionally a backlight can be attached so
50280921deSThierry Reding	  that it can be automatically turned off when the panel goes into a
51280921deSThierry Reding	  low power state.
52280921deSThierry Reding
5369dc678aSJagan Tekiconfig DRM_PANEL_FEIYANG_FY07024DI26A30D
5469dc678aSJagan Teki	tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel"
5569dc678aSJagan Teki	depends on OF
5669dc678aSJagan Teki	depends on DRM_MIPI_DSI
5769dc678aSJagan Teki	depends on BACKLIGHT_CLASS_DEVICE
5869dc678aSJagan Teki	help
5969dc678aSJagan Teki	  Say Y if you want to enable support for panels based on the
6069dc678aSJagan Teki	  Feiyang FY07024DI26A30-D MIPI-DSI interface.
6169dc678aSJagan Teki
620ee2e37aSLinus Walleijconfig DRM_PANEL_ILITEK_IL9322
630ee2e37aSLinus Walleij	tristate "Ilitek ILI9322 320x240 QVGA panels"
640ee2e37aSLinus Walleij	depends on OF && SPI
650ee2e37aSLinus Walleij	select REGMAP
660ee2e37aSLinus Walleij	help
670ee2e37aSLinus Walleij	  Say Y here if you want to enable support for Ilitek IL9322
680ee2e37aSLinus Walleij	  QVGA (320x240) RGB, YUV and ITU-T BT.656 panels.
690ee2e37aSLinus Walleij
7026aec255SMaxime Ripardconfig DRM_PANEL_ILITEK_ILI9881C
7126aec255SMaxime Ripard	tristate "Ilitek ILI9881C-based panels"
7226aec255SMaxime Ripard	depends on OF
7326aec255SMaxime Ripard	depends on DRM_MIPI_DSI
7426aec255SMaxime Ripard	depends on BACKLIGHT_CLASS_DEVICE
7526aec255SMaxime Ripard	help
7626aec255SMaxime Ripard	  Say Y if you want to enable support for panels based on the
7726aec255SMaxime Ripard	  Ilitek ILI9881c controller.
7826aec255SMaxime Ripard
7914c8f2e9SChris Zhongconfig DRM_PANEL_INNOLUX_P079ZCA
8014c8f2e9SChris Zhong	tristate "Innolux P079ZCA panel"
8114c8f2e9SChris Zhong	depends on OF
8214c8f2e9SChris Zhong	depends on DRM_MIPI_DSI
8314c8f2e9SChris Zhong	depends on BACKLIGHT_CLASS_DEVICE
8414c8f2e9SChris Zhong	help
8514c8f2e9SChris Zhong	  Say Y here if you want to enable support for Innolux P079ZCA
8614c8f2e9SChris Zhong	  TFT-LCD modules. The panel has a 1024x768 resolution and uses
8714c8f2e9SChris Zhong	  24 bit RGB per pixel. It provides a MIPI DSI interface to
8814c8f2e9SChris Zhong	  the host and has a built-in LED backlight.
8914c8f2e9SChris Zhong
90c96f5662SVinay Simha BNconfig DRM_PANEL_JDI_LT070ME05000
91c96f5662SVinay Simha BN	tristate "JDI LT070ME05000 WUXGA DSI panel"
92c96f5662SVinay Simha BN	depends on OF
93c96f5662SVinay Simha BN	depends on DRM_MIPI_DSI
94c96f5662SVinay Simha BN	depends on BACKLIGHT_CLASS_DEVICE
95c96f5662SVinay Simha BN	help
96c96f5662SVinay Simha BN	  Say Y here if you want to enable support for JDI DSI video mode
97c96f5662SVinay Simha BN	  panel as found in Google Nexus 7 (2013) devices.
98c96f5662SVinay Simha BN	  The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses
99c96f5662SVinay Simha BN	  24 bit per pixel.
100c96f5662SVinay Simha BN
1012a994cbeSNickey Yangconfig DRM_PANEL_KINGDISPLAY_KD097D04
1022a994cbeSNickey Yang	tristate "Kingdisplay kd097d04 panel"
1032a994cbeSNickey Yang	depends on OF
1042a994cbeSNickey Yang	depends on DRM_MIPI_DSI
1052a994cbeSNickey Yang	depends on BACKLIGHT_CLASS_DEVICE
1062a994cbeSNickey Yang	help
1072a994cbeSNickey Yang	  Say Y here if you want to enable support for Kingdisplay kd097d04
1082a994cbeSNickey Yang	  TFT-LCD modules. The panel has a 1536x2048 resolution and uses
1092a994cbeSNickey Yang	  24 bit RGB per pixel. It provides a MIPI DSI interface to
1102a994cbeSNickey Yang	  the host and has a built-in LED backlight.
1112a994cbeSNickey Yang
112e98910beSHeiko Stuebnerconfig DRM_PANEL_LEADTEK_LTK500HD1829
113e98910beSHeiko Stuebner	tristate "Leadtek LTK500HD1829 panel"
114e98910beSHeiko Stuebner	depends on OF
115e98910beSHeiko Stuebner	depends on DRM_MIPI_DSI
116e98910beSHeiko Stuebner	depends on BACKLIGHT_CLASS_DEVICE
117e98910beSHeiko Stuebner	help
118e98910beSHeiko Stuebner	  Say Y here if you want to enable support for Kingdisplay kd097d04
119e98910beSHeiko Stuebner	  TFT-LCD modules. The panel has a 1536x2048 resolution and uses
120e98910beSHeiko Stuebner	  24 bit RGB per pixel. It provides a MIPI DSI interface to
121e98910beSHeiko Stuebner	  the host and has a built-in LED backlight.
122e98910beSHeiko Stuebner
1239ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_LD9040
1249ef7e25fSThierry Reding	tristate "Samsung LD9040 RGB/SPI panel"
12550d5ed39SRussell King	depends on OF && SPI
126ff219937SAndrzej Hajda	select VIDEOMODE_HELPERS
127ff219937SAndrzej Hajda
128f5b0c654SLaurent Pinchartconfig DRM_PANEL_LG_LB035Q02
129f5b0c654SLaurent Pinchart	tristate "LG LB035Q024573 RGB panel"
130f5b0c654SLaurent Pinchart	depends on GPIOLIB && OF && SPI
131f5b0c654SLaurent Pinchart	help
132f5b0c654SLaurent Pinchart	  Say Y here if you want to enable support for the LB035Q02 RGB panel
133f5b0c654SLaurent Pinchart	  (found on the Gumstix Overo Palo35 board). To compile this driver as
134f5b0c654SLaurent Pinchart	  a module, choose M here.
135f5b0c654SLaurent Pinchart
13658c467ecSHeiko Schocherconfig DRM_PANEL_LG_LG4573
13758c467ecSHeiko Schocher	tristate "LG4573 RGB/SPI panel"
13858c467ecSHeiko Schocher	depends on OF && SPI
13958c467ecSHeiko Schocher	select VIDEOMODE_HELPERS
14058c467ecSHeiko Schocher	help
14158c467ecSHeiko Schocher	  Say Y here if you want to enable support for LG4573 RGB panel.
14258c467ecSHeiko Schocher	  To compile this driver as a module, choose M here.
14358c467ecSHeiko Schocher
144df439abeSLaurent Pinchartconfig DRM_PANEL_NEC_NL8048HL11
145df439abeSLaurent Pinchart	tristate "NEC NL8048HL11 RGB panel"
146df439abeSLaurent Pinchart	depends on GPIOLIB && OF && SPI
147df439abeSLaurent Pinchart	help
148df439abeSLaurent Pinchart	  Say Y here if you want to enable support for the NEC NL8048HL11 RGB
149df439abeSLaurent Pinchart	  panel (found on the Zoom2/3/3630 SDP boards). To compile this driver
150df439abeSLaurent Pinchart	  as a module, choose M here.
151df439abeSLaurent Pinchart
152ecdcbbb7SPaul Cercueilconfig DRM_PANEL_NOVATEK_NT39016
153ecdcbbb7SPaul Cercueil	tristate "Novatek NT39016 RGB/SPI panel"
154ecdcbbb7SPaul Cercueil	depends on OF && SPI
155ecdcbbb7SPaul Cercueil	depends on BACKLIGHT_CLASS_DEVICE
156ecdcbbb7SPaul Cercueil	select REGMAP_SPI
157ecdcbbb7SPaul Cercueil	help
158ecdcbbb7SPaul Cercueil	  Say Y here if you want to enable support for the panels built
159ecdcbbb7SPaul Cercueil	  around the Novatek NT39016 display controller.
160ecdcbbb7SPaul Cercueil
16117fd7a9dSStefan Mavrodievconfig DRM_PANEL_OLIMEX_LCD_OLINUXINO
16217fd7a9dSStefan Mavrodiev	tristate "Olimex LCD-OLinuXino panel"
16317fd7a9dSStefan Mavrodiev	depends on OF
16417fd7a9dSStefan Mavrodiev	depends on I2C
16517fd7a9dSStefan Mavrodiev	depends on BACKLIGHT_CLASS_DEVICE
16617fd7a9dSStefan Mavrodiev	help
16717fd7a9dSStefan Mavrodiev	  The panel is used with different sizes LCDs, from 480x272 to
16817fd7a9dSStefan Mavrodiev	  1280x800, and 24 bit per pixel.
16917fd7a9dSStefan Mavrodiev
17017fd7a9dSStefan Mavrodiev	  Say Y here if you want to enable support for Olimex Ltd.
17117fd7a9dSStefan Mavrodiev	  LCD-OLinuXino panel.
17217fd7a9dSStefan Mavrodiev
173f0a5bb98SPhilippe CORNUconfig DRM_PANEL_ORISETECH_OTM8009A
174f0a5bb98SPhilippe CORNU	tristate "Orise Technology otm8009a 480x800 dsi 2dl panel"
175f0a5bb98SPhilippe CORNU	depends on OF
176f0a5bb98SPhilippe CORNU	depends on DRM_MIPI_DSI
177f0a5bb98SPhilippe CORNU	depends on BACKLIGHT_CLASS_DEVICE
178f0a5bb98SPhilippe CORNU	help
179f0a5bb98SPhilippe CORNU	  Say Y here if you want to enable support for Orise Technology
180f0a5bb98SPhilippe CORNU	  otm8009a 480x800 dsi 2dl panel.
181f0a5bb98SPhilippe CORNU
182b97b042aSPeter Ujfalusiconfig DRM_PANEL_OSD_OSD101T2587_53TS
183b97b042aSPeter Ujfalusi	tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel"
184b97b042aSPeter Ujfalusi	depends on OF
185b97b042aSPeter Ujfalusi	depends on DRM_MIPI_DSI
186b97b042aSPeter Ujfalusi	depends on BACKLIGHT_CLASS_DEVICE
187b97b042aSPeter Ujfalusi	help
188b97b042aSPeter Ujfalusi	  Say Y here if you want to enable support for One Stop Displays
189b97b042aSPeter Ujfalusi	  OSD101T2587-53TS 10.1" 1920x1200 dsi panel.
190b97b042aSPeter Ujfalusi
191086ceb6bSWerner Johanssonconfig DRM_PANEL_PANASONIC_VVX10F034N00
192086ceb6bSWerner Johansson	tristate "Panasonic VVX10F034N00 1920x1200 video mode panel"
193086ceb6bSWerner Johansson	depends on OF
194086ceb6bSWerner Johansson	depends on DRM_MIPI_DSI
195086ceb6bSWerner Johansson	depends on BACKLIGHT_CLASS_DEVICE
196086ceb6bSWerner Johansson	help
197086ceb6bSWerner Johansson	  Say Y here if you want to enable support for Panasonic VVX10F034N00
198086ceb6bSWerner Johansson	  WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
199086ceb6bSWerner Johansson	  Xperia Z2 tablets
200086ceb6bSWerner Johansson
2012f733d61SEric Anholtconfig DRM_PANEL_RASPBERRYPI_TOUCHSCREEN
2022f733d61SEric Anholt	tristate "Raspberry Pi 7-inch touchscreen panel"
2032f733d61SEric Anholt	depends on DRM_MIPI_DSI
2042f733d61SEric Anholt	help
2052f733d61SEric Anholt	  Say Y here if you want to enable support for the Raspberry
2062f733d61SEric Anholt	  Pi 7" Touchscreen.  To compile this driver as a module,
2072f733d61SEric Anholt	  choose M here.
2082f733d61SEric Anholt
209f63df31dSRobert Chirasconfig DRM_PANEL_RAYDIUM_RM67191
210f63df31dSRobert Chiras	tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel"
211f63df31dSRobert Chiras	depends on OF
212f63df31dSRobert Chiras	depends on DRM_MIPI_DSI
213f63df31dSRobert Chiras	depends on BACKLIGHT_CLASS_DEVICE
214f63df31dSRobert Chiras	help
215f63df31dSRobert Chiras	  Say Y here if you want to enable support for Raydium RM67191 FHD
216f63df31dSRobert Chiras	  (1080x1920) DSI panel.
217f63df31dSRobert Chiras
2182b7ed18bSPhilippe CORNUconfig DRM_PANEL_RAYDIUM_RM68200
2192b7ed18bSPhilippe CORNU	tristate "Raydium RM68200 720x1280 DSI video mode panel"
2202b7ed18bSPhilippe CORNU	depends on OF
2212b7ed18bSPhilippe CORNU	depends on DRM_MIPI_DSI
222a8efe516SArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
2232b7ed18bSPhilippe CORNU	help
2242b7ed18bSPhilippe CORNU	  Say Y here if you want to enable support for Raydium RM68200
2252b7ed18bSPhilippe CORNU	  720x1280 DSI video mode panel.
2262b7ed18bSPhilippe CORNU
227530b1969SGuido Güntherconfig DRM_PANEL_ROCKTECH_JH057N00900
228530b1969SGuido Günther	tristate "Rocktech JH057N00900 MIPI touchscreen panel"
229530b1969SGuido Günther	depends on OF
230530b1969SGuido Günther	depends on DRM_MIPI_DSI
231530b1969SGuido Günther	depends on BACKLIGHT_CLASS_DEVICE
232530b1969SGuido Günther	help
233530b1969SGuido Günther	  Say Y here if you want to enable support for Rocktech JH057N00900
234530b1969SGuido Günther	  MIPI DSI panel as e.g. used in the Librem 5 devkit. It has a
235530b1969SGuido Günther	  resolution of 720x1440 pixels, a built in backlight and touch
236530b1969SGuido Günther	  controller.
237530b1969SGuido Günther	  Touch input support is provided by the goodix driver and needs to be
238530b1969SGuido Günther	  selected separately.
239530b1969SGuido Günther
240979a1bb6SKonstantin Sudakovconfig DRM_PANEL_RONBO_RB070D30
241979a1bb6SKonstantin Sudakov	tristate "Ronbo Electronics RB070D30 panel"
242979a1bb6SKonstantin Sudakov	depends on OF
243979a1bb6SKonstantin Sudakov	depends on DRM_MIPI_DSI
244979a1bb6SKonstantin Sudakov	depends on BACKLIGHT_CLASS_DEVICE
245979a1bb6SKonstantin Sudakov	help
246979a1bb6SKonstantin Sudakov	  Say Y here if you want to enable support for Ronbo Electronics
247979a1bb6SKonstantin Sudakov	  RB070D30 1024x600 DSI panel.
248979a1bb6SKonstantin Sudakov
249ac1d6d74SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6D16D0
250ac1d6d74SLinus Walleij	tristate "Samsung S6D16D0 DSI video mode panel"
251ac1d6d74SLinus Walleij	depends on OF
252ac1d6d74SLinus Walleij	depends on DRM_MIPI_DSI
253ac1d6d74SLinus Walleij	select VIDEOMODE_HELPERS
254ac1d6d74SLinus Walleij
255ed29f942SHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E3HA2
256ed29f942SHoegeun Kwon	tristate "Samsung S6E3HA2 DSI video mode panel"
257ed29f942SHoegeun Kwon	depends on OF
258ed29f942SHoegeun Kwon	depends on DRM_MIPI_DSI
25993023c14SArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
260ed29f942SHoegeun Kwon	select VIDEOMODE_HELPERS
261ed29f942SHoegeun Kwon
2622a05177dSHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E63J0X03
2632a05177dSHoegeun Kwon	tristate "Samsung S6E63J0X03 DSI command mode panel"
2642a05177dSHoegeun Kwon	depends on OF
2652a05177dSHoegeun Kwon	depends on DRM_MIPI_DSI
2662a05177dSHoegeun Kwon	depends on BACKLIGHT_CLASS_DEVICE
2672a05177dSHoegeun Kwon	select VIDEOMODE_HELPERS
2682a05177dSHoegeun Kwon
269994a08a2SPaweł Chmielconfig DRM_PANEL_SAMSUNG_S6E63M0
270994a08a2SPaweł Chmiel	tristate "Samsung S6E63M0 RGB/SPI panel"
271994a08a2SPaweł Chmiel	depends on OF
272994a08a2SPaweł Chmiel	depends on SPI
273994a08a2SPaweł Chmiel	depends on BACKLIGHT_CLASS_DEVICE
274994a08a2SPaweł Chmiel	help
275994a08a2SPaweł Chmiel	  Say Y here if you want to enable support for Samsung S6E63M0
276994a08a2SPaweł Chmiel	  AMOLED LCD panel.
277994a08a2SPaweł Chmiel
2789ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_S6E8AA0
2799ef7e25fSThierry Reding	tristate "Samsung S6E8AA0 DSI video mode panel"
28002051ca0SAndrzej Hajda	depends on OF
28102051ca0SAndrzej Hajda	select DRM_MIPI_DSI
28202051ca0SAndrzej Hajda	select VIDEOMODE_HELPERS
28302051ca0SAndrzej Hajda
284043652aaSMarco Franchiconfig DRM_PANEL_SEIKO_43WVF1G
285043652aaSMarco Franchi	tristate "Seiko 43WVF1G panel"
286043652aaSMarco Franchi	depends on OF
287043652aaSMarco Franchi	depends on BACKLIGHT_CLASS_DEVICE
288043652aaSMarco Franchi	select VIDEOMODE_HELPERS
289043652aaSMarco Franchi	help
290043652aaSMarco Franchi	  Say Y here if you want to enable support for the Seiko
291043652aaSMarco Franchi	  43WVF1G controller for 800x480 LCD panels
292043652aaSMarco Franchi
2931976dbcaSThierry Redingconfig DRM_PANEL_SHARP_LQ101R1SX01
2941976dbcaSThierry Reding	tristate "Sharp LQ101R1SX01 panel"
2951976dbcaSThierry Reding	depends on OF
2961976dbcaSThierry Reding	depends on DRM_MIPI_DSI
297f071b34fSArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
2981976dbcaSThierry Reding	help
2991976dbcaSThierry Reding	  Say Y here if you want to enable support for Sharp LQ101R1SX01
3001976dbcaSThierry Reding	  TFT-LCD modules. The panel has a 2560x1600 resolution and uses
3011976dbcaSThierry Reding	  24 bit RGB per pixel. It provides a dual MIPI DSI interface to
3021976dbcaSThierry Reding	  the host and has a built-in LED backlight.
3031976dbcaSThierry Reding
3041976dbcaSThierry Reding	  To compile this driver as a module, choose M here: the module
3051976dbcaSThierry Reding	  will be called panel-sharp-lq101r1sx01.
3061976dbcaSThierry Reding
307c9cf4c2aSLaurent Pinchartconfig DRM_PANEL_SHARP_LS037V7DW01
308c9cf4c2aSLaurent Pinchart	tristate "Sharp LS037V7DW01 VGA LCD panel"
309c9cf4c2aSLaurent Pinchart	depends on GPIOLIB && OF && REGULATOR
310c9cf4c2aSLaurent Pinchart	help
311c9cf4c2aSLaurent Pinchart	  Say Y here if you want to enable support for Sharp LS037V7DW01 VGA
312c9cf4c2aSLaurent Pinchart	  (480x640) LCD panel (found on the TI SDP3430 board).
313c9cf4c2aSLaurent Pinchart
314ee017238SWerner Johanssonconfig DRM_PANEL_SHARP_LS043T1LE01
315ee017238SWerner Johansson	tristate "Sharp LS043T1LE01 qHD video mode panel"
316ee017238SWerner Johansson	depends on OF
317ee017238SWerner Johansson	depends on DRM_MIPI_DSI
318ee017238SWerner Johansson	depends on BACKLIGHT_CLASS_DEVICE
319ee017238SWerner Johansson	help
320ee017238SWerner Johansson	  Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
321ee017238SWerner Johansson	  (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
322ee017238SWerner Johansson
323849b2e3fSJagan Tekiconfig DRM_PANEL_SITRONIX_ST7701
324849b2e3fSJagan Teki	tristate "Sitronix ST7701 panel driver"
325849b2e3fSJagan Teki	depends on OF
326849b2e3fSJagan Teki	depends on DRM_MIPI_DSI
327849b2e3fSJagan Teki	depends on BACKLIGHT_CLASS_DEVICE
328849b2e3fSJagan Teki	help
329849b2e3fSJagan Teki	  Say Y here if you want to enable support for the Sitronix
330849b2e3fSJagan Teki	  ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI
331849b2e3fSJagan Teki	  system interfaces.
332849b2e3fSJagan Teki
3337142afb3SMaxime Ripardconfig DRM_PANEL_SITRONIX_ST7789V
3347142afb3SMaxime Ripard	tristate "Sitronix ST7789V panel"
3357142afb3SMaxime Ripard	depends on OF && SPI
3362a498168SArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
3377142afb3SMaxime Ripard	help
3387142afb3SMaxime Ripard	  Say Y here if you want to enable support for the Sitronix
3397142afb3SMaxime Ripard	  ST7789V controller for 240x320 LCD panels
3407142afb3SMaxime Ripard
3411c8fc3f0SLaurent Pinchartconfig DRM_PANEL_SONY_ACX565AKM
3421c8fc3f0SLaurent Pinchart	tristate "Sony ACX565AKM panel"
3431c8fc3f0SLaurent Pinchart	depends on GPIOLIB && OF && SPI
3441c8fc3f0SLaurent Pinchart	depends on BACKLIGHT_CLASS_DEVICE
3451c8fc3f0SLaurent Pinchart	help
3461c8fc3f0SLaurent Pinchart	  Say Y here if you want to enable support for the Sony ACX565AKM
3471c8fc3f0SLaurent Pinchart	  800x600 3.5" panel (found on the Nokia N900).
3481c8fc3f0SLaurent Pinchart
349415b8dd0SLaurent Pinchartconfig DRM_PANEL_TPO_TD028TTEC1
350415b8dd0SLaurent Pinchart	tristate "Toppoly (TPO) TD028TTEC1 panel driver"
351415b8dd0SLaurent Pinchart	depends on OF && SPI
352415b8dd0SLaurent Pinchart	depends on BACKLIGHT_CLASS_DEVICE
353415b8dd0SLaurent Pinchart	help
354415b8dd0SLaurent Pinchart	  Say Y here if you want to enable support for TPO TD028TTEC1 480x640
355415b8dd0SLaurent Pinchart	  2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973).
356415b8dd0SLaurent Pinchart
357dc2e1e5bSLaurent Pinchartconfig DRM_PANEL_TPO_TD043MTEA1
358dc2e1e5bSLaurent Pinchart	tristate "Toppoly (TPO) TD043MTEA1 panel driver"
359dc2e1e5bSLaurent Pinchart	depends on GPIOLIB && OF && REGULATOR && SPI
360dc2e1e5bSLaurent Pinchart	help
361dc2e1e5bSLaurent Pinchart	  Say Y here if you want to enable support for TPO TD043MTEA1 800x480
362dc2e1e5bSLaurent Pinchart	  4.3" panel (found on the OMAP3 Pandora board).
363dc2e1e5bSLaurent Pinchart
364324bb707SLinus Walleijconfig DRM_PANEL_TPO_TPG110
365324bb707SLinus Walleij	tristate "TPO TPG 800x400 panel"
366324bb707SLinus Walleij	depends on OF && SPI && GPIOLIB
367324bb707SLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
368324bb707SLinus Walleij	help
369324bb707SLinus Walleij	  Say Y here if you want to enable support for TPO TPG110
370324bb707SLinus Walleij	  400CH LTPS TFT LCD Single Chip Digital Driver for up to
371324bb707SLinus Walleij	  800x400 LCD panels.
372324bb707SLinus Walleij
3731dd0b147SAbhinav Kumarconfig DRM_PANEL_TRULY_NT35597_WQXGA
3741dd0b147SAbhinav Kumar	tristate "Truly WQXGA"
3751dd0b147SAbhinav Kumar	depends on OF
3761dd0b147SAbhinav Kumar	depends on DRM_MIPI_DSI
3771dd0b147SAbhinav Kumar	help
3781dd0b147SAbhinav Kumar	  Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI
3791dd0b147SAbhinav Kumar	  Video Mode panel
380d1479d02SHeiko Stuebner
381d1479d02SHeiko Stuebnerconfig DRM_PANEL_XINPENG_XPP055C272
382d1479d02SHeiko Stuebner	tristate "Xinpeng XPP055C272 panel driver"
383d1479d02SHeiko Stuebner	depends on OF
384d1479d02SHeiko Stuebner	depends on DRM_MIPI_DSI
385d1479d02SHeiko Stuebner	depends on BACKLIGHT_CLASS_DEVICE
386d1479d02SHeiko Stuebner	help
387d1479d02SHeiko Stuebner	  Say Y here if you want to enable support for the Xinpeng
388d1479d02SHeiko Stuebner	  XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI
389d1479d02SHeiko Stuebner	  system interfaces.
390280921deSThierry Redingendmenu
391