xref: /openbmc/linux/drivers/gpu/drm/panel/Kconfig (revision 02ed76b6)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2aead40eaSThierry Redingconfig DRM_PANEL
3aead40eaSThierry Reding	bool
4aead40eaSThierry Reding	depends on DRM
5aead40eaSThierry Reding	help
6aead40eaSThierry Reding	  Panel registration and lookup framework.
7280921deSThierry Reding
8280921deSThierry Redingmenu "Display Panels"
9937ca284SRussell King	depends on DRM && DRM_PANEL
10280921deSThierry Reding
11f40f5b87SLinus Walleijconfig DRM_PANEL_ARM_VERSATILE
12f40f5b87SLinus Walleij	tristate "ARM Versatile panel driver"
13f40f5b87SLinus Walleij	depends on OF
14f40f5b87SLinus Walleij	depends on MFD_SYSCON
15f40f5b87SLinus Walleij	select VIDEOMODE_HELPERS
16f40f5b87SLinus Walleij	help
17f40f5b87SLinus Walleij	  This driver supports the ARM Versatile panels connected to ARM
18f40f5b87SLinus Walleij	  reference designs. The panel is detected using special registers
19f40f5b87SLinus Walleij	  in the Versatile family syscon registers.
20f40f5b87SLinus Walleij
2102ed76b6SKonrad Dybcioconfig DRM_PANEL_ASUS_Z00T_TM5P5_NT35596
2202ed76b6SKonrad Dybcio	tristate "ASUS Z00T TM5P5 NT35596 panel"
2302ed76b6SKonrad Dybcio	depends on GPIOLIB && OF
2402ed76b6SKonrad Dybcio	depends on DRM_MIPI_DSI
2502ed76b6SKonrad Dybcio	depends on BACKLIGHT_CLASS_DEVICE
2602ed76b6SKonrad Dybcio	help
2702ed76b6SKonrad Dybcio	  Say Y here if you want to enable support for the ASUS TMP5P5
2802ed76b6SKonrad Dybcio	  NT35596 1080x1920 video mode panel as found in some Asus
2902ed76b6SKonrad Dybcio	  Zenfone 2 Laser Z00T devices.
3002ed76b6SKonrad Dybcio
314b6dd3caSJerry Hanconfig DRM_PANEL_BOE_HIMAX8279D
324b6dd3caSJerry Han	tristate "Boe Himax8279d panel"
334b6dd3caSJerry Han	depends on OF
344b6dd3caSJerry Han	depends on DRM_MIPI_DSI
354b6dd3caSJerry Han	depends on BACKLIGHT_CLASS_DEVICE
364b6dd3caSJerry Han	help
374b6dd3caSJerry Han	  Say Y here if you want to enable support for Boe Himax8279d
384b6dd3caSJerry Han	  TFT-LCD modules. The panel has a 1200x1920 resolution and uses
394b6dd3caSJerry Han	  24 bit RGB per pixel. It provides a MIPI DSI interface to
404b6dd3caSJerry Han	  the host and has a built-in LED backlight.
414b6dd3caSJerry Han
42a869b9dbSJitao Shiconfig DRM_PANEL_BOE_TV101WUM_NL6
4344de19e3SJitao Shi	tristate "BOE TV101WUM and AUO KD101N80 45NA 1200x1920 panel"
44a869b9dbSJitao Shi	depends on OF
45a869b9dbSJitao Shi	depends on DRM_MIPI_DSI
46a869b9dbSJitao Shi	depends on BACKLIGHT_CLASS_DEVICE
47a869b9dbSJitao Shi	help
4844de19e3SJitao Shi	  Say Y here if you want to support for BOE TV101WUM and AUO KD101N80
4944de19e3SJitao Shi	  45NA WUXGA PANEL DSI Video Mode panel
50a869b9dbSJitao Shi
517c9dff5bSLaurent Pinchartconfig DRM_PANEL_LVDS
527c9dff5bSLaurent Pinchart	tristate "Generic LVDS panel driver"
537c9dff5bSLaurent Pinchart	depends on OF
547c9dff5bSLaurent Pinchart	depends on BACKLIGHT_CLASS_DEVICE
557c9dff5bSLaurent Pinchart	select VIDEOMODE_HELPERS
567c9dff5bSLaurent Pinchart	help
577c9dff5bSLaurent Pinchart	  This driver supports LVDS panels that don't require device-specific
587c9dff5bSLaurent Pinchart	  handling of power supplies or control signals. It implements automatic
597c9dff5bSLaurent Pinchart	  backlight handling if the panel is attached to a backlight controller.
607c9dff5bSLaurent Pinchart
61280921deSThierry Redingconfig DRM_PANEL_SIMPLE
62280921deSThierry Reding	tristate "support for simple panels"
63280921deSThierry Reding	depends on OF
6483b37eacSArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
65a5d3e625SPhilipp Zabel	select VIDEOMODE_HELPERS
66280921deSThierry Reding	help
67280921deSThierry Reding	  DRM panel driver for dumb panels that need at most a regulator and
68280921deSThierry Reding	  a GPIO to be powered up. Optionally a backlight can be attached so
69280921deSThierry Reding	  that it can be automatically turned off when the panel goes into a
70280921deSThierry Reding	  low power state.
71280921deSThierry Reding
725b660336SHeiko Stuebnerconfig DRM_PANEL_ELIDA_KD35T133
735b660336SHeiko Stuebner	tristate "Elida KD35T133 panel driver"
745b660336SHeiko Stuebner	depends on OF
755b660336SHeiko Stuebner	depends on DRM_MIPI_DSI
765b660336SHeiko Stuebner	depends on BACKLIGHT_CLASS_DEVICE
775b660336SHeiko Stuebner	help
785b660336SHeiko Stuebner	  Say Y here if you want to enable support for the Elida
795b660336SHeiko Stuebner	  KD35T133 controller for 320x480 LCD panels with MIPI-DSI
805b660336SHeiko Stuebner	  system interfaces.
815b660336SHeiko Stuebner
82fac47b1eSIcenowy Zhengconfig DRM_PANEL_FEIXIN_K101_IM2BA02
83fac47b1eSIcenowy Zheng	tristate "Feixin K101 IM2BA02 panel"
84fac47b1eSIcenowy Zheng	depends on OF
85fac47b1eSIcenowy Zheng	depends on DRM_MIPI_DSI
86fac47b1eSIcenowy Zheng	depends on BACKLIGHT_CLASS_DEVICE
87fac47b1eSIcenowy Zheng	help
88fac47b1eSIcenowy Zheng	  Say Y here if you want to enable support for the Feixin K101 IM2BA02
89fac47b1eSIcenowy Zheng	  4-lane 800x1280 MIPI DSI panel.
90fac47b1eSIcenowy Zheng
9169dc678aSJagan Tekiconfig DRM_PANEL_FEIYANG_FY07024DI26A30D
9269dc678aSJagan Teki	tristate "Feiyang FY07024DI26A30-D MIPI-DSI LCD panel"
9369dc678aSJagan Teki	depends on OF
9469dc678aSJagan Teki	depends on DRM_MIPI_DSI
9569dc678aSJagan Teki	depends on BACKLIGHT_CLASS_DEVICE
9669dc678aSJagan Teki	help
9769dc678aSJagan Teki	  Say Y if you want to enable support for panels based on the
9869dc678aSJagan Teki	  Feiyang FY07024DI26A30-D MIPI-DSI interface.
9969dc678aSJagan Teki
1000ee2e37aSLinus Walleijconfig DRM_PANEL_ILITEK_IL9322
1010ee2e37aSLinus Walleij	tristate "Ilitek ILI9322 320x240 QVGA panels"
1020ee2e37aSLinus Walleij	depends on OF && SPI
1030ee2e37aSLinus Walleij	select REGMAP
1040ee2e37aSLinus Walleij	help
1050ee2e37aSLinus Walleij	  Say Y here if you want to enable support for Ilitek IL9322
1060ee2e37aSLinus Walleij	  QVGA (320x240) RGB, YUV and ITU-T BT.656 panels.
1070ee2e37aSLinus Walleij
10826aec255SMaxime Ripardconfig DRM_PANEL_ILITEK_ILI9881C
10926aec255SMaxime Ripard	tristate "Ilitek ILI9881C-based panels"
11026aec255SMaxime Ripard	depends on OF
11126aec255SMaxime Ripard	depends on DRM_MIPI_DSI
11226aec255SMaxime Ripard	depends on BACKLIGHT_CLASS_DEVICE
11326aec255SMaxime Ripard	help
11426aec255SMaxime Ripard	  Say Y if you want to enable support for panels based on the
11526aec255SMaxime Ripard	  Ilitek ILI9881c controller.
11626aec255SMaxime Ripard
11714c8f2e9SChris Zhongconfig DRM_PANEL_INNOLUX_P079ZCA
11814c8f2e9SChris Zhong	tristate "Innolux P079ZCA panel"
11914c8f2e9SChris Zhong	depends on OF
12014c8f2e9SChris Zhong	depends on DRM_MIPI_DSI
12114c8f2e9SChris Zhong	depends on BACKLIGHT_CLASS_DEVICE
12214c8f2e9SChris Zhong	help
12314c8f2e9SChris Zhong	  Say Y here if you want to enable support for Innolux P079ZCA
12414c8f2e9SChris Zhong	  TFT-LCD modules. The panel has a 1024x768 resolution and uses
12514c8f2e9SChris Zhong	  24 bit RGB per pixel. It provides a MIPI DSI interface to
12614c8f2e9SChris Zhong	  the host and has a built-in LED backlight.
12714c8f2e9SChris Zhong
128c96f5662SVinay Simha BNconfig DRM_PANEL_JDI_LT070ME05000
129c96f5662SVinay Simha BN	tristate "JDI LT070ME05000 WUXGA DSI panel"
130c96f5662SVinay Simha BN	depends on OF
131c96f5662SVinay Simha BN	depends on DRM_MIPI_DSI
132c96f5662SVinay Simha BN	depends on BACKLIGHT_CLASS_DEVICE
133c96f5662SVinay Simha BN	help
134c96f5662SVinay Simha BN	  Say Y here if you want to enable support for JDI DSI video mode
135c96f5662SVinay Simha BN	  panel as found in Google Nexus 7 (2013) devices.
136c96f5662SVinay Simha BN	  The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses
137c96f5662SVinay Simha BN	  24 bit per pixel.
138c96f5662SVinay Simha BN
1392a994cbeSNickey Yangconfig DRM_PANEL_KINGDISPLAY_KD097D04
1402a994cbeSNickey Yang	tristate "Kingdisplay kd097d04 panel"
1412a994cbeSNickey Yang	depends on OF
1422a994cbeSNickey Yang	depends on DRM_MIPI_DSI
1432a994cbeSNickey Yang	depends on BACKLIGHT_CLASS_DEVICE
1442a994cbeSNickey Yang	help
1452a994cbeSNickey Yang	  Say Y here if you want to enable support for Kingdisplay kd097d04
1462a994cbeSNickey Yang	  TFT-LCD modules. The panel has a 1536x2048 resolution and uses
1472a994cbeSNickey Yang	  24 bit RGB per pixel. It provides a MIPI DSI interface to
1482a994cbeSNickey Yang	  the host and has a built-in LED backlight.
1492a994cbeSNickey Yang
1506ea4383bSHeiko Stuebnerconfig DRM_PANEL_LEADTEK_LTK050H3146W
1516ea4383bSHeiko Stuebner	tristate "Leadtek LTK050H3146W panel"
1526ea4383bSHeiko Stuebner	depends on OF
1536ea4383bSHeiko Stuebner	depends on DRM_MIPI_DSI
1546ea4383bSHeiko Stuebner	depends on BACKLIGHT_CLASS_DEVICE
1556ea4383bSHeiko Stuebner	help
1566ea4383bSHeiko Stuebner	  Say Y here if you want to enable support for Leadtek LTK050H3146W
1576ea4383bSHeiko Stuebner	  TFT-LCD modules. The panel has a 720x1280 resolution and uses
1586ea4383bSHeiko Stuebner	  24 bit RGB per pixel. It provides a MIPI DSI interface to
1596ea4383bSHeiko Stuebner	  the host and has a built-in LED backlight.
1606ea4383bSHeiko Stuebner
161e98910beSHeiko Stuebnerconfig DRM_PANEL_LEADTEK_LTK500HD1829
162e98910beSHeiko Stuebner	tristate "Leadtek LTK500HD1829 panel"
163e98910beSHeiko Stuebner	depends on OF
164e98910beSHeiko Stuebner	depends on DRM_MIPI_DSI
165e98910beSHeiko Stuebner	depends on BACKLIGHT_CLASS_DEVICE
166e98910beSHeiko Stuebner	help
167e98910beSHeiko Stuebner	  Say Y here if you want to enable support for Kingdisplay kd097d04
168e98910beSHeiko Stuebner	  TFT-LCD modules. The panel has a 1536x2048 resolution and uses
169e98910beSHeiko Stuebner	  24 bit RGB per pixel. It provides a MIPI DSI interface to
170e98910beSHeiko Stuebner	  the host and has a built-in LED backlight.
171e98910beSHeiko Stuebner
1729ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_LD9040
1739ef7e25fSThierry Reding	tristate "Samsung LD9040 RGB/SPI panel"
17450d5ed39SRussell King	depends on OF && SPI
175ff219937SAndrzej Hajda	select VIDEOMODE_HELPERS
176ff219937SAndrzej Hajda
177f5b0c654SLaurent Pinchartconfig DRM_PANEL_LG_LB035Q02
178f5b0c654SLaurent Pinchart	tristate "LG LB035Q024573 RGB panel"
179f5b0c654SLaurent Pinchart	depends on GPIOLIB && OF && SPI
180f5b0c654SLaurent Pinchart	help
181f5b0c654SLaurent Pinchart	  Say Y here if you want to enable support for the LB035Q02 RGB panel
182f5b0c654SLaurent Pinchart	  (found on the Gumstix Overo Palo35 board). To compile this driver as
183f5b0c654SLaurent Pinchart	  a module, choose M here.
184f5b0c654SLaurent Pinchart
18558c467ecSHeiko Schocherconfig DRM_PANEL_LG_LG4573
18658c467ecSHeiko Schocher	tristate "LG4573 RGB/SPI panel"
18758c467ecSHeiko Schocher	depends on OF && SPI
18858c467ecSHeiko Schocher	select VIDEOMODE_HELPERS
18958c467ecSHeiko Schocher	help
19058c467ecSHeiko Schocher	  Say Y here if you want to enable support for LG4573 RGB panel.
19158c467ecSHeiko Schocher	  To compile this driver as a module, choose M here.
19258c467ecSHeiko Schocher
193df439abeSLaurent Pinchartconfig DRM_PANEL_NEC_NL8048HL11
194df439abeSLaurent Pinchart	tristate "NEC NL8048HL11 RGB panel"
195df439abeSLaurent Pinchart	depends on GPIOLIB && OF && SPI
196df439abeSLaurent Pinchart	help
197df439abeSLaurent Pinchart	  Say Y here if you want to enable support for the NEC NL8048HL11 RGB
198df439abeSLaurent Pinchart	  panel (found on the Zoom2/3/3630 SDP boards). To compile this driver
199df439abeSLaurent Pinchart	  as a module, choose M here.
200df439abeSLaurent Pinchart
201899f24edSLinus Walleijconfig DRM_PANEL_NOVATEK_NT35510
202899f24edSLinus Walleij	tristate "Novatek NT35510 RGB panel driver"
203899f24edSLinus Walleij	depends on OF
204899f24edSLinus Walleij	depends on DRM_MIPI_DSI
205899f24edSLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
206899f24edSLinus Walleij	help
207899f24edSLinus Walleij	  Say Y here if you want to enable support for the panels built
208899f24edSLinus Walleij	  around the Novatek NT35510 display controller, such as some
209899f24edSLinus Walleij	  Hydis panels.
210899f24edSLinus Walleij
211ecdcbbb7SPaul Cercueilconfig DRM_PANEL_NOVATEK_NT39016
212ecdcbbb7SPaul Cercueil	tristate "Novatek NT39016 RGB/SPI panel"
213ecdcbbb7SPaul Cercueil	depends on OF && SPI
214ecdcbbb7SPaul Cercueil	depends on BACKLIGHT_CLASS_DEVICE
215ecdcbbb7SPaul Cercueil	select REGMAP_SPI
216ecdcbbb7SPaul Cercueil	help
217ecdcbbb7SPaul Cercueil	  Say Y here if you want to enable support for the panels built
218ecdcbbb7SPaul Cercueil	  around the Novatek NT39016 display controller.
219ecdcbbb7SPaul Cercueil
22017fd7a9dSStefan Mavrodievconfig DRM_PANEL_OLIMEX_LCD_OLINUXINO
22117fd7a9dSStefan Mavrodiev	tristate "Olimex LCD-OLinuXino panel"
22217fd7a9dSStefan Mavrodiev	depends on OF
22317fd7a9dSStefan Mavrodiev	depends on I2C
22417fd7a9dSStefan Mavrodiev	depends on BACKLIGHT_CLASS_DEVICE
22517fd7a9dSStefan Mavrodiev	help
22617fd7a9dSStefan Mavrodiev	  The panel is used with different sizes LCDs, from 480x272 to
22717fd7a9dSStefan Mavrodiev	  1280x800, and 24 bit per pixel.
22817fd7a9dSStefan Mavrodiev
22917fd7a9dSStefan Mavrodiev	  Say Y here if you want to enable support for Olimex Ltd.
23017fd7a9dSStefan Mavrodiev	  LCD-OLinuXino panel.
23117fd7a9dSStefan Mavrodiev
232f0a5bb98SPhilippe CORNUconfig DRM_PANEL_ORISETECH_OTM8009A
233f0a5bb98SPhilippe CORNU	tristate "Orise Technology otm8009a 480x800 dsi 2dl panel"
234f0a5bb98SPhilippe CORNU	depends on OF
235f0a5bb98SPhilippe CORNU	depends on DRM_MIPI_DSI
236f0a5bb98SPhilippe CORNU	depends on BACKLIGHT_CLASS_DEVICE
237f0a5bb98SPhilippe CORNU	help
238f0a5bb98SPhilippe CORNU	  Say Y here if you want to enable support for Orise Technology
239f0a5bb98SPhilippe CORNU	  otm8009a 480x800 dsi 2dl panel.
240f0a5bb98SPhilippe CORNU
241b97b042aSPeter Ujfalusiconfig DRM_PANEL_OSD_OSD101T2587_53TS
242b97b042aSPeter Ujfalusi	tristate "OSD OSD101T2587-53TS DSI 1920x1200 video mode panel"
243b97b042aSPeter Ujfalusi	depends on OF
244b97b042aSPeter Ujfalusi	depends on DRM_MIPI_DSI
245b97b042aSPeter Ujfalusi	depends on BACKLIGHT_CLASS_DEVICE
246b97b042aSPeter Ujfalusi	help
247b97b042aSPeter Ujfalusi	  Say Y here if you want to enable support for One Stop Displays
248b97b042aSPeter Ujfalusi	  OSD101T2587-53TS 10.1" 1920x1200 dsi panel.
249b97b042aSPeter Ujfalusi
250086ceb6bSWerner Johanssonconfig DRM_PANEL_PANASONIC_VVX10F034N00
251086ceb6bSWerner Johansson	tristate "Panasonic VVX10F034N00 1920x1200 video mode panel"
252086ceb6bSWerner Johansson	depends on OF
253086ceb6bSWerner Johansson	depends on DRM_MIPI_DSI
254086ceb6bSWerner Johansson	depends on BACKLIGHT_CLASS_DEVICE
255086ceb6bSWerner Johansson	help
256086ceb6bSWerner Johansson	  Say Y here if you want to enable support for Panasonic VVX10F034N00
257086ceb6bSWerner Johansson	  WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
258086ceb6bSWerner Johansson	  Xperia Z2 tablets
259086ceb6bSWerner Johansson
2602f733d61SEric Anholtconfig DRM_PANEL_RASPBERRYPI_TOUCHSCREEN
2612f733d61SEric Anholt	tristate "Raspberry Pi 7-inch touchscreen panel"
2622f733d61SEric Anholt	depends on DRM_MIPI_DSI
2632f733d61SEric Anholt	help
2642f733d61SEric Anholt	  Say Y here if you want to enable support for the Raspberry
2652f733d61SEric Anholt	  Pi 7" Touchscreen.  To compile this driver as a module,
2662f733d61SEric Anholt	  choose M here.
2672f733d61SEric Anholt
268f63df31dSRobert Chirasconfig DRM_PANEL_RAYDIUM_RM67191
269f63df31dSRobert Chiras	tristate "Raydium RM67191 FHD 1080x1920 DSI video mode panel"
270f63df31dSRobert Chiras	depends on OF
271f63df31dSRobert Chiras	depends on DRM_MIPI_DSI
272f63df31dSRobert Chiras	depends on BACKLIGHT_CLASS_DEVICE
273f63df31dSRobert Chiras	help
274f63df31dSRobert Chiras	  Say Y here if you want to enable support for Raydium RM67191 FHD
275f63df31dSRobert Chiras	  (1080x1920) DSI panel.
276f63df31dSRobert Chiras
2772b7ed18bSPhilippe CORNUconfig DRM_PANEL_RAYDIUM_RM68200
2782b7ed18bSPhilippe CORNU	tristate "Raydium RM68200 720x1280 DSI video mode panel"
2792b7ed18bSPhilippe CORNU	depends on OF
2802b7ed18bSPhilippe CORNU	depends on DRM_MIPI_DSI
281a8efe516SArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
2822b7ed18bSPhilippe CORNU	help
2832b7ed18bSPhilippe CORNU	  Say Y here if you want to enable support for Raydium RM68200
2842b7ed18bSPhilippe CORNU	  720x1280 DSI video mode panel.
2852b7ed18bSPhilippe CORNU
286530b1969SGuido Güntherconfig DRM_PANEL_ROCKTECH_JH057N00900
287530b1969SGuido Günther	tristate "Rocktech JH057N00900 MIPI touchscreen panel"
288530b1969SGuido Günther	depends on OF
289530b1969SGuido Günther	depends on DRM_MIPI_DSI
290530b1969SGuido Günther	depends on BACKLIGHT_CLASS_DEVICE
291530b1969SGuido Günther	help
292530b1969SGuido Günther	  Say Y here if you want to enable support for Rocktech JH057N00900
293530b1969SGuido Günther	  MIPI DSI panel as e.g. used in the Librem 5 devkit. It has a
294530b1969SGuido Günther	  resolution of 720x1440 pixels, a built in backlight and touch
295530b1969SGuido Günther	  controller.
296530b1969SGuido Günther	  Touch input support is provided by the goodix driver and needs to be
297530b1969SGuido Günther	  selected separately.
298530b1969SGuido Günther
299979a1bb6SKonstantin Sudakovconfig DRM_PANEL_RONBO_RB070D30
300979a1bb6SKonstantin Sudakov	tristate "Ronbo Electronics RB070D30 panel"
301979a1bb6SKonstantin Sudakov	depends on OF
302979a1bb6SKonstantin Sudakov	depends on DRM_MIPI_DSI
303979a1bb6SKonstantin Sudakov	depends on BACKLIGHT_CLASS_DEVICE
304979a1bb6SKonstantin Sudakov	help
305979a1bb6SKonstantin Sudakov	  Say Y here if you want to enable support for Ronbo Electronics
306979a1bb6SKonstantin Sudakov	  RB070D30 1024x600 DSI panel.
307979a1bb6SKonstantin Sudakov
308ac1d6d74SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6D16D0
309ac1d6d74SLinus Walleij	tristate "Samsung S6D16D0 DSI video mode panel"
310ac1d6d74SLinus Walleij	depends on OF
311ac1d6d74SLinus Walleij	depends on DRM_MIPI_DSI
312ac1d6d74SLinus Walleij	select VIDEOMODE_HELPERS
313ac1d6d74SLinus Walleij
314ed29f942SHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E3HA2
315ed29f942SHoegeun Kwon	tristate "Samsung S6E3HA2 DSI video mode panel"
316ed29f942SHoegeun Kwon	depends on OF
317ed29f942SHoegeun Kwon	depends on DRM_MIPI_DSI
31893023c14SArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
319ed29f942SHoegeun Kwon	select VIDEOMODE_HELPERS
320ed29f942SHoegeun Kwon
3212a05177dSHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E63J0X03
3222a05177dSHoegeun Kwon	tristate "Samsung S6E63J0X03 DSI command mode panel"
3232a05177dSHoegeun Kwon	depends on OF
3242a05177dSHoegeun Kwon	depends on DRM_MIPI_DSI
3252a05177dSHoegeun Kwon	depends on BACKLIGHT_CLASS_DEVICE
3262a05177dSHoegeun Kwon	select VIDEOMODE_HELPERS
3272a05177dSHoegeun Kwon
328994a08a2SPaweł Chmielconfig DRM_PANEL_SAMSUNG_S6E63M0
329994a08a2SPaweł Chmiel	tristate "Samsung S6E63M0 RGB/SPI panel"
330994a08a2SPaweł Chmiel	depends on OF
331994a08a2SPaweł Chmiel	depends on SPI
332994a08a2SPaweł Chmiel	depends on BACKLIGHT_CLASS_DEVICE
333994a08a2SPaweł Chmiel	help
334994a08a2SPaweł Chmiel	  Say Y here if you want to enable support for Samsung S6E63M0
335994a08a2SPaweł Chmiel	  AMOLED LCD panel.
336994a08a2SPaweł Chmiel
3376d598a32SMichael Srbaconfig DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01
3386d598a32SMichael Srba	tristate "Samsung AMS452EF01 panel with S6E88A0 DSI video mode controller"
3396d598a32SMichael Srba	depends on OF
3406d598a32SMichael Srba	select DRM_MIPI_DSI
3416d598a32SMichael Srba	select VIDEOMODE_HELPERS
3426d598a32SMichael Srba
3439ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_S6E8AA0
3449ef7e25fSThierry Reding	tristate "Samsung S6E8AA0 DSI video mode panel"
34502051ca0SAndrzej Hajda	depends on OF
34602051ca0SAndrzej Hajda	select DRM_MIPI_DSI
34702051ca0SAndrzej Hajda	select VIDEOMODE_HELPERS
34802051ca0SAndrzej Hajda
349043652aaSMarco Franchiconfig DRM_PANEL_SEIKO_43WVF1G
350043652aaSMarco Franchi	tristate "Seiko 43WVF1G panel"
351043652aaSMarco Franchi	depends on OF
352043652aaSMarco Franchi	depends on BACKLIGHT_CLASS_DEVICE
353043652aaSMarco Franchi	select VIDEOMODE_HELPERS
354043652aaSMarco Franchi	help
355043652aaSMarco Franchi	  Say Y here if you want to enable support for the Seiko
356043652aaSMarco Franchi	  43WVF1G controller for 800x480 LCD panels
357043652aaSMarco Franchi
3581976dbcaSThierry Redingconfig DRM_PANEL_SHARP_LQ101R1SX01
3591976dbcaSThierry Reding	tristate "Sharp LQ101R1SX01 panel"
3601976dbcaSThierry Reding	depends on OF
3611976dbcaSThierry Reding	depends on DRM_MIPI_DSI
362f071b34fSArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
3631976dbcaSThierry Reding	help
3641976dbcaSThierry Reding	  Say Y here if you want to enable support for Sharp LQ101R1SX01
3651976dbcaSThierry Reding	  TFT-LCD modules. The panel has a 2560x1600 resolution and uses
3661976dbcaSThierry Reding	  24 bit RGB per pixel. It provides a dual MIPI DSI interface to
3671976dbcaSThierry Reding	  the host and has a built-in LED backlight.
3681976dbcaSThierry Reding
3691976dbcaSThierry Reding	  To compile this driver as a module, choose M here: the module
3701976dbcaSThierry Reding	  will be called panel-sharp-lq101r1sx01.
3711976dbcaSThierry Reding
372c9cf4c2aSLaurent Pinchartconfig DRM_PANEL_SHARP_LS037V7DW01
373c9cf4c2aSLaurent Pinchart	tristate "Sharp LS037V7DW01 VGA LCD panel"
374c9cf4c2aSLaurent Pinchart	depends on GPIOLIB && OF && REGULATOR
375c9cf4c2aSLaurent Pinchart	help
376c9cf4c2aSLaurent Pinchart	  Say Y here if you want to enable support for Sharp LS037V7DW01 VGA
377c9cf4c2aSLaurent Pinchart	  (480x640) LCD panel (found on the TI SDP3430 board).
378c9cf4c2aSLaurent Pinchart
379ee017238SWerner Johanssonconfig DRM_PANEL_SHARP_LS043T1LE01
380ee017238SWerner Johansson	tristate "Sharp LS043T1LE01 qHD video mode panel"
381ee017238SWerner Johansson	depends on OF
382ee017238SWerner Johansson	depends on DRM_MIPI_DSI
383ee017238SWerner Johansson	depends on BACKLIGHT_CLASS_DEVICE
384ee017238SWerner Johansson	help
385ee017238SWerner Johansson	  Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
386ee017238SWerner Johansson	  (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
387ee017238SWerner Johansson
388849b2e3fSJagan Tekiconfig DRM_PANEL_SITRONIX_ST7701
389849b2e3fSJagan Teki	tristate "Sitronix ST7701 panel driver"
390849b2e3fSJagan Teki	depends on OF
391849b2e3fSJagan Teki	depends on DRM_MIPI_DSI
392849b2e3fSJagan Teki	depends on BACKLIGHT_CLASS_DEVICE
393849b2e3fSJagan Teki	help
394849b2e3fSJagan Teki	  Say Y here if you want to enable support for the Sitronix
395849b2e3fSJagan Teki	  ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI
396849b2e3fSJagan Teki	  system interfaces.
397849b2e3fSJagan Teki
3987142afb3SMaxime Ripardconfig DRM_PANEL_SITRONIX_ST7789V
3997142afb3SMaxime Ripard	tristate "Sitronix ST7789V panel"
4007142afb3SMaxime Ripard	depends on OF && SPI
4012a498168SArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
4027142afb3SMaxime Ripard	help
4037142afb3SMaxime Ripard	  Say Y here if you want to enable support for the Sitronix
4047142afb3SMaxime Ripard	  ST7789V controller for 240x320 LCD panels
4057142afb3SMaxime Ripard
4068152c2bfSLinus Walleijconfig DRM_PANEL_SONY_ACX424AKP
4078152c2bfSLinus Walleij	tristate "Sony ACX424AKP DSI command mode panel"
4088152c2bfSLinus Walleij	depends on OF
4098152c2bfSLinus Walleij	depends on DRM_MIPI_DSI
4108152c2bfSLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
4118152c2bfSLinus Walleij	select VIDEOMODE_HELPERS
4128152c2bfSLinus Walleij	help
4138152c2bfSLinus Walleij	  Say Y here if you want to enable the Sony ACX424 display
4148152c2bfSLinus Walleij	  panel. This panel supports DSI in both command and video
4158152c2bfSLinus Walleij	  mode.
4168152c2bfSLinus Walleij
4171c8fc3f0SLaurent Pinchartconfig DRM_PANEL_SONY_ACX565AKM
4181c8fc3f0SLaurent Pinchart	tristate "Sony ACX565AKM panel"
4191c8fc3f0SLaurent Pinchart	depends on GPIOLIB && OF && SPI
4201c8fc3f0SLaurent Pinchart	depends on BACKLIGHT_CLASS_DEVICE
4211c8fc3f0SLaurent Pinchart	help
4221c8fc3f0SLaurent Pinchart	  Say Y here if you want to enable support for the Sony ACX565AKM
4231c8fc3f0SLaurent Pinchart	  800x600 3.5" panel (found on the Nokia N900).
4241c8fc3f0SLaurent Pinchart
425415b8dd0SLaurent Pinchartconfig DRM_PANEL_TPO_TD028TTEC1
426415b8dd0SLaurent Pinchart	tristate "Toppoly (TPO) TD028TTEC1 panel driver"
427415b8dd0SLaurent Pinchart	depends on OF && SPI
428415b8dd0SLaurent Pinchart	depends on BACKLIGHT_CLASS_DEVICE
429415b8dd0SLaurent Pinchart	help
430415b8dd0SLaurent Pinchart	  Say Y here if you want to enable support for TPO TD028TTEC1 480x640
431415b8dd0SLaurent Pinchart	  2.8" panel (found on the OpenMoko Neo FreeRunner and Neo 1973).
432415b8dd0SLaurent Pinchart
433dc2e1e5bSLaurent Pinchartconfig DRM_PANEL_TPO_TD043MTEA1
434dc2e1e5bSLaurent Pinchart	tristate "Toppoly (TPO) TD043MTEA1 panel driver"
435dc2e1e5bSLaurent Pinchart	depends on GPIOLIB && OF && REGULATOR && SPI
436dc2e1e5bSLaurent Pinchart	help
437dc2e1e5bSLaurent Pinchart	  Say Y here if you want to enable support for TPO TD043MTEA1 800x480
438dc2e1e5bSLaurent Pinchart	  4.3" panel (found on the OMAP3 Pandora board).
439dc2e1e5bSLaurent Pinchart
440324bb707SLinus Walleijconfig DRM_PANEL_TPO_TPG110
441324bb707SLinus Walleij	tristate "TPO TPG 800x400 panel"
442324bb707SLinus Walleij	depends on OF && SPI && GPIOLIB
443324bb707SLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
444324bb707SLinus Walleij	help
445324bb707SLinus Walleij	  Say Y here if you want to enable support for TPO TPG110
446324bb707SLinus Walleij	  400CH LTPS TFT LCD Single Chip Digital Driver for up to
447324bb707SLinus Walleij	  800x400 LCD panels.
448324bb707SLinus Walleij
4491dd0b147SAbhinav Kumarconfig DRM_PANEL_TRULY_NT35597_WQXGA
4501dd0b147SAbhinav Kumar	tristate "Truly WQXGA"
4511dd0b147SAbhinav Kumar	depends on OF
4521dd0b147SAbhinav Kumar	depends on DRM_MIPI_DSI
4531dd0b147SAbhinav Kumar	help
4541dd0b147SAbhinav Kumar	  Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI
4551dd0b147SAbhinav Kumar	  Video Mode panel
456d1479d02SHeiko Stuebner
457c7f66d32SHarigovindan Pconfig DRM_PANEL_VISIONOX_RM69299
458c7f66d32SHarigovindan P	tristate "Visionox RM69299"
459c7f66d32SHarigovindan P	depends on OF
460c7f66d32SHarigovindan P	depends on DRM_MIPI_DSI
461c7f66d32SHarigovindan P	help
462c7f66d32SHarigovindan P	  Say Y here if you want to enable support for Visionox
463c7f66d32SHarigovindan P	  RM69299  DSI Video Mode panel.
464c7f66d32SHarigovindan P
465d1479d02SHeiko Stuebnerconfig DRM_PANEL_XINPENG_XPP055C272
466d1479d02SHeiko Stuebner	tristate "Xinpeng XPP055C272 panel driver"
467d1479d02SHeiko Stuebner	depends on OF
468d1479d02SHeiko Stuebner	depends on DRM_MIPI_DSI
469d1479d02SHeiko Stuebner	depends on BACKLIGHT_CLASS_DEVICE
470d1479d02SHeiko Stuebner	help
471d1479d02SHeiko Stuebner	  Say Y here if you want to enable support for the Xinpeng
472d1479d02SHeiko Stuebner	  XPP055C272 controller for 720x1280 LCD panels with MIPI/RGB/SPI
473d1479d02SHeiko Stuebner	  system interfaces.
474280921deSThierry Redingendmenu
475