xref: /linux/drivers/gpu/drm/panel/Kconfig (revision 4fca6849864d78e55f005115c143257e6566c89c)
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
117467389bSPaul Cercueilconfig DRM_PANEL_ABT_Y030XX067A
127467389bSPaul Cercueil	tristate "ABT Y030XX067A 320x480 LCD panel"
137467389bSPaul Cercueil	depends on OF && SPI
147467389bSPaul Cercueil	select REGMAP_SPI
157467389bSPaul Cercueil	help
167467389bSPaul Cercueil	  Say Y here to enable support for the Asia Better Technology Ltd.
177467389bSPaul Cercueil	  Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300
187467389bSPaul Cercueil	  and RG-99 handheld gaming consoles.
197467389bSPaul Cercueil
20f40f5b87SLinus Walleijconfig DRM_PANEL_ARM_VERSATILE
21f40f5b87SLinus Walleij	tristate "ARM Versatile panel driver"
22f40f5b87SLinus Walleij	depends on OF
23f40f5b87SLinus Walleij	depends on MFD_SYSCON
24f40f5b87SLinus Walleij	select VIDEOMODE_HELPERS
25f40f5b87SLinus Walleij	help
26f40f5b87SLinus Walleij	  This driver supports the ARM Versatile panels connected to ARM
27f40f5b87SLinus Walleij	  reference designs. The panel is detected using special registers
28f40f5b87SLinus Walleij	  in the Versatile family syscon registers.
29f40f5b87SLinus Walleij
3002ed76b6SKonrad Dybcioconfig DRM_PANEL_ASUS_Z00T_TM5P5_NT35596
3102ed76b6SKonrad Dybcio	tristate "ASUS Z00T TM5P5 NT35596 panel"
3202ed76b6SKonrad Dybcio	depends on GPIOLIB && OF
3302ed76b6SKonrad Dybcio	depends on DRM_MIPI_DSI
3402ed76b6SKonrad Dybcio	depends on BACKLIGHT_CLASS_DEVICE
3502ed76b6SKonrad Dybcio	help
3602ed76b6SKonrad Dybcio	  Say Y here if you want to enable support for the ASUS TMP5P5
3702ed76b6SKonrad Dybcio	  NT35596 1080x1920 video mode panel as found in some Asus
3802ed76b6SKonrad Dybcio	  Zenfone 2 Laser Z00T devices.
3902ed76b6SKonrad Dybcio
406febdb24SChristophe Branchereauconfig DRM_PANEL_AUO_A030JTN01
416febdb24SChristophe Branchereau	tristate "AUO A030JTN01"
426febdb24SChristophe Branchereau	depends on SPI
436febdb24SChristophe Branchereau	select REGMAP_SPI
446febdb24SChristophe Branchereau	help
456febdb24SChristophe Branchereau	  Say Y here to enable support for the AUO A030JTN01 320x480 3.0" panel
466febdb24SChristophe Branchereau	  as found in the YLM RS-97 handheld gaming console.
476febdb24SChristophe Branchereau
48a19125a2SAngeloGioacchino Del Regnoconfig DRM_PANEL_BOE_BF060Y8M_AJ0
49a19125a2SAngeloGioacchino Del Regno	tristate "Boe BF060Y8M-AJ0 panel"
50a19125a2SAngeloGioacchino Del Regno	depends on OF
51a19125a2SAngeloGioacchino Del Regno	depends on DRM_MIPI_DSI
52a19125a2SAngeloGioacchino Del Regno	depends on BACKLIGHT_CLASS_DEVICE
53a19125a2SAngeloGioacchino Del Regno	help
54a19125a2SAngeloGioacchino Del Regno	  Say Y here if you want to enable support for Boe BF060Y8M-AJ0
55a19125a2SAngeloGioacchino Del Regno	  5.99" AMOLED modules. The panel has a 1080x2160 resolution and
56a19125a2SAngeloGioacchino Del Regno	  uses 24 bit RGB per pixel. It provides a MIPI DSI interface to
57a19125a2SAngeloGioacchino Del Regno	  the host and backlight is controlled through DSI commands.
58a19125a2SAngeloGioacchino Del Regno
594b6dd3caSJerry Hanconfig DRM_PANEL_BOE_HIMAX8279D
604b6dd3caSJerry Han	tristate "Boe Himax8279d panel"
614b6dd3caSJerry Han	depends on OF
624b6dd3caSJerry Han	depends on DRM_MIPI_DSI
634b6dd3caSJerry Han	depends on BACKLIGHT_CLASS_DEVICE
644b6dd3caSJerry Han	help
654b6dd3caSJerry Han	  Say Y here if you want to enable support for Boe Himax8279d
664b6dd3caSJerry Han	  TFT-LCD modules. The panel has a 1200x1920 resolution and uses
674b6dd3caSJerry Han	  24 bit RGB per pixel. It provides a MIPI DSI interface to
684b6dd3caSJerry Han	  the host and has a built-in LED backlight.
694b6dd3caSJerry Han
707220a310SBarnabás Czémánconfig DRM_PANEL_BOE_TD4320
717220a310SBarnabás Czémán	tristate "BOE TD4320 DSI panel"
727220a310SBarnabás Czémán	depends on OF
737220a310SBarnabás Czémán	depends on DRM_MIPI_DSI
747220a310SBarnabás Czémán	depends on BACKLIGHT_CLASS_DEVICE
757220a310SBarnabás Czémán	help
767220a310SBarnabás Czémán	  Say Y here if you want to enable support for BOE TD4320 1080x2340
777220a310SBarnabás Czémán	  video mode panel found in Xiaomi Redmi Note 7 smartphones.
787220a310SBarnabás Czémán
79420186dbSAlexander Warneckeconfig DRM_PANEL_BOE_TH101MB31UIG002_28A
80420186dbSAlexander Warnecke	tristate "Boe TH101MB31UIG002-28A panel"
81420186dbSAlexander Warnecke	depends on OF
82420186dbSAlexander Warnecke	depends on DRM_MIPI_DSI
83420186dbSAlexander Warnecke	depends on BACKLIGHT_CLASS_DEVICE
84420186dbSAlexander Warnecke	help
85420186dbSAlexander Warnecke	  Say Y here if you want to enable support for Boe
86420186dbSAlexander Warnecke	  TH101MB31UIG002-28A TFT-LCD modules. The panel has a 800x1280
87420186dbSAlexander Warnecke	  resolution and uses 24 bit RGB per pixel. It provides a MIPI DSI
88420186dbSAlexander Warnecke	  interface to the host and has a built-in LED backlight.
89420186dbSAlexander Warnecke
90a869b9dbSJitao Shiconfig DRM_PANEL_BOE_TV101WUM_NL6
9144de19e3SJitao Shi	tristate "BOE TV101WUM and AUO KD101N80 45NA 1200x1920 panel"
92a869b9dbSJitao Shi	depends on OF
93a869b9dbSJitao Shi	depends on DRM_MIPI_DSI
94a869b9dbSJitao Shi	depends on BACKLIGHT_CLASS_DEVICE
95a869b9dbSJitao Shi	help
9644de19e3SJitao Shi	  Say Y here if you want to support for BOE TV101WUM and AUO KD101N80
9744de19e3SJitao Shi	  45NA WUXGA PANEL DSI Video Mode panel
98a869b9dbSJitao Shi
99aec8485fSNeil Armstrongconfig DRM_PANEL_BOE_TV101WUM_LL2
100aec8485fSNeil Armstrong	tristate "BOE TV101WUM LL2 1200x1920 panel"
101aec8485fSNeil Armstrong	depends on OF
102aec8485fSNeil Armstrong	depends on DRM_MIPI_DSI
103aec8485fSNeil Armstrong	depends on BACKLIGHT_CLASS_DEVICE
104aec8485fSNeil Armstrong	help
105aec8485fSNeil Armstrong	  Say Y here if you want to support for BOE TV101WUM-LL2
106aec8485fSNeil Armstrong	  WUXGA PANEL DSI Video Mode panel
107aec8485fSNeil Armstrong
108b00de0e2SJoel Selvarajconfig DRM_PANEL_EBBG_FT8719
109b00de0e2SJoel Selvaraj	tristate "EBBG FT8719 panel driver"
110b00de0e2SJoel Selvaraj	depends on OF
111b00de0e2SJoel Selvaraj	depends on DRM_MIPI_DSI
112b00de0e2SJoel Selvaraj	depends on BACKLIGHT_CLASS_DEVICE
113b00de0e2SJoel Selvaraj	help
114b00de0e2SJoel Selvaraj	  Say Y here if you want to enable support for the EBBG FT8719
115b00de0e2SJoel Selvaraj	  video mode panel. Mainly found on Xiaomi Poco F1 mobile phone.
116b00de0e2SJoel Selvaraj	  The panel has a resolution of 1080x2246. It provides a MIPI DSI
117b00de0e2SJoel Selvaraj	  interface to the host.
118b00de0e2SJoel Selvaraj
1195b660336SHeiko Stuebnerconfig DRM_PANEL_ELIDA_KD35T133
1205b660336SHeiko Stuebner	tristate "Elida KD35T133 panel driver"
1215b660336SHeiko Stuebner	depends on OF
1225b660336SHeiko Stuebner	depends on DRM_MIPI_DSI
1235b660336SHeiko Stuebner	depends on BACKLIGHT_CLASS_DEVICE
1245b660336SHeiko Stuebner	help
1255b660336SHeiko Stuebner	  Say Y here if you want to enable support for the Elida
1265b660336SHeiko Stuebner	  KD35T133 controller for 320x480 LCD panels with MIPI-DSI
1275b660336SHeiko Stuebner	  system interfaces.
1285b660336SHeiko Stuebner
129fac47b1eSIcenowy Zhengconfig DRM_PANEL_FEIXIN_K101_IM2BA02
130fac47b1eSIcenowy Zheng	tristate "Feixin K101 IM2BA02 panel"
131fac47b1eSIcenowy Zheng	depends on OF
132fac47b1eSIcenowy Zheng	depends on DRM_MIPI_DSI
133fac47b1eSIcenowy Zheng	depends on BACKLIGHT_CLASS_DEVICE
134fac47b1eSIcenowy Zheng	help
135fac47b1eSIcenowy Zheng	  Say Y here if you want to enable support for the Feixin K101 IM2BA02
136fac47b1eSIcenowy Zheng	  4-lane 800x1280 MIPI DSI panel.
137fac47b1eSIcenowy Zheng
13869dc678aSJagan Tekiconfig DRM_PANEL_FEIYANG_FY07024DI26A30D
13969dc678aSJagan Teki	tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel"
14069dc678aSJagan Teki	depends on OF
14169dc678aSJagan Teki	depends on DRM_MIPI_DSI
14269dc678aSJagan Teki	depends on BACKLIGHT_CLASS_DEVICE
14369dc678aSJagan Teki	help
14469dc678aSJagan Teki	  Say Y if you want to enable support for panels based on the
14569dc678aSJagan Teki	  Feiyang FY07024DI26A30-D MIPI-DSI interface.
14669dc678aSJagan Teki
147aaf7f809SRandy Dunlapconfig DRM_PANEL_DSI_CM
148aaf7f809SRandy Dunlap	tristate "Generic DSI command mode panels"
149aaf7f809SRandy Dunlap	depends on OF
150aaf7f809SRandy Dunlap	depends on DRM_MIPI_DSI
151aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
152aaf7f809SRandy Dunlap	help
153aaf7f809SRandy Dunlap	  DRM panel driver for DSI command mode panels with support for
154aaf7f809SRandy Dunlap	  embedded and external backlights.
155aaf7f809SRandy Dunlap
156aaf7f809SRandy Dunlapconfig DRM_PANEL_LVDS
157aaf7f809SRandy Dunlap	tristate "Generic LVDS panel driver"
158aaf7f809SRandy Dunlap	depends on OF
159aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
160aaf7f809SRandy Dunlap	select VIDEOMODE_HELPERS
161aaf7f809SRandy Dunlap	help
162aaf7f809SRandy Dunlap	  This driver supports LVDS panels that don't require device-specific
163aaf7f809SRandy Dunlap	  handling of power supplies or control signals. It implements automatic
164aaf7f809SRandy Dunlap	  backlight handling if the panel is attached to a backlight controller.
165aaf7f809SRandy Dunlap
16638d42c26SAngeloGioacchino Del Regnoconfig DRM_PANEL_HIMAX_HX8279
16738d42c26SAngeloGioacchino Del Regno	tristate "Himax HX8279-based panels"
16838d42c26SAngeloGioacchino Del Regno	depends on OF
16938d42c26SAngeloGioacchino Del Regno	depends on DRM_MIPI_DSI
17038d42c26SAngeloGioacchino Del Regno	depends on BACKLIGHT_CLASS_DEVICE
17138d42c26SAngeloGioacchino Del Regno	help
17238d42c26SAngeloGioacchino Del Regno	  Say Y if you want to enable support for panels based on the
17338d42c26SAngeloGioacchino Del Regno	  Himax HX8279 controller, such as the Startek KD070FHFID078
17438d42c26SAngeloGioacchino Del Regno	  7.0" 1200x1920 IPS LCD panel that uses a MIPI-DSI interface
17538d42c26SAngeloGioacchino Del Regno	  and others.
17638d42c26SAngeloGioacchino Del Regno
1770ef94554SCong Yangconfig DRM_PANEL_HIMAX_HX83102
1780ef94554SCong Yang	tristate "Himax HX83102-based panels"
1790ef94554SCong Yang	depends on OF
1800ef94554SCong Yang	depends on DRM_MIPI_DSI
1810ef94554SCong Yang	depends on BACKLIGHT_CLASS_DEVICE
1820ef94554SCong Yang	help
1830ef94554SCong Yang	  Say Y if you want to enable support for panels based on the
1840ef94554SCong Yang	  Himax HX83102 controller.
1850ef94554SCong Yang
186654f26a0SLuca Weissconfig DRM_PANEL_HIMAX_HX83112A
187654f26a0SLuca Weiss	tristate "Himax HX83112A-based DSI panel"
188654f26a0SLuca Weiss	depends on OF
189654f26a0SLuca Weiss	depends on DRM_MIPI_DSI
190654f26a0SLuca Weiss	depends on BACKLIGHT_CLASS_DEVICE
191654f26a0SLuca Weiss	select DRM_KMS_HELPER
192654f26a0SLuca Weiss	help
193654f26a0SLuca Weiss	  Say Y here if you want to enable support for Himax HX83112A-based
194654f26a0SLuca Weiss	  display panels, such as the one found in the Fairphone 4 smartphone.
195654f26a0SLuca Weiss
19665dc9360SKamil Trzcińskiconfig DRM_PANEL_HIMAX_HX8394
19765dc9360SKamil Trzciński	tristate "HIMAX HX8394 MIPI-DSI LCD panels"
19865dc9360SKamil Trzciński	depends on OF
19965dc9360SKamil Trzciński	depends on DRM_MIPI_DSI
20065dc9360SKamil Trzciński	depends on BACKLIGHT_CLASS_DEVICE
20165dc9360SKamil Trzciński	help
20265dc9360SKamil Trzciński	  Say Y if you want to enable support for panels based on the
20365dc9360SKamil Trzciński	  Himax HX8394 controller, such as the HannStar HSD060BHW4
20465dc9360SKamil Trzciński	  720x1440 TFT LCD panel that uses a MIPI-DSI interface.
20565dc9360SKamil Trzciński
20665dc9360SKamil Trzciński	  If M is selected the module will be called panel-himax-hx8394.
20765dc9360SKamil Trzciński
2080ee2e37aSLinus Walleijconfig DRM_PANEL_ILITEK_IL9322
2090ee2e37aSLinus Walleij	tristate "Ilitek ILI9322 320x240 QVGA panels"
2100ee2e37aSLinus Walleij	depends on OF && SPI
2110ee2e37aSLinus Walleij	select REGMAP
2120ee2e37aSLinus Walleij	help
2130ee2e37aSLinus Walleij	  Say Y here if you want to enable support for Ilitek IL9322
2140ee2e37aSLinus Walleij	  QVGA (320x240) RGB, YUV and ITU-T BT.656 panels.
2150ee2e37aSLinus Walleij
2165a042273SDillon Minconfig DRM_PANEL_ILITEK_ILI9341
2175a042273SDillon Min	tristate "Ilitek ILI9341 240x320 QVGA panels"
218d43cd48eSAndy Shevchenko	depends on SPI
21984dfc465SRandy Dunlap	select DRM_KMS_HELPER
22084dfc465SRandy Dunlap	select DRM_GEM_DMA_HELPER
2215a042273SDillon Min	depends on BACKLIGHT_CLASS_DEVICE
2225a042273SDillon Min	select DRM_MIPI_DBI
2235a042273SDillon Min	help
2245a042273SDillon Min	  Say Y here if you want to enable support for Ilitek IL9341
2255a042273SDillon Min	  QVGA (240x320) RGB panels. support serial & parallel rgb
2265a042273SDillon Min	  interface.
2275a042273SDillon Min
228edbf1d50SMichael Trimarchiconfig DRM_PANEL_ILITEK_ILI9805
229edbf1d50SMichael Trimarchi	tristate "Ilitek ILI9805-based panels"
230edbf1d50SMichael Trimarchi	depends on OF
231edbf1d50SMichael Trimarchi	depends on DRM_MIPI_DSI
232edbf1d50SMichael Trimarchi	depends on BACKLIGHT_CLASS_DEVICE
233edbf1d50SMichael Trimarchi	help
234edbf1d50SMichael Trimarchi	  Say Y if you want to enable support for panels based on the
235edbf1d50SMichael Trimarchi	  Ilitek ILI9805 controller.
236edbf1d50SMichael Trimarchi
237baf272baSMichael Walleconfig DRM_PANEL_ILITEK_ILI9806E
238baf272baSMichael Walle	tristate "Ilitek ILI9806E-based panels"
239baf272baSMichael Walle	depends on OF
240baf272baSMichael Walle	depends on DRM_MIPI_DSI
241baf272baSMichael Walle	depends on BACKLIGHT_CLASS_DEVICE
242baf272baSMichael Walle	help
243baf272baSMichael Walle	  Say Y if you want to enable support for panels based on the
244baf272baSMichael Walle	  Ilitek ILI9806E controller.
245baf272baSMichael Walle
24626aec255SMaxime Ripardconfig DRM_PANEL_ILITEK_ILI9881C
24726aec255SMaxime Ripard	tristate "Ilitek ILI9881C-based panels"
24826aec255SMaxime Ripard	depends on OF
24926aec255SMaxime Ripard	depends on DRM_MIPI_DSI
25026aec255SMaxime Ripard	depends on BACKLIGHT_CLASS_DEVICE
25126aec255SMaxime Ripard	help
25226aec255SMaxime Ripard	  Say Y if you want to enable support for panels based on the
25326aec255SMaxime Ripard	  Ilitek ILI9881c controller.
25426aec255SMaxime Ripard
255e2450d32SCong Yangconfig DRM_PANEL_ILITEK_ILI9882T
256e2450d32SCong Yang	tristate "Ilitek ILI9882t-based panels"
257e2450d32SCong Yang	depends on OF
258e2450d32SCong Yang	depends on DRM_MIPI_DSI
259e2450d32SCong Yang	depends on BACKLIGHT_CLASS_DEVICE
260e2450d32SCong Yang	help
261e2450d32SCong Yang	  Say Y if you want to enable support for panels based on the
262e2450d32SCong Yang	  Ilitek ILI9882t controller.
263e2450d32SCong Yang
264868d043fSChristophe Branchereauconfig DRM_PANEL_INNOLUX_EJ030NA
265868d043fSChristophe Branchereau        tristate "Innolux EJ030NA 320x480 LCD panel"
266868d043fSChristophe Branchereau        depends on OF && SPI
267868d043fSChristophe Branchereau        select REGMAP_SPI
268868d043fSChristophe Branchereau        help
269868d043fSChristophe Branchereau          Say Y here to enable support for the Innolux/Chimei EJ030NA
270868d043fSChristophe Branchereau          320x480 3.0" panel as found in the RS97 V2.1, RG300(non-ips)
271868d043fSChristophe Branchereau          and LDK handheld gaming consoles.
272868d043fSChristophe Branchereau
27314c8f2e9SChris Zhongconfig DRM_PANEL_INNOLUX_P079ZCA
27414c8f2e9SChris Zhong	tristate "Innolux P079ZCA panel"
27514c8f2e9SChris Zhong	depends on OF
27614c8f2e9SChris Zhong	depends on DRM_MIPI_DSI
27714c8f2e9SChris Zhong	depends on BACKLIGHT_CLASS_DEVICE
27814c8f2e9SChris Zhong	help
27914c8f2e9SChris Zhong	  Say Y here if you want to enable support for Innolux P079ZCA
28014c8f2e9SChris Zhong	  TFT-LCD modules. The panel has a 1024x768 resolution and uses
28114c8f2e9SChris Zhong	  24 bit RGB per pixel. It provides a MIPI DSI interface to
28214c8f2e9SChris Zhong	  the host and has a built-in LED backlight.
28314c8f2e9SChris Zhong
2846b818c53SJagan Tekiconfig DRM_PANEL_JADARD_JD9365DA_H3
2856b818c53SJagan Teki	tristate "Jadard JD9365DA-H3 WXGA DSI panel"
2866b818c53SJagan Teki	depends on OF
2876b818c53SJagan Teki	depends on DRM_MIPI_DSI
2886b818c53SJagan Teki	depends on BACKLIGHT_CLASS_DEVICE
2896b818c53SJagan Teki	help
2906b818c53SJagan Teki	  Say Y here if you want to enable support for Jadard JD9365DA-H3
2916b818c53SJagan Teki	  WXGA MIPI DSI panel. The panel support TFT dot matrix LCD with
2926b818c53SJagan Teki	  800RGBx1280 dots at maximum.
2936b818c53SJagan Teki
29425205087SDiogo Ivoconfig DRM_PANEL_JDI_LPM102A188A
29525205087SDiogo Ivo	tristate "JDI LPM102A188A DSI panel"
29625205087SDiogo Ivo	depends on OF && GPIOLIB
29725205087SDiogo Ivo	depends on DRM_MIPI_DSI
29825205087SDiogo Ivo	depends on BACKLIGHT_CLASS_DEVICE
29925205087SDiogo Ivo	help
30025205087SDiogo Ivo	  Say Y here if you want to enable support for JDI LPM102A188A DSI
30125205087SDiogo Ivo	  command mode panel as found in Google Pixel C devices.
30225205087SDiogo Ivo	  The panel has a 2560×1800 resolution. It provides a MIPI DSI interface
30325205087SDiogo Ivo	  to the host.
30425205087SDiogo Ivo
305aaf7f809SRandy Dunlapconfig DRM_PANEL_JDI_LT070ME05000
306aaf7f809SRandy Dunlap	tristate "JDI LT070ME05000 WUXGA DSI panel"
307aaf7f809SRandy Dunlap	depends on OF
308aaf7f809SRandy Dunlap	depends on DRM_MIPI_DSI
309aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
310aaf7f809SRandy Dunlap	help
311aaf7f809SRandy Dunlap	  Say Y here if you want to enable support for JDI DSI video mode
312aaf7f809SRandy Dunlap	  panel as found in Google Nexus 7 (2013) devices.
313aaf7f809SRandy Dunlap	  The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses
314aaf7f809SRandy Dunlap	  24 bit per pixel.
315aaf7f809SRandy Dunlap
316437c3d87SRaffaele Tranquilliniconfig DRM_PANEL_JDI_R63452
317437c3d87SRaffaele Tranquillini	tristate "JDI R63452 Full HD DSI panel"
318437c3d87SRaffaele Tranquillini	depends on OF
319437c3d87SRaffaele Tranquillini	depends on DRM_MIPI_DSI
320437c3d87SRaffaele Tranquillini	depends on BACKLIGHT_CLASS_DEVICE
321437c3d87SRaffaele Tranquillini	help
322437c3d87SRaffaele Tranquillini	  Say Y here if you want to enable support for the JDI R63452
323437c3d87SRaffaele Tranquillini	  DSI command mode panel as found in Xiaomi Mi 5 Devices.
324437c3d87SRaffaele Tranquillini
325b2152121SNeil Armstrongconfig DRM_PANEL_KHADAS_TS050
326b2152121SNeil Armstrong	tristate "Khadas TS050 panel"
327b2152121SNeil Armstrong	depends on OF
328b2152121SNeil Armstrong	depends on DRM_MIPI_DSI
329b2152121SNeil Armstrong	depends on BACKLIGHT_CLASS_DEVICE
330b2152121SNeil Armstrong	help
331b2152121SNeil Armstrong	  Say Y here if you want to enable support for Khadas TS050 TFT-LCD
332b2152121SNeil Armstrong	  panel module. The panel has a 1080x1920 resolution and uses
333b2152121SNeil Armstrong	  24 bit RGB per pixel. It provides a MIPI DSI interface to
334b2152121SNeil Armstrong	  the host, a built-in LED backlight and touch controller.
335b2152121SNeil Armstrong
3362a994cbeSNickey Yangconfig DRM_PANEL_KINGDISPLAY_KD097D04
3372a994cbeSNickey Yang	tristate "Kingdisplay kd097d04 panel"
3382a994cbeSNickey Yang	depends on OF
3392a994cbeSNickey Yang	depends on DRM_MIPI_DSI
3402a994cbeSNickey Yang	depends on BACKLIGHT_CLASS_DEVICE
3412a994cbeSNickey Yang	help
3422a994cbeSNickey Yang	  Say Y here if you want to enable support for Kingdisplay kd097d04
3432a994cbeSNickey Yang	  TFT-LCD modules. The panel has a 1536x2048 resolution and uses
3442a994cbeSNickey Yang	  24 bit RGB per pixel. It provides a MIPI DSI interface to
3452a994cbeSNickey Yang	  the host and has a built-in LED backlight.
3462a994cbeSNickey Yang
3476ea4383bSHeiko Stuebnerconfig DRM_PANEL_LEADTEK_LTK050H3146W
3486ea4383bSHeiko Stuebner	tristate "Leadtek LTK050H3146W panel"
3496ea4383bSHeiko Stuebner	depends on OF
3506ea4383bSHeiko Stuebner	depends on DRM_MIPI_DSI
3516ea4383bSHeiko Stuebner	depends on BACKLIGHT_CLASS_DEVICE
3526ea4383bSHeiko Stuebner	help
3536ea4383bSHeiko Stuebner	  Say Y here if you want to enable support for Leadtek LTK050H3146W
3546ea4383bSHeiko Stuebner	  TFT-LCD modules. The panel has a 720x1280 resolution and uses
3556ea4383bSHeiko Stuebner	  24 bit RGB per pixel. It provides a MIPI DSI interface to
3566ea4383bSHeiko Stuebner	  the host and has a built-in LED backlight.
3576ea4383bSHeiko Stuebner
358e98910beSHeiko Stuebnerconfig DRM_PANEL_LEADTEK_LTK500HD1829
359e98910beSHeiko Stuebner	tristate "Leadtek LTK500HD1829 panel"
360e98910beSHeiko Stuebner	depends on OF
361e98910beSHeiko Stuebner	depends on DRM_MIPI_DSI
362e98910beSHeiko Stuebner	depends on BACKLIGHT_CLASS_DEVICE
363e98910beSHeiko Stuebner	help
364e98910beSHeiko Stuebner	  Say Y here if you want to enable support for Kingdisplay kd097d04
365e98910beSHeiko Stuebner	  TFT-LCD modules. The panel has a 1536x2048 resolution and uses
366e98910beSHeiko Stuebner	  24 bit RGB per pixel. It provides a MIPI DSI interface to
367e98910beSHeiko Stuebner	  the host and has a built-in LED backlight.
368e98910beSHeiko Stuebner
369c5207ed4SJerome Brunetconfig DRM_PANEL_LINCOLNTECH_LCD197
370c5207ed4SJerome Brunet	tristate "Lincoln Technologies lcd197 panel"
371c5207ed4SJerome Brunet	depends on OF
372c5207ed4SJerome Brunet	depends on DRM_MIPI_DSI
373c5207ed4SJerome Brunet	depends on BACKLIGHT_CLASS_DEVICE
374c5207ed4SJerome Brunet	help
375c5207ed4SJerome Brunet	  Say Y here if you want to enable support for lincolntech lcd197
376c5207ed4SJerome Brunet	  TFT-LCD modules. The panel has a 1080x1920 resolution and uses
377c5207ed4SJerome Brunet	  24 bit RGB per pixel. It provides a MIPI DSI interface to
378c5207ed4SJerome Brunet	  the host.
379c5207ed4SJerome Brunet
380f5b0c654SLaurent Pinchartconfig DRM_PANEL_LG_LB035Q02
381f5b0c654SLaurent Pinchart	tristate "LG LB035Q024573 RGB panel"
382f5b0c654SLaurent Pinchart	depends on GPIOLIB && OF && SPI
383f5b0c654SLaurent Pinchart	help
384f5b0c654SLaurent Pinchart	  Say Y here if you want to enable support for the LB035Q02 RGB panel
385f5b0c654SLaurent Pinchart	  (found on the Gumstix Overo Palo35 board). To compile this driver as
386f5b0c654SLaurent Pinchart	  a module, choose M here.
387f5b0c654SLaurent Pinchart
38858c467ecSHeiko Schocherconfig DRM_PANEL_LG_LG4573
38958c467ecSHeiko Schocher	tristate "LG4573 RGB/SPI panel"
39058c467ecSHeiko Schocher	depends on OF && SPI
39158c467ecSHeiko Schocher	select VIDEOMODE_HELPERS
39258c467ecSHeiko Schocher	help
39358c467ecSHeiko Schocher	  Say Y here if you want to enable support for LG4573 RGB panel.
39458c467ecSHeiko Schocher	  To compile this driver as a module, choose M here.
39558c467ecSHeiko Schocher
396069a6c0eSSumit Semwalconfig DRM_PANEL_LG_SW43408
397069a6c0eSSumit Semwal	tristate "LG SW43408 panel"
398069a6c0eSSumit Semwal	depends on OF
399069a6c0eSSumit Semwal	depends on DRM_MIPI_DSI
400069a6c0eSSumit Semwal	depends on BACKLIGHT_CLASS_DEVICE
401ca097d4dSDmitry Baryshkov	select DRM_DISPLAY_DSC_HELPER
40233defcacSDmitry Baryshkov	select DRM_DISPLAY_HELPER
403069a6c0eSSumit Semwal	help
404069a6c0eSSumit Semwal	  Say Y here if you want to enable support for LG sw43408 panel.
405069a6c0eSSumit Semwal	  The panel has a 1080x2160@60Hz resolution and uses 24 bit RGB per
406069a6c0eSSumit Semwal	  pixel. It provides a MIPI DSI interface to the host and has a
407069a6c0eSSumit Semwal	  built-in LED backlight.
408069a6c0eSSumit Semwal
409249a4f5eSChris Morganconfig DRM_PANEL_MAGNACHIP_D53E6EA8966
410249a4f5eSChris Morgan	tristate "Magnachip D53E6EA8966 DSI panel"
411249a4f5eSChris Morgan	depends on OF && SPI
412249a4f5eSChris Morgan	depends on DRM_MIPI_DSI
413249a4f5eSChris Morgan	depends on BACKLIGHT_CLASS_DEVICE
414249a4f5eSChris Morgan	select DRM_MIPI_DBI
415249a4f5eSChris Morgan	help
416249a4f5eSChris Morgan	  DRM panel driver for the Samsung AMS495QA01 panel controlled
417249a4f5eSChris Morgan	  with the Magnachip D53E6EA8966 panel IC. This panel receives
418249a4f5eSChris Morgan	  video data via DSI but commands via 9-bit SPI using DBI.
419249a4f5eSChris Morgan
420aaf7f809SRandy Dunlapconfig DRM_PANEL_MANTIX_MLAF057WE51
421aaf7f809SRandy Dunlap	tristate "Mantix MLAF057WE51-X MIPI-DSI LCD panel"
422aaf7f809SRandy Dunlap	depends on OF
423aaf7f809SRandy Dunlap	depends on DRM_MIPI_DSI
424aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
425aaf7f809SRandy Dunlap	help
426aaf7f809SRandy Dunlap	  Say Y here if you want to enable support for the Mantix
427aaf7f809SRandy Dunlap	  MLAF057WE51-X MIPI DSI panel as e.g. used in the Librem 5. It
428aaf7f809SRandy Dunlap	  has a resolution of 720x1440 pixels, a built in backlight and touch
429aaf7f809SRandy Dunlap	  controller.
430aaf7f809SRandy Dunlap
431df439abeSLaurent Pinchartconfig DRM_PANEL_NEC_NL8048HL11
432df439abeSLaurent Pinchart	tristate "NEC NL8048HL11 RGB panel"
433df439abeSLaurent Pinchart	depends on GPIOLIB && OF && SPI
434df439abeSLaurent Pinchart	help
435df439abeSLaurent Pinchart	  Say Y here if you want to enable support for the NEC NL8048HL11 RGB
436df439abeSLaurent Pinchart	  panel (found on the Zoom2/3/3630 SDP boards). To compile this driver
437df439abeSLaurent Pinchart	  as a module, choose M here.
438df439abeSLaurent Pinchart
439b1d39f0fSChris Morganconfig DRM_PANEL_NEWVISION_NV3051D
440b1d39f0fSChris Morgan	tristate "NewVision NV3051D DSI panel"
441b1d39f0fSChris Morgan	depends on OF
442b1d39f0fSChris Morgan	depends on DRM_MIPI_DSI
443b1d39f0fSChris Morgan	depends on BACKLIGHT_CLASS_DEVICE
444b1d39f0fSChris Morgan	help
445b1d39f0fSChris Morgan	  This driver supports the NV3051D based panel found on the Anbernic
446b1d39f0fSChris Morgan	  RG353P and RG353V.
447b1d39f0fSChris Morgan
44849956b50SChristophe Branchereauconfig DRM_PANEL_NEWVISION_NV3052C
44949956b50SChristophe Branchereau	tristate "NewVision NV3052C RGB/SPI panel"
45049956b50SChristophe Branchereau	depends on OF && SPI
45149956b50SChristophe Branchereau	depends on BACKLIGHT_CLASS_DEVICE
45249956b50SChristophe Branchereau	select DRM_MIPI_DBI
45349956b50SChristophe Branchereau	help
45449956b50SChristophe Branchereau	  Say Y here if you want to enable support for the panels built
45549956b50SChristophe Branchereau	  around the NewVision NV3052C display controller.
45649956b50SChristophe Branchereau
457899f24edSLinus Walleijconfig DRM_PANEL_NOVATEK_NT35510
458899f24edSLinus Walleij	tristate "Novatek NT35510 RGB panel driver"
459899f24edSLinus Walleij	depends on OF
460899f24edSLinus Walleij	depends on DRM_MIPI_DSI
461899f24edSLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
462899f24edSLinus Walleij	help
463899f24edSLinus Walleij	  Say Y here if you want to enable support for the panels built
464899f24edSLinus Walleij	  around the Novatek NT35510 display controller, such as some
465899f24edSLinus Walleij	  Hydis panels.
466899f24edSLinus Walleij
467994ea402SLinus Walleijconfig DRM_PANEL_NOVATEK_NT35560
468994ea402SLinus Walleij	tristate "Novatek NT35560 DSI command mode panel"
469994ea402SLinus Walleij	depends on OF
470994ea402SLinus Walleij	depends on DRM_MIPI_DSI
471994ea402SLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
472994ea402SLinus Walleij	select VIDEOMODE_HELPERS
473994ea402SLinus Walleij	help
474994ea402SLinus Walleij	  Say Y here if you want to enable the Novatek NT35560 display
475994ea402SLinus Walleij	  controller. This panel supports DSI in both command and video
476994ea402SLinus Walleij	  mode. This supports several panels such as Sony ACX424AKM and
477994ea402SLinus Walleij	  ACX424AKP.
478994ea402SLinus Walleij
479623a3531SAngeloGioacchino Del Regnoconfig DRM_PANEL_NOVATEK_NT35950
480623a3531SAngeloGioacchino Del Regno	tristate "Novatek NT35950 DSI panel"
481623a3531SAngeloGioacchino Del Regno	depends on OF
482623a3531SAngeloGioacchino Del Regno	depends on DRM_MIPI_DSI
483623a3531SAngeloGioacchino Del Regno	depends on BACKLIGHT_CLASS_DEVICE
484623a3531SAngeloGioacchino Del Regno	help
485623a3531SAngeloGioacchino Del Regno	  Say Y here if you want to enable support for the panels built
486623a3531SAngeloGioacchino Del Regno	  around the Novatek NT35950 display controller, such as some
487623a3531SAngeloGioacchino Del Regno	  Sharp panels used in Sony Xperia Z5 Premium and XZ Premium
488623a3531SAngeloGioacchino Del Regno	  mobile phones.
489623a3531SAngeloGioacchino Del Regno
4900993234aSJianhua Luconfig DRM_PANEL_NOVATEK_NT36523
4910993234aSJianhua Lu	tristate "Novatek NT36523 panel driver"
4920993234aSJianhua Lu	depends on OF
4930993234aSJianhua Lu	depends on DRM_MIPI_DSI
4940993234aSJianhua Lu	depends on BACKLIGHT_CLASS_DEVICE
4950993234aSJianhua Lu	help
4960993234aSJianhua Lu	  Say Y here if you want to enable support for the panels built
4970993234aSJianhua Lu	  around the Novatek NT36523 display controller, such as some
4980993234aSJianhua Lu	  Boe panels used in Xiaomi Mi Pad 5 and 5 Pro tablets.
4990993234aSJianhua Lu
500070c7fa5SSumit Semwalconfig DRM_PANEL_NOVATEK_NT36672A
501070c7fa5SSumit Semwal	tristate "Novatek NT36672A DSI panel"
502070c7fa5SSumit Semwal	depends on OF
503070c7fa5SSumit Semwal	depends on DRM_MIPI_DSI
504070c7fa5SSumit Semwal	depends on BACKLIGHT_CLASS_DEVICE
505070c7fa5SSumit Semwal	help
506070c7fa5SSumit Semwal	  Say Y here if you want to enable support for the panels built
507070c7fa5SSumit Semwal	  around the Novatek NT36672A display controller, such as some
508070c7fa5SSumit Semwal	  Tianma panels used in a few Xiaomi Poco F1 mobile phones.
509070c7fa5SSumit Semwal
510ea4f9975SRitesh Kumarconfig DRM_PANEL_NOVATEK_NT36672E
511ea4f9975SRitesh Kumar	tristate "Novatek NT36672E DSI panel"
512ea4f9975SRitesh Kumar	depends on OF
513ea4f9975SRitesh Kumar	depends on DRM_MIPI_DSI
514ea4f9975SRitesh Kumar	depends on BACKLIGHT_CLASS_DEVICE
515ea4f9975SRitesh Kumar	help
516ea4f9975SRitesh Kumar	  Say Y here if you want to enable support for Novatek NT36672E DSI Video Mode
517ea4f9975SRitesh Kumar	  LCD panel module. The panel has a resolution of 1080x2408 and uses 24 bit
518ea4f9975SRitesh Kumar	  RGB per pixel.
519ea4f9975SRitesh Kumar
520*4fca6849SKrzysztof Kozlowskiconfig DRM_PANEL_NOVATEK_NT37801
521*4fca6849SKrzysztof Kozlowski	tristate "Novatek NT37801/NT37810 AMOLED DSI panel"
522*4fca6849SKrzysztof Kozlowski	depends on OF
523*4fca6849SKrzysztof Kozlowski	depends on DRM_MIPI_DSI
524*4fca6849SKrzysztof Kozlowski	depends on BACKLIGHT_CLASS_DEVICE
525*4fca6849SKrzysztof Kozlowski	help
526*4fca6849SKrzysztof Kozlowski	  Say Y here if you want to enable support for Novatek NT37801 (or
527*4fca6849SKrzysztof Kozlowski	  NT37810) AMOLED DSI Video Mode LCD panel module with 1440x3200
528*4fca6849SKrzysztof Kozlowski	  resolution.
529*4fca6849SKrzysztof Kozlowski
530ecdcbbb7SPaul Cercueilconfig DRM_PANEL_NOVATEK_NT39016
531ecdcbbb7SPaul Cercueil	tristate "Novatek NT39016 RGB/SPI panel"
532ecdcbbb7SPaul Cercueil	depends on OF && SPI
533ecdcbbb7SPaul Cercueil	depends on BACKLIGHT_CLASS_DEVICE
534ecdcbbb7SPaul Cercueil	select REGMAP_SPI
535ecdcbbb7SPaul Cercueil	help
536ecdcbbb7SPaul Cercueil	  Say Y here if you want to enable support for the panels built
537ecdcbbb7SPaul Cercueil	  around the Novatek NT39016 display controller.
538ecdcbbb7SPaul Cercueil
53917fd7a9dSStefan Mavrodievconfig DRM_PANEL_OLIMEX_LCD_OLINUXINO
54017fd7a9dSStefan Mavrodiev	tristate "Olimex LCD-OLinuXino panel"
54117fd7a9dSStefan Mavrodiev	depends on OF
54217fd7a9dSStefan Mavrodiev	depends on I2C
54317fd7a9dSStefan Mavrodiev	depends on BACKLIGHT_CLASS_DEVICE
544a14bc107SVegard Nossum	select CRC32
54517fd7a9dSStefan Mavrodiev	help
54617fd7a9dSStefan Mavrodiev	  The panel is used with different sizes LCDs, from 480x272 to
54717fd7a9dSStefan Mavrodiev	  1280x800, and 24 bit per pixel.
54817fd7a9dSStefan Mavrodiev
54917fd7a9dSStefan Mavrodiev	  Say Y here if you want to enable support for Olimex Ltd.
55017fd7a9dSStefan Mavrodiev	  LCD-OLinuXino panel.
55117fd7a9dSStefan Mavrodiev
552cd6d4128SChristophe Branchereauconfig DRM_PANEL_ORISETECH_OTA5601A
553cd6d4128SChristophe Branchereau        tristate "Orise Technology ota5601a RGB/SPI panel"
554cd6d4128SChristophe Branchereau        depends on SPI
555cd6d4128SChristophe Branchereau        depends on BACKLIGHT_CLASS_DEVICE
556cd6d4128SChristophe Branchereau        select REGMAP_SPI
557cd6d4128SChristophe Branchereau        help
558cd6d4128SChristophe Branchereau          Say Y here if you want to enable support for the panels built
559cd6d4128SChristophe Branchereau          around the Orise Technology OTA9601A display controller.
560cd6d4128SChristophe Branchereau
561f0a5bb98SPhilippe CORNUconfig DRM_PANEL_ORISETECH_OTM8009A
562f0a5bb98SPhilippe CORNU	tristate "Orise Technology otm8009a 480x800 dsi 2dl panel"
563f0a5bb98SPhilippe CORNU	depends on OF
564f0a5bb98SPhilippe CORNU	depends on DRM_MIPI_DSI
565f0a5bb98SPhilippe CORNU	depends on BACKLIGHT_CLASS_DEVICE
566f0a5bb98SPhilippe CORNU	help
567f0a5bb98SPhilippe CORNU	  Say Y here if you want to enable support for Orise Technology
568f0a5bb98SPhilippe CORNU	  otm8009a 480x800 dsi 2dl panel.
569f0a5bb98SPhilippe CORNU
570b97b042aSPeter Ujfalusiconfig DRM_PANEL_OSD_OSD101T2587_53TS
571b97b042aSPeter Ujfalusi	tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel"
572b97b042aSPeter Ujfalusi	depends on OF
573b97b042aSPeter Ujfalusi	depends on DRM_MIPI_DSI
574b97b042aSPeter Ujfalusi	depends on BACKLIGHT_CLASS_DEVICE
575b97b042aSPeter Ujfalusi	help
576b97b042aSPeter Ujfalusi	  Say Y here if you want to enable support for One Stop Displays
577b97b042aSPeter Ujfalusi	  OSD101T2587-53TS 10.1" 1920x1200 dsi panel.
578b97b042aSPeter Ujfalusi
579086ceb6bSWerner Johanssonconfig DRM_PANEL_PANASONIC_VVX10F034N00
580086ceb6bSWerner Johansson	tristate "Panasonic VVX10F034N00 1920x1200 video mode panel"
581086ceb6bSWerner Johansson	depends on OF
582086ceb6bSWerner Johansson	depends on DRM_MIPI_DSI
583086ceb6bSWerner Johansson	depends on BACKLIGHT_CLASS_DEVICE
584086ceb6bSWerner Johansson	help
585086ceb6bSWerner Johansson	  Say Y here if you want to enable support for Panasonic VVX10F034N00
586086ceb6bSWerner Johansson	  WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
587086ceb6bSWerner Johansson	  Xperia Z2 tablets
588086ceb6bSWerner Johansson
5892f733d61SEric Anholtconfig DRM_PANEL_RASPBERRYPI_TOUCHSCREEN
5902f733d61SEric Anholt	tristate "Raspberry Pi 7-inch touchscreen panel"
5912f733d61SEric Anholt	depends on DRM_MIPI_DSI
5922f733d61SEric Anholt	help
5932f733d61SEric Anholt	  Say Y here if you want to enable support for the Raspberry
5942f733d61SEric Anholt	  Pi 7" Touchscreen.  To compile this driver as a module,
5952f733d61SEric Anholt	  choose M here.
5962f733d61SEric Anholt
597f63df31dSRobert Chirasconfig DRM_PANEL_RAYDIUM_RM67191
598f63df31dSRobert Chiras	tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel"
599f63df31dSRobert Chiras	depends on OF
600f63df31dSRobert Chiras	depends on DRM_MIPI_DSI
601f63df31dSRobert Chiras	depends on BACKLIGHT_CLASS_DEVICE
602f63df31dSRobert Chiras	help
603f63df31dSRobert Chiras	  Say Y here if you want to enable support for Raydium RM67191 FHD
604f63df31dSRobert Chiras	  (1080x1920) DSI panel.
605f63df31dSRobert Chiras
606a50ae1a2SSebastian Reichelconfig DRM_PANEL_RAYDIUM_RM67200
607a50ae1a2SSebastian Reichel	tristate "Raydium RM67200-based DSI panel"
608a50ae1a2SSebastian Reichel	depends on OF
609a50ae1a2SSebastian Reichel	depends on DRM_MIPI_DSI
610a50ae1a2SSebastian Reichel	help
611a50ae1a2SSebastian Reichel	  Say Y here if you want to enable support for Raydium RM67200-based
612a50ae1a2SSebastian Reichel	  DSI video mode panels. This panel controller can be found in the
613a50ae1a2SSebastian Reichel	  Wanchanglong W552793BAA panel found on the Rockchip RK3588 EVB1
614a50ae1a2SSebastian Reichel	  evaluation boards.
615a50ae1a2SSebastian Reichel
6162b7ed18bSPhilippe CORNUconfig DRM_PANEL_RAYDIUM_RM68200
6172b7ed18bSPhilippe CORNU	tristate "Raydium RM68200 720x1280 DSI video mode panel"
6182b7ed18bSPhilippe CORNU	depends on OF
6192b7ed18bSPhilippe CORNU	depends on DRM_MIPI_DSI
620a8efe516SArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
6212b7ed18bSPhilippe CORNU	help
6222b7ed18bSPhilippe CORNU	  Say Y here if you want to enable support for Raydium RM68200
6232b7ed18bSPhilippe CORNU	  720x1280 DSI video mode panel.
6242b7ed18bSPhilippe CORNU
625988d0ff2SKonrad Dybcioconfig DRM_PANEL_RAYDIUM_RM692E5
626988d0ff2SKonrad Dybcio	tristate "Raydium RM692E5-based DSI panel"
627988d0ff2SKonrad Dybcio	depends on OF
628988d0ff2SKonrad Dybcio	depends on DRM_MIPI_DSI
629988d0ff2SKonrad Dybcio	depends on BACKLIGHT_CLASS_DEVICE
630ca097d4dSDmitry Baryshkov	select DRM_DISPLAY_DSC_HELPER
631589830b1SArnd Bergmann	select DRM_DISPLAY_HELPER
632988d0ff2SKonrad Dybcio	help
633988d0ff2SKonrad Dybcio	  Say Y here if you want to enable support for Raydium RM692E5-based
634988d0ff2SKonrad Dybcio	  display panels, such as the one found in the Fairphone 5 smartphone.
635988d0ff2SKonrad Dybcio
6369a314ea5SDavid Wronekconfig DRM_PANEL_RAYDIUM_RM69380
6379a314ea5SDavid Wronek	tristate "Raydium RM69380-based DSI panel"
6389a314ea5SDavid Wronek	depends on OF && GPIOLIB
6399a314ea5SDavid Wronek	depends on DRM_MIPI_DSI
6409a314ea5SDavid Wronek	depends on BACKLIGHT_CLASS_DEVICE
6419a314ea5SDavid Wronek	help
6429a314ea5SDavid Wronek	  Say Y here if you want to enable support for Raydium RM69380-based
6439a314ea5SDavid Wronek	  display panels.
6449a314ea5SDavid Wronek
6459a314ea5SDavid Wronek	  This panel controller can be found in the Lenovo Xiaoxin Pad Pro 2021
6469a314ea5SDavid Wronek	  in combination with an EDO OLED panel.
6479a314ea5SDavid Wronek
648979a1bb6SKonstantin Sudakovconfig DRM_PANEL_RONBO_RB070D30
649979a1bb6SKonstantin Sudakov	tristate "Ronbo Electronics RB070D30 panel"
650979a1bb6SKonstantin Sudakov	depends on OF
651979a1bb6SKonstantin Sudakov	depends on DRM_MIPI_DSI
652979a1bb6SKonstantin Sudakov	depends on BACKLIGHT_CLASS_DEVICE
653979a1bb6SKonstantin Sudakov	help
654979a1bb6SKonstantin Sudakov	  Say Y here if you want to enable support for Ronbo Electronics
655979a1bb6SKonstantin Sudakov	  RB070D30 1024x600 DSI panel.
656979a1bb6SKonstantin Sudakov
657b330f3a0SDanila Tikhonovconfig DRM_PANEL_SAMSUNG_AMS581VF01
658b330f3a0SDanila Tikhonov	tristate "Samsung AMS581VF01 panel"
659b330f3a0SDanila Tikhonov	depends on OF
660b330f3a0SDanila Tikhonov	depends on DRM_MIPI_DSI
661b330f3a0SDanila Tikhonov	depends on BACKLIGHT_CLASS_DEVICE
662b330f3a0SDanila Tikhonov	help
663b330f3a0SDanila Tikhonov	  Say Y or M here if you want to enable support for the
664b330f3a0SDanila Tikhonov	  Samsung AMS581VF01 FHD Plus (2340x1080@60Hz) CMD mode panel.
665b330f3a0SDanila Tikhonov
666bd07dbb9SDanila Tikhonovconfig DRM_PANEL_SAMSUNG_AMS639RQ08
667bd07dbb9SDanila Tikhonov	tristate "Samsung AMS639RQ08 panel"
668bd07dbb9SDanila Tikhonov	depends on OF
669bd07dbb9SDanila Tikhonov	depends on DRM_MIPI_DSI
670bd07dbb9SDanila Tikhonov	depends on BACKLIGHT_CLASS_DEVICE
671bd07dbb9SDanila Tikhonov	help
672bd07dbb9SDanila Tikhonov	  Say Y or M here if you want to enable support for the
673bd07dbb9SDanila Tikhonov	  Samsung AMS639RQ08 FHD Plus (2340x1080@60Hz) CMD mode panel.
674bd07dbb9SDanila Tikhonov
675d5658db2SJakob Hauserconfig DRM_PANEL_SAMSUNG_S6E88A0_AMS427AP24
676d5658db2SJakob Hauser	tristate "Samsung AMS427AP24 panel with S6E88A0 controller"
677d5658db2SJakob Hauser	depends on GPIOLIB && OF && REGULATOR
678d5658db2SJakob Hauser	depends on DRM_MIPI_DSI
6795b67fdf1SJakob Hauser	depends on BACKLIGHT_CLASS_DEVICE
680d5658db2SJakob Hauser	help
681d5658db2SJakob Hauser	  Say Y here if you want to enable support for Samsung AMS427AP24 panel
682d5658db2SJakob Hauser	  with S6E88A0 controller (found in Samsung Galaxy S4 Mini Value Edition
683d5658db2SJakob Hauser	  GT-I9195I). To compile this driver as a module, choose M here.
684d5658db2SJakob Hauser
685aaf7f809SRandy Dunlapconfig DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01
686aaf7f809SRandy Dunlap	tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller"
687aaf7f809SRandy Dunlap	depends on OF
688aaf7f809SRandy Dunlap	select DRM_MIPI_DSI
689aaf7f809SRandy Dunlap	select VIDEOMODE_HELPERS
690aaf7f809SRandy Dunlap
69132ce3b32SDouglas Andersonconfig DRM_PANEL_SAMSUNG_ATNA33XC20
69232ce3b32SDouglas Anderson	tristate "Samsung ATNA33XC20 eDP panel"
69332ce3b32SDouglas Anderson	depends on OF
69432ce3b32SDouglas Anderson	depends on BACKLIGHT_CLASS_DEVICE
69532ce3b32SDouglas Anderson	depends on PM
696a6766486SGao Chao	select DRM_DISPLAY_DP_HELPER
697a6766486SGao Chao	select DRM_DISPLAY_HELPER
6981e0b9b44SGeert Uytterhoeven	select DRM_DISPLAY_DP_AUX_BUS
69932ce3b32SDouglas Anderson	help
70032ce3b32SDouglas Anderson	  DRM panel driver for the Samsung ATNA33XC20 panel. This panel can't
70132ce3b32SDouglas Anderson	  be handled by the DRM_PANEL_SIMPLE driver because its power
70232ce3b32SDouglas Anderson	  sequencing is non-standard.
70332ce3b32SDouglas Anderson
704a3a5f9d0SLinus Walleijconfig DRM_PANEL_SAMSUNG_DB7430
705a3a5f9d0SLinus Walleij	tristate "Samsung DB7430-based DPI panels"
706a3a5f9d0SLinus Walleij	depends on OF && SPI && GPIOLIB
707a3a5f9d0SLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
708a3a5f9d0SLinus Walleij	select DRM_MIPI_DBI
709a3a5f9d0SLinus Walleij	help
710a3a5f9d0SLinus Walleij	  Say Y here if you want to enable support for the Samsung
711a3a5f9d0SLinus Walleij	  DB7430 DPI display controller used in such devices as the
712a3a5f9d0SLinus Walleij	  LMS397KF04 480x800 DPI panel.
713a3a5f9d0SLinus Walleij
714aaf7f809SRandy Dunlapconfig DRM_PANEL_SAMSUNG_LD9040
715aaf7f809SRandy Dunlap	tristate "Samsung LD9040 RGB/SPI panel"
716aaf7f809SRandy Dunlap	depends on OF && SPI
717aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
718aaf7f809SRandy Dunlap	select VIDEOMODE_HELPERS
719aaf7f809SRandy Dunlap
720bf0390e2SRichard Acayanconfig DRM_PANEL_SAMSUNG_S6E3FA7
721bf0390e2SRichard Acayan	tristate "Samsung S6E3FA7 panel driver"
722bf0390e2SRichard Acayan	depends on OF
723bf0390e2SRichard Acayan	depends on DRM_MIPI_DSI
724bf0390e2SRichard Acayan	depends on BACKLIGHT_CLASS_DEVICE
725bf0390e2SRichard Acayan	help
726bf0390e2SRichard Acayan	  Say Y here if you want to enable support for the Samsung S6E3FA7
727bf0390e2SRichard Acayan	  1920x2220 panel.
728bf0390e2SRichard Acayan
729ac1d6d74SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6D16D0
730ac1d6d74SLinus Walleij	tristate "Samsung S6D16D0 DSI video mode panel"
731ac1d6d74SLinus Walleij	depends on OF
732ac1d6d74SLinus Walleij	depends on DRM_MIPI_DSI
733ac1d6d74SLinus Walleij	select VIDEOMODE_HELPERS
734ac1d6d74SLinus Walleij
735ebd8cbf1SMarkuss Broksconfig DRM_PANEL_SAMSUNG_S6D27A1
736ebd8cbf1SMarkuss Broks	tristate "Samsung S6D27A1 DPI panel driver"
737ebd8cbf1SMarkuss Broks	depends on OF && SPI && GPIOLIB
738ebd8cbf1SMarkuss Broks	select DRM_MIPI_DBI
739ebd8cbf1SMarkuss Broks	help
740ebd8cbf1SMarkuss Broks	  Say Y here if you want to enable support for the Samsung
741ebd8cbf1SMarkuss Broks	  S6D27A1 DPI 480x800 panel.
742ebd8cbf1SMarkuss Broks
743ebd8cbf1SMarkuss Broks	  This panel can be found in Samsung Galaxy Ace 2
744ebd8cbf1SMarkuss Broks	  GT-I8160 mobile phone.
745ebd8cbf1SMarkuss Broks
7466810bb39SArtur Weberconfig DRM_PANEL_SAMSUNG_S6D7AA0
7476810bb39SArtur Weber	tristate "Samsung S6D7AA0 MIPI-DSI video mode panel controller"
7486810bb39SArtur Weber	depends on OF
7496810bb39SArtur Weber	depends on BACKLIGHT_CLASS_DEVICE
7506810bb39SArtur Weber	select DRM_MIPI_DSI
7516810bb39SArtur Weber	select VIDEOMODE_HELPERS
7526810bb39SArtur Weber
753ed29f942SHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E3HA2
754ed29f942SHoegeun Kwon	tristate "Samsung S6E3HA2 DSI video mode panel"
755ed29f942SHoegeun Kwon	depends on OF
756ed29f942SHoegeun Kwon	depends on DRM_MIPI_DSI
75793023c14SArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
758ed29f942SHoegeun Kwon	select VIDEOMODE_HELPERS
759ed29f942SHoegeun Kwon
760779679d3SDzmitry Sankouskiconfig DRM_PANEL_SAMSUNG_S6E3HA8
761779679d3SDzmitry Sankouski	tristate "Samsung S6E3HA8 DSI video mode panel"
762779679d3SDzmitry Sankouski	depends on OF
763779679d3SDzmitry Sankouski	depends on DRM_MIPI_DSI
764779679d3SDzmitry Sankouski	depends on BACKLIGHT_CLASS_DEVICE
765fd3b2c5fSArnd Bergmann	select DRM_DISPLAY_DSC_HELPER
766779679d3SDzmitry Sankouski	select VIDEOMODE_HELPERS
767779679d3SDzmitry Sankouski
7682a05177dSHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E63J0X03
7692a05177dSHoegeun Kwon	tristate "Samsung S6E63J0X03 DSI command mode panel"
7702a05177dSHoegeun Kwon	depends on OF
7712a05177dSHoegeun Kwon	depends on DRM_MIPI_DSI
7722a05177dSHoegeun Kwon	depends on BACKLIGHT_CLASS_DEVICE
7732a05177dSHoegeun Kwon	select VIDEOMODE_HELPERS
7742a05177dSHoegeun Kwon
775994a08a2SPaweł Chmielconfig DRM_PANEL_SAMSUNG_S6E63M0
776b7b23e44SLinus Walleij	tristate "Samsung S6E63M0 RGB panel"
777994a08a2SPaweł Chmiel	depends on OF
778994a08a2SPaweł Chmiel	depends on BACKLIGHT_CLASS_DEVICE
779994a08a2SPaweł Chmiel	help
780994a08a2SPaweł Chmiel	  Say Y here if you want to enable support for Samsung S6E63M0
781b7b23e44SLinus Walleij	  AMOLED LCD panel. This panel can be accessed using SPI or
782b7b23e44SLinus Walleij	  DSI.
783b7b23e44SLinus Walleij
784b7b23e44SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6E63M0_SPI
785b7b23e44SLinus Walleij	tristate "Samsung S6E63M0 RGB SPI interface"
786b7b23e44SLinus Walleij	depends on SPI
787b7b23e44SLinus Walleij	depends on DRM_PANEL_SAMSUNG_S6E63M0
788b7b23e44SLinus Walleij	default DRM_PANEL_SAMSUNG_S6E63M0
789c2a61865SLinus Walleij	select DRM_MIPI_DBI
790b7b23e44SLinus Walleij	help
791b7b23e44SLinus Walleij	  Say Y here if you want to be able to access the Samsung
792b7b23e44SLinus Walleij	  S6E63M0 panel using SPI.
793994a08a2SPaweł Chmiel
794435e06c0SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6E63M0_DSI
795435e06c0SLinus Walleij	tristate "Samsung S6E63M0 RGB DSI interface"
796435e06c0SLinus Walleij	depends on DRM_MIPI_DSI
797435e06c0SLinus Walleij	depends on DRM_PANEL_SAMSUNG_S6E63M0
798435e06c0SLinus Walleij	help
799435e06c0SLinus Walleij	  Say Y here if you want to be able to access the Samsung
800435e06c0SLinus Walleij	  S6E63M0 panel using DSI.
801435e06c0SLinus Walleij
8029ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_S6E8AA0
8039ef7e25fSThierry Reding	tristate "Samsung S6E8AA0 DSI video mode panel"
80402051ca0SAndrzej Hajda	depends on OF
80502051ca0SAndrzej Hajda	select DRM_MIPI_DSI
80602051ca0SAndrzej Hajda	select VIDEOMODE_HELPERS
80702051ca0SAndrzej Hajda
8085933baa3SCaleb Connollyconfig DRM_PANEL_SAMSUNG_SOFEF00
8095933baa3SCaleb Connolly	tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels"
8105933baa3SCaleb Connolly	depends on OF
8115933baa3SCaleb Connolly	depends on DRM_MIPI_DSI
8125933baa3SCaleb Connolly	depends on BACKLIGHT_CLASS_DEVICE
8135933baa3SCaleb Connolly	select VIDEOMODE_HELPERS
8145933baa3SCaleb Connolly	help
8155933baa3SCaleb Connolly	  Say Y or M here if you want to enable support for the Samsung AMOLED
8165933baa3SCaleb Connolly	  command mode panels found in the OnePlus 6/6T smartphones.
8175933baa3SCaleb Connolly
8185933baa3SCaleb Connolly	  The panels are 2280x1080@60Hz and 2340x1080@60Hz respectively
8195933baa3SCaleb Connolly
820043652aaSMarco Franchiconfig DRM_PANEL_SEIKO_43WVF1G
821043652aaSMarco Franchi	tristate "Seiko 43WVF1G panel"
822043652aaSMarco Franchi	depends on OF
823043652aaSMarco Franchi	depends on BACKLIGHT_CLASS_DEVICE
824043652aaSMarco Franchi	select VIDEOMODE_HELPERS
825043652aaSMarco Franchi	help
826043652aaSMarco Franchi	  Say Y here if you want to enable support for the Seiko
827043652aaSMarco Franchi	  43WVF1G controller for 800x480 LCD panels
828043652aaSMarco Franchi
8291976dbcaSThierry Redingconfig DRM_PANEL_SHARP_LQ101R1SX01
8301976dbcaSThierry Reding	tristate "Sharp LQ101R1SX01 panel"
8311976dbcaSThierry Reding	depends on OF
8321976dbcaSThierry Reding	depends on DRM_MIPI_DSI
833f071b34fSArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
8341976dbcaSThierry Reding	help
8351976dbcaSThierry Reding	  Say Y here if you want to enable support for Sharp LQ101R1SX01
8361976dbcaSThierry Reding	  TFT-LCD modules. The panel has a 2560x1600 resolution and uses
8371976dbcaSThierry Reding	  24 bit RGB per pixel. It provides a dual MIPI DSI interface to
8381976dbcaSThierry Reding	  the host and has a built-in LED backlight.
8391976dbcaSThierry Reding
8401976dbcaSThierry Reding	  To compile this driver as a module, choose M here: the module
8411976dbcaSThierry Reding	  will be called panel-sharp-lq101r1sx01.
8421976dbcaSThierry Reding
843c9cf4c2aSLaurent Pinchartconfig DRM_PANEL_SHARP_LS037V7DW01
844c9cf4c2aSLaurent Pinchart	tristate "Sharp LS037V7DW01 VGA LCD panel"
845c9cf4c2aSLaurent Pinchart	depends on GPIOLIB && OF && REGULATOR
846c9cf4c2aSLaurent Pinchart	help
847c9cf4c2aSLaurent Pinchart	  Say Y here if you want to enable support for Sharp LS037V7DW01 VGA
848c9cf4c2aSLaurent Pinchart	  (480x640) LCD panel (found on the TI SDP3430 board).
849c9cf4c2aSLaurent Pinchart
850ee017238SWerner Johanssonconfig DRM_PANEL_SHARP_LS043T1LE01
851ee017238SWerner Johansson	tristate "Sharp LS043T1LE01 qHD video mode panel"
852ee017238SWerner Johansson	depends on OF
853ee017238SWerner Johansson	depends on DRM_MIPI_DSI
854ee017238SWerner Johansson	depends on BACKLIGHT_CLASS_DEVICE
855ee017238SWerner Johansson	help
856ee017238SWerner Johansson	  Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
857ee017238SWerner Johansson	  (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
858ee017238SWerner Johansson
859914b6f29SDmitry Baryshkovconfig DRM_PANEL_SHARP_LS060T1SX01
860914b6f29SDmitry Baryshkov	tristate "Sharp LS060T1SX01 FullHD video mode panel"
861914b6f29SDmitry Baryshkov	depends on OF
862914b6f29SDmitry Baryshkov	depends on DRM_MIPI_DSI
863914b6f29SDmitry Baryshkov	depends on BACKLIGHT_CLASS_DEVICE
864914b6f29SDmitry Baryshkov	help
865914b6f29SDmitry Baryshkov	  Say Y here if you want to enable support for Sharp LS060T1SX01 6.0"
866914b6f29SDmitry Baryshkov	  FullHD (1080x1920) DSI panel as found in Dragonboard Display Adapter
867914b6f29SDmitry Baryshkov	  Bundle.
868914b6f29SDmitry Baryshkov
869849b2e3fSJagan Tekiconfig DRM_PANEL_SITRONIX_ST7701
870849b2e3fSJagan Teki	tristate "Sitronix ST7701 panel driver"
871849b2e3fSJagan Teki	depends on OF
8726a60273aSHironori KIKUCHI	depends on SPI || DRM_MIPI_DSI
8736a60273aSHironori KIKUCHI	select DRM_MIPI_DBI if SPI
874849b2e3fSJagan Teki	depends on BACKLIGHT_CLASS_DEVICE
875849b2e3fSJagan Teki	help
876849b2e3fSJagan Teki	  Say Y here if you want to enable support for the Sitronix
877849b2e3fSJagan Teki	  ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI
878849b2e3fSJagan Teki	  system interfaces.
879849b2e3fSJagan Teki
880a74e81a5SOndrej Jirmanconfig DRM_PANEL_SITRONIX_ST7703
881a74e81a5SOndrej Jirman	tristate "Sitronix ST7703 based MIPI touchscreen panels"
882a74e81a5SOndrej Jirman	depends on OF
883a74e81a5SOndrej Jirman	depends on DRM_MIPI_DSI
884a74e81a5SOndrej Jirman	depends on BACKLIGHT_CLASS_DEVICE
885a74e81a5SOndrej Jirman	help
886a74e81a5SOndrej Jirman	  Say Y here if you want to enable support for Sitronix ST7703 based
887a74e81a5SOndrej Jirman	  panels, souch as Rocktech JH057N00900 MIPI DSI panel as e.g. used in
888a74e81a5SOndrej Jirman	  the Librem 5 devkit. It has a resolution of 720x1440 pixels, a built
889a74e81a5SOndrej Jirman	  in backlight and touch controller.
890a74e81a5SOndrej Jirman	  Touch input support is provided by the goodix driver and needs to be
891a74e81a5SOndrej Jirman	  selected separately.
892a74e81a5SOndrej Jirman
8937142afb3SMaxime Ripardconfig DRM_PANEL_SITRONIX_ST7789V
8947142afb3SMaxime Ripard	tristate "Sitronix ST7789V panel"
8957142afb3SMaxime Ripard	depends on OF && SPI
8962a498168SArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
8977142afb3SMaxime Ripard	help
8987142afb3SMaxime Ripard	  Say Y here if you want to enable support for the Sitronix
8997142afb3SMaxime Ripard	  ST7789V controller for 240x320 LCD panels
9007142afb3SMaxime Ripard
9011c8fc3f0SLaurent Pinchartconfig DRM_PANEL_SONY_ACX565AKM
9021c8fc3f0SLaurent Pinchart	tristate "Sony ACX565AKM panel"
9031c8fc3f0SLaurent Pinchart	depends on GPIOLIB && OF && SPI
9041c8fc3f0SLaurent Pinchart	depends on BACKLIGHT_CLASS_DEVICE
9051c8fc3f0SLaurent Pinchart	help
9061c8fc3f0SLaurent Pinchart	  Say Y here if you want to enable support for the Sony ACX565AKM
9071c8fc3f0SLaurent Pinchart	  800x600 3.5" panel (found on the Nokia N900).
9081c8fc3f0SLaurent Pinchart
90922de25f8SKonrad Dybcioconfig DRM_PANEL_SONY_TD4353_JDI
91022de25f8SKonrad Dybcio	tristate "Sony TD4353 JDI panel"
91122de25f8SKonrad Dybcio	depends on GPIOLIB && OF
91222de25f8SKonrad Dybcio	depends on DRM_MIPI_DSI
91322de25f8SKonrad Dybcio	depends on BACKLIGHT_CLASS_DEVICE
91422de25f8SKonrad Dybcio	help
91522de25f8SKonrad Dybcio	  Say Y here if you want to enable support for the Sony Tama
91622de25f8SKonrad Dybcio	  TD4353 JDI command mode panel as found on some Sony Xperia
91722de25f8SKonrad Dybcio	  XZ2 and XZ2 Compact smartphones.
91822de25f8SKonrad Dybcio
9199aa2c232SShawn Guoconfig DRM_PANEL_SONY_TULIP_TRULY_NT35521
9209aa2c232SShawn Guo	tristate "Sony Tulip Truly NT35521 panel"
9219aa2c232SShawn Guo	depends on GPIOLIB && OF
9229aa2c232SShawn Guo	depends on DRM_MIPI_DSI
9239aa2c232SShawn Guo	depends on BACKLIGHT_CLASS_DEVICE
9249aa2c232SShawn Guo	help
9259aa2c232SShawn Guo	  Say Y here if you want to enable support for the Sony Tulip
9269aa2c232SShawn Guo	  NT35521 1280x720 video mode panel as found on Sony Xperia M4
9279aa2c232SShawn Guo	  Aqua phone.
9289aa2c232SShawn Guo
92969312a77SGuillaume La Roqueconfig DRM_PANEL_STARTEK_KD070FHFID015
93069312a77SGuillaume La Roque	tristate "STARTEK KD070FHFID015 panel"
93169312a77SGuillaume La Roque	depends on OF
93269312a77SGuillaume La Roque	depends on DRM_MIPI_DSI
93369312a77SGuillaume La Roque	depends on BACKLIGHT_CLASS_DEVICE
93469312a77SGuillaume La Roque	help
93569312a77SGuillaume La Roque	  Say Y here if you want to enable support for STARTEK KD070FHFID015 DSI panel
93669312a77SGuillaume La Roque	  based on RENESAS-R69429 controller. The pannel is a 7-inch TFT LCD display
93769312a77SGuillaume La Roque	  with a resolution of 1024 x 600 pixels. It provides a MIPI DSI interface to
93869312a77SGuillaume La Roque	  the host, a built-in LED backlight and touch controller.
93969312a77SGuillaume La Roque
940aaf7f809SRandy Dunlapconfig DRM_PANEL_EDP
941aaf7f809SRandy Dunlap	tristate "support for simple Embedded DisplayPort panels"
942aaf7f809SRandy Dunlap	depends on OF
943aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
944aaf7f809SRandy Dunlap	depends on PM
945aaf7f809SRandy Dunlap	select VIDEOMODE_HELPERS
946aaf7f809SRandy Dunlap	select DRM_DISPLAY_DP_HELPER
947aaf7f809SRandy Dunlap	select DRM_DISPLAY_HELPER
9481e0b9b44SGeert Uytterhoeven	select DRM_DISPLAY_DP_AUX_BUS
949aaf7f809SRandy Dunlap	select DRM_KMS_HELPER
950aaf7f809SRandy Dunlap	help
951aaf7f809SRandy Dunlap	  DRM panel driver for dumb eDP panels that need at most a regulator and
952aaf7f809SRandy Dunlap	  a GPIO to be powered up. Optionally a backlight can be attached so
953aaf7f809SRandy Dunlap	  that it can be automatically turned off when the panel goes into a
954aaf7f809SRandy Dunlap	  low power state.
955aaf7f809SRandy Dunlap
956aaf7f809SRandy Dunlapconfig DRM_PANEL_SIMPLE
957aaf7f809SRandy Dunlap	tristate "support for simple panels (other than eDP ones)"
958aaf7f809SRandy Dunlap	depends on OF
959aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
960aaf7f809SRandy Dunlap	depends on PM
961aaf7f809SRandy Dunlap	select VIDEOMODE_HELPERS
962aaf7f809SRandy Dunlap	help
963aaf7f809SRandy Dunlap	  DRM panel driver for dumb non-eDP panels that need at most a regulator
964aaf7f809SRandy Dunlap	  and a GPIO to be powered up. Optionally a backlight can be attached so
965aaf7f809SRandy Dunlap	  that it can be automatically turned off when the panel goes into a
966aaf7f809SRandy Dunlap	  low power state.
967aaf7f809SRandy Dunlap
96840115947SSasha Finkelsteinconfig DRM_PANEL_SUMMIT
96940115947SSasha Finkelstein	tristate "Apple Summit display panel"
97040115947SSasha Finkelstein	depends on OF
97140115947SSasha Finkelstein	depends on DRM_MIPI_DSI
97240115947SSasha Finkelstein	depends on BACKLIGHT_CLASS_DEVICE
97340115947SSasha Finkelstein	help
97440115947SSasha Finkelstein	  Say Y if you want to enable support for the "Summit" display panel
97540115947SSasha Finkelstein	  used as a touchbar on certain Apple laptops.
97640115947SSasha Finkelstein
977aaf7f809SRandy Dunlapconfig DRM_PANEL_SYNAPTICS_R63353
978aaf7f809SRandy Dunlap	tristate "Synaptics R63353-based panels"
979aaf7f809SRandy Dunlap	depends on OF
980aaf7f809SRandy Dunlap	depends on DRM_MIPI_DSI
981aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
982aaf7f809SRandy Dunlap	help
983aaf7f809SRandy Dunlap	  Say Y if you want to enable support for panels based on the
984aaf7f809SRandy Dunlap	  Synaptics R63353 controller.
985aaf7f809SRandy Dunlap
986cf40c660SNeil Armstrongconfig DRM_PANEL_TDO_TL070WSH30
987cf40c660SNeil Armstrong	tristate "TDO TL070WSH30 DSI panel"
988cf40c660SNeil Armstrong	depends on OF
989cf40c660SNeil Armstrong	depends on DRM_MIPI_DSI
990cf40c660SNeil Armstrong	depends on BACKLIGHT_CLASS_DEVICE
991cf40c660SNeil Armstrong	help
992cf40c660SNeil Armstrong	  Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD
993cf40c660SNeil Armstrong	  panel module. The panel has a 1024×600 resolution and uses
994cf40c660SNeil Armstrong	  24 bit RGB per pixel. It provides a MIPI DSI interface to
995cf40c660SNeil Armstrong	  the host, a built-in LED backlight and touch controller.
996cf40c660SNeil Armstrong
997415b8dd0SLaurent Pinchartconfig DRM_PANEL_TPO_TD028TTEC1
998415b8dd0SLaurent Pinchart	tristate "Toppoly (TPO) TD028TTEC1 panel driver"
999415b8dd0SLaurent Pinchart	depends on OF && SPI
1000415b8dd0SLaurent Pinchart	depends on BACKLIGHT_CLASS_DEVICE
1001415b8dd0SLaurent Pinchart	help
1002415b8dd0SLaurent Pinchart	  Say Y here if you want to enable support for TPO TD028TTEC1 480x640
1003415b8dd0SLaurent Pinchart	  2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973).
1004415b8dd0SLaurent Pinchart
1005dc2e1e5bSLaurent Pinchartconfig DRM_PANEL_TPO_TD043MTEA1
1006dc2e1e5bSLaurent Pinchart	tristate "Toppoly (TPO) TD043MTEA1 panel driver"
1007dc2e1e5bSLaurent Pinchart	depends on GPIOLIB && OF && REGULATOR && SPI
1008dc2e1e5bSLaurent Pinchart	help
1009dc2e1e5bSLaurent Pinchart	  Say Y here if you want to enable support for TPO TD043MTEA1 800x480
1010dc2e1e5bSLaurent Pinchart	  4.3" panel (found on the OMAP3 Pandora board).
1011dc2e1e5bSLaurent Pinchart
1012324bb707SLinus Walleijconfig DRM_PANEL_TPO_TPG110
1013324bb707SLinus Walleij	tristate "TPO TPG 800x400 panel"
1014324bb707SLinus Walleij	depends on OF && SPI && GPIOLIB
1015324bb707SLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
1016324bb707SLinus Walleij	help
1017324bb707SLinus Walleij	  Say Y here if you want to enable support for TPO TPG110
1018324bb707SLinus Walleij	  400CH LTPS TFT LCD Single Chip Digital Driver for up to
1019324bb707SLinus Walleij	  800x400 LCD panels.
1020324bb707SLinus Walleij
10211dd0b147SAbhinav Kumarconfig DRM_PANEL_TRULY_NT35597_WQXGA
10221dd0b147SAbhinav Kumar	tristate "Truly WQXGA"
10231dd0b147SAbhinav Kumar	depends on OF
10241dd0b147SAbhinav Kumar	depends on DRM_MIPI_DSI
10251dd0b147SAbhinav Kumar	help
10261dd0b147SAbhinav Kumar	  Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI
10271dd0b147SAbhinav Kumar	  Video Mode panel
1028d1479d02SHeiko Stuebner
10293d55aebeSAlexander Baranskyconfig DRM_PANEL_VISIONOX_G2647FB105
10303d55aebeSAlexander Baransky	tristate "Visionox G2647FB105"
10313d55aebeSAlexander Baransky	depends on OF
10323d55aebeSAlexander Baransky	depends on DRM_MIPI_DSI
10333d55aebeSAlexander Baransky	depends on BACKLIGHT_CLASS_DEVICE
10343d55aebeSAlexander Baransky	help
10353d55aebeSAlexander Baransky	  Say Y here if you want to enable support for the Visionox
10363d55aebeSAlexander Baransky	  G2647FB105 (2340x1080@60Hz) AMOLED DSI cmd mode panel.
10373d55aebeSAlexander Baransky
1038aaf7f809SRandy Dunlapconfig DRM_PANEL_VISIONOX_R66451
1039aaf7f809SRandy Dunlap	tristate "Visionox R66451"
1040aaf7f809SRandy Dunlap	depends on OF
1041aaf7f809SRandy Dunlap	depends on DRM_MIPI_DSI
1042aaf7f809SRandy Dunlap	depends on BACKLIGHT_CLASS_DEVICE
1043ca097d4dSDmitry Baryshkov	select DRM_DISPLAY_DSC_HELPER
1044aaf7f809SRandy Dunlap	select DRM_DISPLAY_HELPER
1045aaf7f809SRandy Dunlap	help
1046aaf7f809SRandy Dunlap	  Say Y here if you want to enable support for Visionox
1047aaf7f809SRandy Dunlap	  R66451 1080x2340 AMOLED DSI panel.
1048aaf7f809SRandy Dunlap
1049c7f66d32SHarigovindan Pconfig DRM_PANEL_VISIONOX_RM69299
1050c7f66d32SHarigovindan P	tristate "Visionox RM69299"
1051c7f66d32SHarigovindan P	depends on OF
1052c7f66d32SHarigovindan P	depends on DRM_MIPI_DSI
1053c7f66d32SHarigovindan P	help
1054c7f66d32SHarigovindan P	  Say Y here if you want to enable support for Visionox
1055c7f66d32SHarigovindan P	  RM69299  DSI Video Mode panel.
1056c7f66d32SHarigovindan P
10577cb32743SEugene Lepshyconfig DRM_PANEL_VISIONOX_RM692E5
10587cb32743SEugene Lepshy	tristate "Visionox RM692E5"
10597cb32743SEugene Lepshy	depends on OF
10607cb32743SEugene Lepshy	depends on DRM_MIPI_DSI
10617cb32743SEugene Lepshy	depends on BACKLIGHT_CLASS_DEVICE
1062ced74864SArnd Bergmann	select DRM_DISPLAY_DSC_HELPER
1063ced74864SArnd Bergmann	select DRM_DISPLAY_HELPER
10647cb32743SEugene Lepshy	help
10657cb32743SEugene Lepshy	  Say Y here if you want to enable support for Visionox RM692E5 amoled
10667cb32743SEugene Lepshy	  display panels, such as the one found in the Nothing Phone (1)
10677cb32743SEugene Lepshy	  smartphone.
10687cb32743SEugene Lepshy
10692349183dSNeil Armstrongconfig DRM_PANEL_VISIONOX_VTDR6130
10702349183dSNeil Armstrong	tristate "Visionox VTDR6130"
10712349183dSNeil Armstrong	depends on OF
10722349183dSNeil Armstrong	depends on DRM_MIPI_DSI
1073499631d5SArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
10742349183dSNeil Armstrong	help
10752349183dSNeil Armstrong	  Say Y here if you want to enable support for Visionox
10762349183dSNeil Armstrong	  VTDR6130 1080x2400 AMOLED DSI panel.
10772349183dSNeil Armstrong
107857f6190aSLinus Walleijconfig DRM_PANEL_WIDECHIPS_WS2401
107957f6190aSLinus Walleij	tristate "Widechips WS2401 DPI panel driver"
108057f6190aSLinus Walleij	depends on SPI && GPIOLIB
108157f6190aSLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
108257f6190aSLinus Walleij	select DRM_MIPI_DBI
108357f6190aSLinus Walleij	help
108457f6190aSLinus Walleij	  Say Y here if you want to enable support for the Widechips WS2401 DPI
108557f6190aSLinus Walleij	  480x800 display controller used in panels such as Samsung LMS380KF01.
108657f6190aSLinus Walleij	  This display is used in the Samsung Galaxy Ace 2 GT-I8160 (Codina).
108757f6190aSLinus Walleij
1088d1479d02SHeiko Stuebnerconfig DRM_PANEL_XINPENG_XPP055C272
1089d1479d02SHeiko Stuebner	tristate "Xinpeng XPP055C272 panel driver"
1090d1479d02SHeiko Stuebner	depends on OF
1091d1479d02SHeiko Stuebner	depends on DRM_MIPI_DSI
1092d1479d02SHeiko Stuebner	depends on BACKLIGHT_CLASS_DEVICE
1093d1479d02SHeiko Stuebner	help
1094d1479d02SHeiko Stuebner	  Say Y here if you want to enable support for the Xinpeng
1095d1479d02SHeiko Stuebner	  XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI
1096d1479d02SHeiko Stuebner	  system interfaces.
1097280921deSThierry Redingendmenu
1098