xref: /openbmc/linux/drivers/gpu/drm/panel/Kconfig (revision 7467389b)
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
11*7467389bSPaul Cercueilconfig DRM_PANEL_ABT_Y030XX067A
12*7467389bSPaul Cercueil	tristate "ABT Y030XX067A 320x480 LCD panel"
13*7467389bSPaul Cercueil	depends on OF && SPI
14*7467389bSPaul Cercueil	select REGMAP_SPI
15*7467389bSPaul Cercueil	help
16*7467389bSPaul Cercueil	  Say Y here to enable support for the Asia Better Technology Ltd.
17*7467389bSPaul Cercueil	  Y030XX067A 320x480 3.0" panel as found in the YLM RG-280M, RG-300
18*7467389bSPaul Cercueil	  and RG-99 handheld gaming consoles.
19*7467389bSPaul 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
404b6dd3caSJerry Hanconfig DRM_PANEL_BOE_HIMAX8279D
414b6dd3caSJerry Han	tristate "Boe Himax8279d panel"
424b6dd3caSJerry Han	depends on OF
434b6dd3caSJerry Han	depends on DRM_MIPI_DSI
444b6dd3caSJerry Han	depends on BACKLIGHT_CLASS_DEVICE
454b6dd3caSJerry Han	help
464b6dd3caSJerry Han	  Say Y here if you want to enable support for Boe Himax8279d
474b6dd3caSJerry Han	  TFT-LCD modules. The panel has a 1200x1920 resolution and uses
484b6dd3caSJerry Han	  24 bit RGB per pixel. It provides a MIPI DSI interface to
494b6dd3caSJerry Han	  the host and has a built-in LED backlight.
504b6dd3caSJerry Han
51a869b9dbSJitao Shiconfig DRM_PANEL_BOE_TV101WUM_NL6
5244de19e3SJitao Shi	tristate "BOE TV101WUM and AUO KD101N80 45NA 1200x1920 panel"
53a869b9dbSJitao Shi	depends on OF
54a869b9dbSJitao Shi	depends on DRM_MIPI_DSI
55a869b9dbSJitao Shi	depends on BACKLIGHT_CLASS_DEVICE
56a869b9dbSJitao Shi	help
5744de19e3SJitao Shi	  Say Y here if you want to support for BOE TV101WUM and AUO KD101N80
5844de19e3SJitao Shi	  45NA WUXGA PANEL DSI Video Mode panel
59a869b9dbSJitao Shi
607c9dff5bSLaurent Pinchartconfig DRM_PANEL_LVDS
617c9dff5bSLaurent Pinchart	tristate "Generic LVDS panel driver"
627c9dff5bSLaurent Pinchart	depends on OF
637c9dff5bSLaurent Pinchart	depends on BACKLIGHT_CLASS_DEVICE
647c9dff5bSLaurent Pinchart	select VIDEOMODE_HELPERS
657c9dff5bSLaurent Pinchart	help
667c9dff5bSLaurent Pinchart	  This driver supports LVDS panels that don't require device-specific
677c9dff5bSLaurent Pinchart	  handling of power supplies or control signals. It implements automatic
687c9dff5bSLaurent Pinchart	  backlight handling if the panel is attached to a backlight controller.
697c9dff5bSLaurent Pinchart
70280921deSThierry Redingconfig DRM_PANEL_SIMPLE
71280921deSThierry Reding	tristate "support for simple panels"
72280921deSThierry Reding	depends on OF
7383b37eacSArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
74a5d3e625SPhilipp Zabel	select VIDEOMODE_HELPERS
75280921deSThierry Reding	help
76280921deSThierry Reding	  DRM panel driver for dumb panels that need at most a regulator and
77280921deSThierry Reding	  a GPIO to be powered up. Optionally a backlight can be attached so
78280921deSThierry Reding	  that it can be automatically turned off when the panel goes into a
79280921deSThierry Reding	  low power state.
80280921deSThierry Reding
815b660336SHeiko Stuebnerconfig DRM_PANEL_ELIDA_KD35T133
825b660336SHeiko Stuebner	tristate "Elida KD35T133 panel driver"
835b660336SHeiko Stuebner	depends on OF
845b660336SHeiko Stuebner	depends on DRM_MIPI_DSI
855b660336SHeiko Stuebner	depends on BACKLIGHT_CLASS_DEVICE
865b660336SHeiko Stuebner	help
875b660336SHeiko Stuebner	  Say Y here if you want to enable support for the Elida
885b660336SHeiko Stuebner	  KD35T133 controller for 320x480 LCD panels with MIPI-DSI
895b660336SHeiko Stuebner	  system interfaces.
905b660336SHeiko Stuebner
91fac47b1eSIcenowy Zhengconfig DRM_PANEL_FEIXIN_K101_IM2BA02
92fac47b1eSIcenowy Zheng	tristate "Feixin K101 IM2BA02 panel"
93fac47b1eSIcenowy Zheng	depends on OF
94fac47b1eSIcenowy Zheng	depends on DRM_MIPI_DSI
95fac47b1eSIcenowy Zheng	depends on BACKLIGHT_CLASS_DEVICE
96fac47b1eSIcenowy Zheng	help
97fac47b1eSIcenowy Zheng	  Say Y here if you want to enable support for the Feixin K101 IM2BA02
98fac47b1eSIcenowy Zheng	  4-lane 800x1280 MIPI DSI panel.
99fac47b1eSIcenowy Zheng
10069dc678aSJagan Tekiconfig DRM_PANEL_FEIYANG_FY07024DI26A30D
10169dc678aSJagan Teki	tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel"
10269dc678aSJagan Teki	depends on OF
10369dc678aSJagan Teki	depends on DRM_MIPI_DSI
10469dc678aSJagan Teki	depends on BACKLIGHT_CLASS_DEVICE
10569dc678aSJagan Teki	help
10669dc678aSJagan Teki	  Say Y if you want to enable support for panels based on the
10769dc678aSJagan Teki	  Feiyang FY07024DI26A30-D MIPI-DSI interface.
10869dc678aSJagan Teki
1090ee2e37aSLinus Walleijconfig DRM_PANEL_ILITEK_IL9322
1100ee2e37aSLinus Walleij	tristate "Ilitek ILI9322 320x240 QVGA panels"
1110ee2e37aSLinus Walleij	depends on OF && SPI
1120ee2e37aSLinus Walleij	select REGMAP
1130ee2e37aSLinus Walleij	help
1140ee2e37aSLinus Walleij	  Say Y here if you want to enable support for Ilitek IL9322
1150ee2e37aSLinus Walleij	  QVGA (320x240) RGB, YUV and ITU-T BT.656 panels.
1160ee2e37aSLinus Walleij
11726aec255SMaxime Ripardconfig DRM_PANEL_ILITEK_ILI9881C
11826aec255SMaxime Ripard	tristate "Ilitek ILI9881C-based panels"
11926aec255SMaxime Ripard	depends on OF
12026aec255SMaxime Ripard	depends on DRM_MIPI_DSI
12126aec255SMaxime Ripard	depends on BACKLIGHT_CLASS_DEVICE
12226aec255SMaxime Ripard	help
12326aec255SMaxime Ripard	  Say Y if you want to enable support for panels based on the
12426aec255SMaxime Ripard	  Ilitek ILI9881c controller.
12526aec255SMaxime Ripard
12614c8f2e9SChris Zhongconfig DRM_PANEL_INNOLUX_P079ZCA
12714c8f2e9SChris Zhong	tristate "Innolux P079ZCA panel"
12814c8f2e9SChris Zhong	depends on OF
12914c8f2e9SChris Zhong	depends on DRM_MIPI_DSI
13014c8f2e9SChris Zhong	depends on BACKLIGHT_CLASS_DEVICE
13114c8f2e9SChris Zhong	help
13214c8f2e9SChris Zhong	  Say Y here if you want to enable support for Innolux P079ZCA
13314c8f2e9SChris Zhong	  TFT-LCD modules. The panel has a 1024x768 resolution and uses
13414c8f2e9SChris Zhong	  24 bit RGB per pixel. It provides a MIPI DSI interface to
13514c8f2e9SChris Zhong	  the host and has a built-in LED backlight.
13614c8f2e9SChris Zhong
137c96f5662SVinay Simha BNconfig DRM_PANEL_JDI_LT070ME05000
138c96f5662SVinay Simha BN	tristate "JDI LT070ME05000 WUXGA DSI panel"
139c96f5662SVinay Simha BN	depends on OF
140c96f5662SVinay Simha BN	depends on DRM_MIPI_DSI
141c96f5662SVinay Simha BN	depends on BACKLIGHT_CLASS_DEVICE
142c96f5662SVinay Simha BN	help
143c96f5662SVinay Simha BN	  Say Y here if you want to enable support for JDI DSI video mode
144c96f5662SVinay Simha BN	  panel as found in Google Nexus 7 (2013) devices.
145c96f5662SVinay Simha BN	  The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses
146c96f5662SVinay Simha BN	  24 bit per pixel.
147c96f5662SVinay Simha BN
1482a994cbeSNickey Yangconfig DRM_PANEL_KINGDISPLAY_KD097D04
1492a994cbeSNickey Yang	tristate "Kingdisplay kd097d04 panel"
1502a994cbeSNickey Yang	depends on OF
1512a994cbeSNickey Yang	depends on DRM_MIPI_DSI
1522a994cbeSNickey Yang	depends on BACKLIGHT_CLASS_DEVICE
1532a994cbeSNickey Yang	help
1542a994cbeSNickey Yang	  Say Y here if you want to enable support for Kingdisplay kd097d04
1552a994cbeSNickey Yang	  TFT-LCD modules. The panel has a 1536x2048 resolution and uses
1562a994cbeSNickey Yang	  24 bit RGB per pixel. It provides a MIPI DSI interface to
1572a994cbeSNickey Yang	  the host and has a built-in LED backlight.
1582a994cbeSNickey Yang
1596ea4383bSHeiko Stuebnerconfig DRM_PANEL_LEADTEK_LTK050H3146W
1606ea4383bSHeiko Stuebner	tristate "Leadtek LTK050H3146W panel"
1616ea4383bSHeiko Stuebner	depends on OF
1626ea4383bSHeiko Stuebner	depends on DRM_MIPI_DSI
1636ea4383bSHeiko Stuebner	depends on BACKLIGHT_CLASS_DEVICE
1646ea4383bSHeiko Stuebner	help
1656ea4383bSHeiko Stuebner	  Say Y here if you want to enable support for Leadtek LTK050H3146W
1666ea4383bSHeiko Stuebner	  TFT-LCD modules. The panel has a 720x1280 resolution and uses
1676ea4383bSHeiko Stuebner	  24 bit RGB per pixel. It provides a MIPI DSI interface to
1686ea4383bSHeiko Stuebner	  the host and has a built-in LED backlight.
1696ea4383bSHeiko Stuebner
170e98910beSHeiko Stuebnerconfig DRM_PANEL_LEADTEK_LTK500HD1829
171e98910beSHeiko Stuebner	tristate "Leadtek LTK500HD1829 panel"
172e98910beSHeiko Stuebner	depends on OF
173e98910beSHeiko Stuebner	depends on DRM_MIPI_DSI
174e98910beSHeiko Stuebner	depends on BACKLIGHT_CLASS_DEVICE
175e98910beSHeiko Stuebner	help
176e98910beSHeiko Stuebner	  Say Y here if you want to enable support for Kingdisplay kd097d04
177e98910beSHeiko Stuebner	  TFT-LCD modules. The panel has a 1536x2048 resolution and uses
178e98910beSHeiko Stuebner	  24 bit RGB per pixel. It provides a MIPI DSI interface to
179e98910beSHeiko Stuebner	  the host and has a built-in LED backlight.
180e98910beSHeiko Stuebner
1819ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_LD9040
1829ef7e25fSThierry Reding	tristate "Samsung LD9040 RGB/SPI panel"
18350d5ed39SRussell King	depends on OF && SPI
184ff219937SAndrzej Hajda	select VIDEOMODE_HELPERS
185ff219937SAndrzej Hajda
186f5b0c654SLaurent Pinchartconfig DRM_PANEL_LG_LB035Q02
187f5b0c654SLaurent Pinchart	tristate "LG LB035Q024573 RGB panel"
188f5b0c654SLaurent Pinchart	depends on GPIOLIB && OF && SPI
189f5b0c654SLaurent Pinchart	help
190f5b0c654SLaurent Pinchart	  Say Y here if you want to enable support for the LB035Q02 RGB panel
191f5b0c654SLaurent Pinchart	  (found on the Gumstix Overo Palo35 board). To compile this driver as
192f5b0c654SLaurent Pinchart	  a module, choose M here.
193f5b0c654SLaurent Pinchart
19458c467ecSHeiko Schocherconfig DRM_PANEL_LG_LG4573
19558c467ecSHeiko Schocher	tristate "LG4573 RGB/SPI panel"
19658c467ecSHeiko Schocher	depends on OF && SPI
19758c467ecSHeiko Schocher	select VIDEOMODE_HELPERS
19858c467ecSHeiko Schocher	help
19958c467ecSHeiko Schocher	  Say Y here if you want to enable support for LG4573 RGB panel.
20058c467ecSHeiko Schocher	  To compile this driver as a module, choose M here.
20158c467ecSHeiko Schocher
202df439abeSLaurent Pinchartconfig DRM_PANEL_NEC_NL8048HL11
203df439abeSLaurent Pinchart	tristate "NEC NL8048HL11 RGB panel"
204df439abeSLaurent Pinchart	depends on GPIOLIB && OF && SPI
205df439abeSLaurent Pinchart	help
206df439abeSLaurent Pinchart	  Say Y here if you want to enable support for the NEC NL8048HL11 RGB
207df439abeSLaurent Pinchart	  panel (found on the Zoom2/3/3630 SDP boards). To compile this driver
208df439abeSLaurent Pinchart	  as a module, choose M here.
209df439abeSLaurent Pinchart
210899f24edSLinus Walleijconfig DRM_PANEL_NOVATEK_NT35510
211899f24edSLinus Walleij	tristate "Novatek NT35510 RGB panel driver"
212899f24edSLinus Walleij	depends on OF
213899f24edSLinus Walleij	depends on DRM_MIPI_DSI
214899f24edSLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
215899f24edSLinus Walleij	help
216899f24edSLinus Walleij	  Say Y here if you want to enable support for the panels built
217899f24edSLinus Walleij	  around the Novatek NT35510 display controller, such as some
218899f24edSLinus Walleij	  Hydis panels.
219899f24edSLinus Walleij
220070c7fa5SSumit Semwalconfig DRM_PANEL_NOVATEK_NT36672A
221070c7fa5SSumit Semwal	tristate "Novatek NT36672A DSI panel"
222070c7fa5SSumit Semwal	depends on OF
223070c7fa5SSumit Semwal	depends on DRM_MIPI_DSI
224070c7fa5SSumit Semwal	depends on BACKLIGHT_CLASS_DEVICE
225070c7fa5SSumit Semwal	help
226070c7fa5SSumit Semwal	  Say Y here if you want to enable support for the panels built
227070c7fa5SSumit Semwal	  around the Novatek NT36672A display controller, such as some
228070c7fa5SSumit Semwal	  Tianma panels used in a few Xiaomi Poco F1 mobile phones.
229070c7fa5SSumit Semwal
230ecdcbbb7SPaul Cercueilconfig DRM_PANEL_NOVATEK_NT39016
231ecdcbbb7SPaul Cercueil	tristate "Novatek NT39016 RGB/SPI panel"
232ecdcbbb7SPaul Cercueil	depends on OF && SPI
233ecdcbbb7SPaul Cercueil	depends on BACKLIGHT_CLASS_DEVICE
234ecdcbbb7SPaul Cercueil	select REGMAP_SPI
235ecdcbbb7SPaul Cercueil	help
236ecdcbbb7SPaul Cercueil	  Say Y here if you want to enable support for the panels built
237ecdcbbb7SPaul Cercueil	  around the Novatek NT39016 display controller.
238ecdcbbb7SPaul Cercueil
23972967d56SGuido Güntherconfig DRM_PANEL_MANTIX_MLAF057WE51
24072967d56SGuido Günther	tristate "Mantix MLAF057WE51-X MIPI-DSI LCD panel"
24172967d56SGuido Günther	depends on OF
24272967d56SGuido Günther	depends on DRM_MIPI_DSI
24372967d56SGuido Günther	depends on BACKLIGHT_CLASS_DEVICE
24472967d56SGuido Günther	help
24572967d56SGuido Günther	  Say Y here if you want to enable support for the Mantix
24672967d56SGuido Günther	  MLAF057WE51-X MIPI DSI panel as e.g. used in the Librem 5. It
24772967d56SGuido Günther	  has a resolution of 720x1440 pixels, a built in backlight and touch
24872967d56SGuido Günther	  controller.
24972967d56SGuido Günther
25017fd7a9dSStefan Mavrodievconfig DRM_PANEL_OLIMEX_LCD_OLINUXINO
25117fd7a9dSStefan Mavrodiev	tristate "Olimex LCD-OLinuXino panel"
25217fd7a9dSStefan Mavrodiev	depends on OF
25317fd7a9dSStefan Mavrodiev	depends on I2C
25417fd7a9dSStefan Mavrodiev	depends on BACKLIGHT_CLASS_DEVICE
25517fd7a9dSStefan Mavrodiev	help
25617fd7a9dSStefan Mavrodiev	  The panel is used with different sizes LCDs, from 480x272 to
25717fd7a9dSStefan Mavrodiev	  1280x800, and 24 bit per pixel.
25817fd7a9dSStefan Mavrodiev
25917fd7a9dSStefan Mavrodiev	  Say Y here if you want to enable support for Olimex Ltd.
26017fd7a9dSStefan Mavrodiev	  LCD-OLinuXino panel.
26117fd7a9dSStefan Mavrodiev
262f0a5bb98SPhilippe CORNUconfig DRM_PANEL_ORISETECH_OTM8009A
263f0a5bb98SPhilippe CORNU	tristate "Orise Technology otm8009a 480x800 dsi 2dl panel"
264f0a5bb98SPhilippe CORNU	depends on OF
265f0a5bb98SPhilippe CORNU	depends on DRM_MIPI_DSI
266f0a5bb98SPhilippe CORNU	depends on BACKLIGHT_CLASS_DEVICE
267f0a5bb98SPhilippe CORNU	help
268f0a5bb98SPhilippe CORNU	  Say Y here if you want to enable support for Orise Technology
269f0a5bb98SPhilippe CORNU	  otm8009a 480x800 dsi 2dl panel.
270f0a5bb98SPhilippe CORNU
271b97b042aSPeter Ujfalusiconfig DRM_PANEL_OSD_OSD101T2587_53TS
272b97b042aSPeter Ujfalusi	tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel"
273b97b042aSPeter Ujfalusi	depends on OF
274b97b042aSPeter Ujfalusi	depends on DRM_MIPI_DSI
275b97b042aSPeter Ujfalusi	depends on BACKLIGHT_CLASS_DEVICE
276b97b042aSPeter Ujfalusi	help
277b97b042aSPeter Ujfalusi	  Say Y here if you want to enable support for One Stop Displays
278b97b042aSPeter Ujfalusi	  OSD101T2587-53TS 10.1" 1920x1200 dsi panel.
279b97b042aSPeter Ujfalusi
280086ceb6bSWerner Johanssonconfig DRM_PANEL_PANASONIC_VVX10F034N00
281086ceb6bSWerner Johansson	tristate "Panasonic VVX10F034N00 1920x1200 video mode panel"
282086ceb6bSWerner Johansson	depends on OF
283086ceb6bSWerner Johansson	depends on DRM_MIPI_DSI
284086ceb6bSWerner Johansson	depends on BACKLIGHT_CLASS_DEVICE
285086ceb6bSWerner Johansson	help
286086ceb6bSWerner Johansson	  Say Y here if you want to enable support for Panasonic VVX10F034N00
287086ceb6bSWerner Johansson	  WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
288086ceb6bSWerner Johansson	  Xperia Z2 tablets
289086ceb6bSWerner Johansson
2902f733d61SEric Anholtconfig DRM_PANEL_RASPBERRYPI_TOUCHSCREEN
2912f733d61SEric Anholt	tristate "Raspberry Pi 7-inch touchscreen panel"
2922f733d61SEric Anholt	depends on DRM_MIPI_DSI
2932f733d61SEric Anholt	help
2942f733d61SEric Anholt	  Say Y here if you want to enable support for the Raspberry
2952f733d61SEric Anholt	  Pi 7" Touchscreen.  To compile this driver as a module,
2962f733d61SEric Anholt	  choose M here.
2972f733d61SEric Anholt
298f63df31dSRobert Chirasconfig DRM_PANEL_RAYDIUM_RM67191
299f63df31dSRobert Chiras	tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel"
300f63df31dSRobert Chiras	depends on OF
301f63df31dSRobert Chiras	depends on DRM_MIPI_DSI
302f63df31dSRobert Chiras	depends on BACKLIGHT_CLASS_DEVICE
303f63df31dSRobert Chiras	help
304f63df31dSRobert Chiras	  Say Y here if you want to enable support for Raydium RM67191 FHD
305f63df31dSRobert Chiras	  (1080x1920) DSI panel.
306f63df31dSRobert Chiras
3072b7ed18bSPhilippe CORNUconfig DRM_PANEL_RAYDIUM_RM68200
3082b7ed18bSPhilippe CORNU	tristate "Raydium RM68200 720x1280 DSI video mode panel"
3092b7ed18bSPhilippe CORNU	depends on OF
3102b7ed18bSPhilippe CORNU	depends on DRM_MIPI_DSI
311a8efe516SArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
3122b7ed18bSPhilippe CORNU	help
3132b7ed18bSPhilippe CORNU	  Say Y here if you want to enable support for Raydium RM68200
3142b7ed18bSPhilippe CORNU	  720x1280 DSI video mode panel.
3152b7ed18bSPhilippe CORNU
316979a1bb6SKonstantin Sudakovconfig DRM_PANEL_RONBO_RB070D30
317979a1bb6SKonstantin Sudakov	tristate "Ronbo Electronics RB070D30 panel"
318979a1bb6SKonstantin Sudakov	depends on OF
319979a1bb6SKonstantin Sudakov	depends on DRM_MIPI_DSI
320979a1bb6SKonstantin Sudakov	depends on BACKLIGHT_CLASS_DEVICE
321979a1bb6SKonstantin Sudakov	help
322979a1bb6SKonstantin Sudakov	  Say Y here if you want to enable support for Ronbo Electronics
323979a1bb6SKonstantin Sudakov	  RB070D30 1024x600 DSI panel.
324979a1bb6SKonstantin Sudakov
325ac1d6d74SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6D16D0
326ac1d6d74SLinus Walleij	tristate "Samsung S6D16D0 DSI video mode panel"
327ac1d6d74SLinus Walleij	depends on OF
328ac1d6d74SLinus Walleij	depends on DRM_MIPI_DSI
329ac1d6d74SLinus Walleij	select VIDEOMODE_HELPERS
330ac1d6d74SLinus Walleij
331ed29f942SHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E3HA2
332ed29f942SHoegeun Kwon	tristate "Samsung S6E3HA2 DSI video mode panel"
333ed29f942SHoegeun Kwon	depends on OF
334ed29f942SHoegeun Kwon	depends on DRM_MIPI_DSI
33593023c14SArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
336ed29f942SHoegeun Kwon	select VIDEOMODE_HELPERS
337ed29f942SHoegeun Kwon
3382a05177dSHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E63J0X03
3392a05177dSHoegeun Kwon	tristate "Samsung S6E63J0X03 DSI command mode panel"
3402a05177dSHoegeun Kwon	depends on OF
3412a05177dSHoegeun Kwon	depends on DRM_MIPI_DSI
3422a05177dSHoegeun Kwon	depends on BACKLIGHT_CLASS_DEVICE
3432a05177dSHoegeun Kwon	select VIDEOMODE_HELPERS
3442a05177dSHoegeun Kwon
345994a08a2SPaweł Chmielconfig DRM_PANEL_SAMSUNG_S6E63M0
346b7b23e44SLinus Walleij	tristate "Samsung S6E63M0 RGB panel"
347994a08a2SPaweł Chmiel	depends on OF
348994a08a2SPaweł Chmiel	depends on BACKLIGHT_CLASS_DEVICE
349994a08a2SPaweł Chmiel	help
350994a08a2SPaweł Chmiel	  Say Y here if you want to enable support for Samsung S6E63M0
351b7b23e44SLinus Walleij	  AMOLED LCD panel. This panel can be accessed using SPI or
352b7b23e44SLinus Walleij	  DSI.
353b7b23e44SLinus Walleij
354b7b23e44SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6E63M0_SPI
355b7b23e44SLinus Walleij	tristate "Samsung S6E63M0 RGB SPI interface"
356b7b23e44SLinus Walleij	depends on SPI
357b7b23e44SLinus Walleij	depends on DRM_PANEL_SAMSUNG_S6E63M0
358b7b23e44SLinus Walleij	default DRM_PANEL_SAMSUNG_S6E63M0
359b7b23e44SLinus Walleij	help
360b7b23e44SLinus Walleij	  Say Y here if you want to be able to access the Samsung
361b7b23e44SLinus Walleij	  S6E63M0 panel using SPI.
362994a08a2SPaweł Chmiel
363435e06c0SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6E63M0_DSI
364435e06c0SLinus Walleij	tristate "Samsung S6E63M0 RGB DSI interface"
365435e06c0SLinus Walleij	depends on DRM_MIPI_DSI
366435e06c0SLinus Walleij	depends on DRM_PANEL_SAMSUNG_S6E63M0
367435e06c0SLinus Walleij	help
368435e06c0SLinus Walleij	  Say Y here if you want to be able to access the Samsung
369435e06c0SLinus Walleij	  S6E63M0 panel using DSI.
370435e06c0SLinus Walleij
3716d598a32SMichael Srbaconfig DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01
3726d598a32SMichael Srba	tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller"
3736d598a32SMichael Srba	depends on OF
3746d598a32SMichael Srba	select DRM_MIPI_DSI
3756d598a32SMichael Srba	select VIDEOMODE_HELPERS
3766d598a32SMichael Srba
3779ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_S6E8AA0
3789ef7e25fSThierry Reding	tristate "Samsung S6E8AA0 DSI video mode panel"
37902051ca0SAndrzej Hajda	depends on OF
38002051ca0SAndrzej Hajda	select DRM_MIPI_DSI
38102051ca0SAndrzej Hajda	select VIDEOMODE_HELPERS
38202051ca0SAndrzej Hajda
3835933baa3SCaleb Connollyconfig DRM_PANEL_SAMSUNG_SOFEF00
3845933baa3SCaleb Connolly	tristate "Samsung sofef00/s6e3fc2x01 OnePlus 6/6T DSI cmd mode panels"
3855933baa3SCaleb Connolly	depends on OF
3865933baa3SCaleb Connolly	depends on DRM_MIPI_DSI
3875933baa3SCaleb Connolly	depends on BACKLIGHT_CLASS_DEVICE
3885933baa3SCaleb Connolly	select VIDEOMODE_HELPERS
3895933baa3SCaleb Connolly	help
3905933baa3SCaleb Connolly	  Say Y or M here if you want to enable support for the Samsung AMOLED
3915933baa3SCaleb Connolly	  command mode panels found in the OnePlus 6/6T smartphones.
3925933baa3SCaleb Connolly
3935933baa3SCaleb Connolly	  The panels are 2280x1080@60Hz and 2340x1080@60Hz respectively
3945933baa3SCaleb Connolly
395043652aaSMarco Franchiconfig DRM_PANEL_SEIKO_43WVF1G
396043652aaSMarco Franchi	tristate "Seiko 43WVF1G panel"
397043652aaSMarco Franchi	depends on OF
398043652aaSMarco Franchi	depends on BACKLIGHT_CLASS_DEVICE
399043652aaSMarco Franchi	select VIDEOMODE_HELPERS
400043652aaSMarco Franchi	help
401043652aaSMarco Franchi	  Say Y here if you want to enable support for the Seiko
402043652aaSMarco Franchi	  43WVF1G controller for 800x480 LCD panels
403043652aaSMarco Franchi
4041976dbcaSThierry Redingconfig DRM_PANEL_SHARP_LQ101R1SX01
4051976dbcaSThierry Reding	tristate "Sharp LQ101R1SX01 panel"
4061976dbcaSThierry Reding	depends on OF
4071976dbcaSThierry Reding	depends on DRM_MIPI_DSI
408f071b34fSArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
4091976dbcaSThierry Reding	help
4101976dbcaSThierry Reding	  Say Y here if you want to enable support for Sharp LQ101R1SX01
4111976dbcaSThierry Reding	  TFT-LCD modules. The panel has a 2560x1600 resolution and uses
4121976dbcaSThierry Reding	  24 bit RGB per pixel. It provides a dual MIPI DSI interface to
4131976dbcaSThierry Reding	  the host and has a built-in LED backlight.
4141976dbcaSThierry Reding
4151976dbcaSThierry Reding	  To compile this driver as a module, choose M here: the module
4161976dbcaSThierry Reding	  will be called panel-sharp-lq101r1sx01.
4171976dbcaSThierry Reding
418c9cf4c2aSLaurent Pinchartconfig DRM_PANEL_SHARP_LS037V7DW01
419c9cf4c2aSLaurent Pinchart	tristate "Sharp LS037V7DW01 VGA LCD panel"
420c9cf4c2aSLaurent Pinchart	depends on GPIOLIB && OF && REGULATOR
421c9cf4c2aSLaurent Pinchart	help
422c9cf4c2aSLaurent Pinchart	  Say Y here if you want to enable support for Sharp LS037V7DW01 VGA
423c9cf4c2aSLaurent Pinchart	  (480x640) LCD panel (found on the TI SDP3430 board).
424c9cf4c2aSLaurent Pinchart
425ee017238SWerner Johanssonconfig DRM_PANEL_SHARP_LS043T1LE01
426ee017238SWerner Johansson	tristate "Sharp LS043T1LE01 qHD video mode panel"
427ee017238SWerner Johansson	depends on OF
428ee017238SWerner Johansson	depends on DRM_MIPI_DSI
429ee017238SWerner Johansson	depends on BACKLIGHT_CLASS_DEVICE
430ee017238SWerner Johansson	help
431ee017238SWerner Johansson	  Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
432ee017238SWerner Johansson	  (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
433ee017238SWerner Johansson
434849b2e3fSJagan Tekiconfig DRM_PANEL_SITRONIX_ST7701
435849b2e3fSJagan Teki	tristate "Sitronix ST7701 panel driver"
436849b2e3fSJagan Teki	depends on OF
437849b2e3fSJagan Teki	depends on DRM_MIPI_DSI
438849b2e3fSJagan Teki	depends on BACKLIGHT_CLASS_DEVICE
439849b2e3fSJagan Teki	help
440849b2e3fSJagan Teki	  Say Y here if you want to enable support for the Sitronix
441849b2e3fSJagan Teki	  ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI
442849b2e3fSJagan Teki	  system interfaces.
443849b2e3fSJagan Teki
444a74e81a5SOndrej Jirmanconfig DRM_PANEL_SITRONIX_ST7703
445a74e81a5SOndrej Jirman	tristate "Sitronix ST7703 based MIPI touchscreen panels"
446a74e81a5SOndrej Jirman	depends on OF
447a74e81a5SOndrej Jirman	depends on DRM_MIPI_DSI
448a74e81a5SOndrej Jirman	depends on BACKLIGHT_CLASS_DEVICE
449a74e81a5SOndrej Jirman	help
450a74e81a5SOndrej Jirman	  Say Y here if you want to enable support for Sitronix ST7703 based
451a74e81a5SOndrej Jirman	  panels, souch as Rocktech JH057N00900 MIPI DSI panel as e.g. used in
452a74e81a5SOndrej Jirman	  the Librem 5 devkit. It has a resolution of 720x1440 pixels, a built
453a74e81a5SOndrej Jirman	  in backlight and touch controller.
454a74e81a5SOndrej Jirman	  Touch input support is provided by the goodix driver and needs to be
455a74e81a5SOndrej Jirman	  selected separately.
456a74e81a5SOndrej Jirman
4577142afb3SMaxime Ripardconfig DRM_PANEL_SITRONIX_ST7789V
4587142afb3SMaxime Ripard	tristate "Sitronix ST7789V panel"
4597142afb3SMaxime Ripard	depends on OF && SPI
4602a498168SArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
4617142afb3SMaxime Ripard	help
4627142afb3SMaxime Ripard	  Say Y here if you want to enable support for the Sitronix
4637142afb3SMaxime Ripard	  ST7789V controller for 240x320 LCD panels
4647142afb3SMaxime Ripard
4658152c2bfSLinus Walleijconfig DRM_PANEL_SONY_ACX424AKP
4668152c2bfSLinus Walleij	tristate "Sony ACX424AKP DSI command mode panel"
4678152c2bfSLinus Walleij	depends on OF
4688152c2bfSLinus Walleij	depends on DRM_MIPI_DSI
4698152c2bfSLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
4708152c2bfSLinus Walleij	select VIDEOMODE_HELPERS
4718152c2bfSLinus Walleij	help
4728152c2bfSLinus Walleij	  Say Y here if you want to enable the Sony ACX424 display
4738152c2bfSLinus Walleij	  panel. This panel supports DSI in both command and video
4748152c2bfSLinus Walleij	  mode.
4758152c2bfSLinus Walleij
4761c8fc3f0SLaurent Pinchartconfig DRM_PANEL_SONY_ACX565AKM
4771c8fc3f0SLaurent Pinchart	tristate "Sony ACX565AKM panel"
4781c8fc3f0SLaurent Pinchart	depends on GPIOLIB && OF && SPI
4791c8fc3f0SLaurent Pinchart	depends on BACKLIGHT_CLASS_DEVICE
4801c8fc3f0SLaurent Pinchart	help
4811c8fc3f0SLaurent Pinchart	  Say Y here if you want to enable support for the Sony ACX565AKM
4821c8fc3f0SLaurent Pinchart	  800x600 3.5" panel (found on the Nokia N900).
4831c8fc3f0SLaurent Pinchart
484cf40c660SNeil Armstrongconfig DRM_PANEL_TDO_TL070WSH30
485cf40c660SNeil Armstrong	tristate "TDO TL070WSH30 DSI panel"
486cf40c660SNeil Armstrong	depends on OF
487cf40c660SNeil Armstrong	depends on DRM_MIPI_DSI
488cf40c660SNeil Armstrong	depends on BACKLIGHT_CLASS_DEVICE
489cf40c660SNeil Armstrong	help
490cf40c660SNeil Armstrong	  Say Y here if you want to enable support for TDO TL070WSH30 TFT-LCD
491cf40c660SNeil Armstrong	  panel module. The panel has a 1024×600 resolution and uses
492cf40c660SNeil Armstrong	  24 bit RGB per pixel. It provides a MIPI DSI interface to
493cf40c660SNeil Armstrong	  the host, a built-in LED backlight and touch controller.
494cf40c660SNeil Armstrong
495415b8dd0SLaurent Pinchartconfig DRM_PANEL_TPO_TD028TTEC1
496415b8dd0SLaurent Pinchart	tristate "Toppoly (TPO) TD028TTEC1 panel driver"
497415b8dd0SLaurent Pinchart	depends on OF && SPI
498415b8dd0SLaurent Pinchart	depends on BACKLIGHT_CLASS_DEVICE
499415b8dd0SLaurent Pinchart	help
500415b8dd0SLaurent Pinchart	  Say Y here if you want to enable support for TPO TD028TTEC1 480x640
501415b8dd0SLaurent Pinchart	  2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973).
502415b8dd0SLaurent Pinchart
503dc2e1e5bSLaurent Pinchartconfig DRM_PANEL_TPO_TD043MTEA1
504dc2e1e5bSLaurent Pinchart	tristate "Toppoly (TPO) TD043MTEA1 panel driver"
505dc2e1e5bSLaurent Pinchart	depends on GPIOLIB && OF && REGULATOR && SPI
506dc2e1e5bSLaurent Pinchart	help
507dc2e1e5bSLaurent Pinchart	  Say Y here if you want to enable support for TPO TD043MTEA1 800x480
508dc2e1e5bSLaurent Pinchart	  4.3" panel (found on the OMAP3 Pandora board).
509dc2e1e5bSLaurent Pinchart
510324bb707SLinus Walleijconfig DRM_PANEL_TPO_TPG110
511324bb707SLinus Walleij	tristate "TPO TPG 800x400 panel"
512324bb707SLinus Walleij	depends on OF && SPI && GPIOLIB
513324bb707SLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
514324bb707SLinus Walleij	help
515324bb707SLinus Walleij	  Say Y here if you want to enable support for TPO TPG110
516324bb707SLinus Walleij	  400CH LTPS TFT LCD Single Chip Digital Driver for up to
517324bb707SLinus Walleij	  800x400 LCD panels.
518324bb707SLinus Walleij
5191dd0b147SAbhinav Kumarconfig DRM_PANEL_TRULY_NT35597_WQXGA
5201dd0b147SAbhinav Kumar	tristate "Truly WQXGA"
5211dd0b147SAbhinav Kumar	depends on OF
5221dd0b147SAbhinav Kumar	depends on DRM_MIPI_DSI
5231dd0b147SAbhinav Kumar	help
5241dd0b147SAbhinav Kumar	  Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI
5251dd0b147SAbhinav Kumar	  Video Mode panel
526d1479d02SHeiko Stuebner
527c7f66d32SHarigovindan Pconfig DRM_PANEL_VISIONOX_RM69299
528c7f66d32SHarigovindan P	tristate "Visionox RM69299"
529c7f66d32SHarigovindan P	depends on OF
530c7f66d32SHarigovindan P	depends on DRM_MIPI_DSI
531c7f66d32SHarigovindan P	help
532c7f66d32SHarigovindan P	  Say Y here if you want to enable support for Visionox
533c7f66d32SHarigovindan P	  RM69299  DSI Video Mode panel.
534c7f66d32SHarigovindan P
535d1479d02SHeiko Stuebnerconfig DRM_PANEL_XINPENG_XPP055C272
536d1479d02SHeiko Stuebner	tristate "Xinpeng XPP055C272 panel driver"
537d1479d02SHeiko Stuebner	depends on OF
538d1479d02SHeiko Stuebner	depends on DRM_MIPI_DSI
539d1479d02SHeiko Stuebner	depends on BACKLIGHT_CLASS_DEVICE
540d1479d02SHeiko Stuebner	help
541d1479d02SHeiko Stuebner	  Say Y here if you want to enable support for the Xinpeng
542d1479d02SHeiko Stuebner	  XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI
543d1479d02SHeiko Stuebner	  system interfaces.
544280921deSThierry Redingendmenu
545