xref: /openbmc/linux/drivers/gpu/drm/panel/Kconfig (revision 2a994cbe)
1aead40eaSThierry Redingconfig DRM_PANEL
2aead40eaSThierry Reding	bool
3aead40eaSThierry Reding	depends on DRM
4aead40eaSThierry Reding	help
5aead40eaSThierry Reding	  Panel registration and lookup framework.
6280921deSThierry Reding
7280921deSThierry Redingmenu "Display Panels"
8937ca284SRussell King	depends on DRM && DRM_PANEL
9280921deSThierry Reding
10f40f5b87SLinus Walleijconfig DRM_PANEL_ARM_VERSATILE
11f40f5b87SLinus Walleij	tristate "ARM Versatile panel driver"
12f40f5b87SLinus Walleij	depends on OF
13f40f5b87SLinus Walleij	depends on MFD_SYSCON
14f40f5b87SLinus Walleij	select VIDEOMODE_HELPERS
15f40f5b87SLinus Walleij	help
16f40f5b87SLinus Walleij	  This driver supports the ARM Versatile panels connected to ARM
17f40f5b87SLinus Walleij	  reference designs. The panel is detected using special registers
18f40f5b87SLinus Walleij	  in the Versatile family syscon registers.
19f40f5b87SLinus Walleij
207c9dff5bSLaurent Pinchartconfig DRM_PANEL_LVDS
217c9dff5bSLaurent Pinchart	tristate "Generic LVDS panel driver"
227c9dff5bSLaurent Pinchart	depends on OF
237c9dff5bSLaurent Pinchart	depends on BACKLIGHT_CLASS_DEVICE
247c9dff5bSLaurent Pinchart	select VIDEOMODE_HELPERS
257c9dff5bSLaurent Pinchart	help
267c9dff5bSLaurent Pinchart	  This driver supports LVDS panels that don't require device-specific
277c9dff5bSLaurent Pinchart	  handling of power supplies or control signals. It implements automatic
287c9dff5bSLaurent Pinchart	  backlight handling if the panel is attached to a backlight controller.
297c9dff5bSLaurent Pinchart
30280921deSThierry Redingconfig DRM_PANEL_SIMPLE
31280921deSThierry Reding	tristate "support for simple panels"
32280921deSThierry Reding	depends on OF
3383b37eacSArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
34a5d3e625SPhilipp Zabel	select VIDEOMODE_HELPERS
35280921deSThierry Reding	help
36280921deSThierry Reding	  DRM panel driver for dumb panels that need at most a regulator and
37280921deSThierry Reding	  a GPIO to be powered up. Optionally a backlight can be attached so
38280921deSThierry Reding	  that it can be automatically turned off when the panel goes into a
39280921deSThierry Reding	  low power state.
40280921deSThierry Reding
410ee2e37aSLinus Walleijconfig DRM_PANEL_ILITEK_IL9322
420ee2e37aSLinus Walleij	tristate "Ilitek ILI9322 320x240 QVGA panels"
430ee2e37aSLinus Walleij	depends on OF && SPI
440ee2e37aSLinus Walleij	select REGMAP
450ee2e37aSLinus Walleij	help
460ee2e37aSLinus Walleij	  Say Y here if you want to enable support for Ilitek IL9322
470ee2e37aSLinus Walleij	  QVGA (320x240) RGB, YUV and ITU-T BT.656 panels.
480ee2e37aSLinus Walleij
4926aec255SMaxime Ripardconfig DRM_PANEL_ILITEK_ILI9881C
5026aec255SMaxime Ripard	tristate "Ilitek ILI9881C-based panels"
5126aec255SMaxime Ripard	depends on OF
5226aec255SMaxime Ripard	depends on DRM_MIPI_DSI
5326aec255SMaxime Ripard	depends on BACKLIGHT_CLASS_DEVICE
5426aec255SMaxime Ripard	help
5526aec255SMaxime Ripard	  Say Y if you want to enable support for panels based on the
5626aec255SMaxime Ripard	  Ilitek ILI9881c controller.
5726aec255SMaxime Ripard
5814c8f2e9SChris Zhongconfig DRM_PANEL_INNOLUX_P079ZCA
5914c8f2e9SChris Zhong	tristate "Innolux P079ZCA panel"
6014c8f2e9SChris Zhong	depends on OF
6114c8f2e9SChris Zhong	depends on DRM_MIPI_DSI
6214c8f2e9SChris Zhong	depends on BACKLIGHT_CLASS_DEVICE
6314c8f2e9SChris Zhong	help
6414c8f2e9SChris Zhong	  Say Y here if you want to enable support for Innolux P079ZCA
6514c8f2e9SChris Zhong	  TFT-LCD modules. The panel has a 1024x768 resolution and uses
6614c8f2e9SChris Zhong	  24 bit RGB per pixel. It provides a MIPI DSI interface to
6714c8f2e9SChris Zhong	  the host and has a built-in LED backlight.
6814c8f2e9SChris Zhong
69c96f5662SVinay Simha BNconfig DRM_PANEL_JDI_LT070ME05000
70c96f5662SVinay Simha BN	tristate "JDI LT070ME05000 WUXGA DSI panel"
71c96f5662SVinay Simha BN	depends on OF
72c96f5662SVinay Simha BN	depends on DRM_MIPI_DSI
73c96f5662SVinay Simha BN	depends on BACKLIGHT_CLASS_DEVICE
74c96f5662SVinay Simha BN	help
75c96f5662SVinay Simha BN	  Say Y here if you want to enable support for JDI DSI video mode
76c96f5662SVinay Simha BN	  panel as found in Google Nexus 7 (2013) devices.
77c96f5662SVinay Simha BN	  The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses
78c96f5662SVinay Simha BN	  24 bit per pixel.
79c96f5662SVinay Simha BN
802a994cbeSNickey Yangconfig DRM_PANEL_KINGDISPLAY_KD097D04
812a994cbeSNickey Yang	tristate "Kingdisplay kd097d04 panel"
822a994cbeSNickey Yang	depends on OF
832a994cbeSNickey Yang	depends on DRM_MIPI_DSI
842a994cbeSNickey Yang	depends on BACKLIGHT_CLASS_DEVICE
852a994cbeSNickey Yang	help
862a994cbeSNickey Yang	  Say Y here if you want to enable support for Kingdisplay kd097d04
872a994cbeSNickey Yang	  TFT-LCD modules. The panel has a 1536x2048 resolution and uses
882a994cbeSNickey Yang	  24 bit RGB per pixel. It provides a MIPI DSI interface to
892a994cbeSNickey Yang	  the host and has a built-in LED backlight.
902a994cbeSNickey Yang
919ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_LD9040
929ef7e25fSThierry Reding	tristate "Samsung LD9040 RGB/SPI panel"
9350d5ed39SRussell King	depends on OF && SPI
94ff219937SAndrzej Hajda	select VIDEOMODE_HELPERS
95ff219937SAndrzej Hajda
9658c467ecSHeiko Schocherconfig DRM_PANEL_LG_LG4573
9758c467ecSHeiko Schocher	tristate "LG4573 RGB/SPI panel"
9858c467ecSHeiko Schocher	depends on OF && SPI
9958c467ecSHeiko Schocher	select VIDEOMODE_HELPERS
10058c467ecSHeiko Schocher	help
10158c467ecSHeiko Schocher	  Say Y here if you want to enable support for LG4573 RGB panel.
10258c467ecSHeiko Schocher	  To compile this driver as a module, choose M here.
10358c467ecSHeiko Schocher
10417fd7a9dSStefan Mavrodievconfig DRM_PANEL_OLIMEX_LCD_OLINUXINO
10517fd7a9dSStefan Mavrodiev	tristate "Olimex LCD-OLinuXino panel"
10617fd7a9dSStefan Mavrodiev	depends on OF
10717fd7a9dSStefan Mavrodiev	depends on I2C
10817fd7a9dSStefan Mavrodiev	depends on BACKLIGHT_CLASS_DEVICE
10917fd7a9dSStefan Mavrodiev	help
11017fd7a9dSStefan Mavrodiev	  The panel is used with different sizes LCDs, from 480x272 to
11117fd7a9dSStefan Mavrodiev	  1280x800, and 24 bit per pixel.
11217fd7a9dSStefan Mavrodiev
11317fd7a9dSStefan Mavrodiev	  Say Y here if you want to enable support for Olimex Ltd.
11417fd7a9dSStefan Mavrodiev	  LCD-OLinuXino panel.
11517fd7a9dSStefan Mavrodiev
116f0a5bb98SPhilippe CORNUconfig DRM_PANEL_ORISETECH_OTM8009A
117f0a5bb98SPhilippe CORNU	tristate "Orise Technology otm8009a 480x800 dsi 2dl panel"
118f0a5bb98SPhilippe CORNU	depends on OF
119f0a5bb98SPhilippe CORNU	depends on DRM_MIPI_DSI
120f0a5bb98SPhilippe CORNU	depends on BACKLIGHT_CLASS_DEVICE
121f0a5bb98SPhilippe CORNU	help
122f0a5bb98SPhilippe CORNU	  Say Y here if you want to enable support for Orise Technology
123f0a5bb98SPhilippe CORNU	  otm8009a 480x800 dsi 2dl panel.
124f0a5bb98SPhilippe CORNU
125086ceb6bSWerner Johanssonconfig DRM_PANEL_PANASONIC_VVX10F034N00
126086ceb6bSWerner Johansson	tristate "Panasonic VVX10F034N00 1920x1200 video mode panel"
127086ceb6bSWerner Johansson	depends on OF
128086ceb6bSWerner Johansson	depends on DRM_MIPI_DSI
129086ceb6bSWerner Johansson	depends on BACKLIGHT_CLASS_DEVICE
130086ceb6bSWerner Johansson	help
131086ceb6bSWerner Johansson	  Say Y here if you want to enable support for Panasonic VVX10F034N00
132086ceb6bSWerner Johansson	  WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
133086ceb6bSWerner Johansson	  Xperia Z2 tablets
134086ceb6bSWerner Johansson
1352f733d61SEric Anholtconfig DRM_PANEL_RASPBERRYPI_TOUCHSCREEN
1362f733d61SEric Anholt	tristate "Raspberry Pi 7-inch touchscreen panel"
1372f733d61SEric Anholt	depends on DRM_MIPI_DSI
1382f733d61SEric Anholt	help
1392f733d61SEric Anholt	  Say Y here if you want to enable support for the Raspberry
1402f733d61SEric Anholt	  Pi 7" Touchscreen.  To compile this driver as a module,
1412f733d61SEric Anholt	  choose M here.
1422f733d61SEric Anholt
1432b7ed18bSPhilippe CORNUconfig DRM_PANEL_RAYDIUM_RM68200
1442b7ed18bSPhilippe CORNU	tristate "Raydium RM68200 720x1280 DSI video mode panel"
1452b7ed18bSPhilippe CORNU	depends on OF
1462b7ed18bSPhilippe CORNU	depends on DRM_MIPI_DSI
147a8efe516SArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
1482b7ed18bSPhilippe CORNU	help
1492b7ed18bSPhilippe CORNU	  Say Y here if you want to enable support for Raydium RM68200
1502b7ed18bSPhilippe CORNU	  720x1280 DSI video mode panel.
1512b7ed18bSPhilippe CORNU
152ac1d6d74SLinus Walleijconfig DRM_PANEL_SAMSUNG_S6D16D0
153ac1d6d74SLinus Walleij	tristate "Samsung S6D16D0 DSI video mode panel"
154ac1d6d74SLinus Walleij	depends on OF
155ac1d6d74SLinus Walleij	depends on DRM_MIPI_DSI
156ac1d6d74SLinus Walleij	select VIDEOMODE_HELPERS
157ac1d6d74SLinus Walleij
158ed29f942SHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E3HA2
159ed29f942SHoegeun Kwon	tristate "Samsung S6E3HA2 DSI video mode panel"
160ed29f942SHoegeun Kwon	depends on OF
161ed29f942SHoegeun Kwon	depends on DRM_MIPI_DSI
16293023c14SArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
163ed29f942SHoegeun Kwon	select VIDEOMODE_HELPERS
164ed29f942SHoegeun Kwon
1652a05177dSHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E63J0X03
1662a05177dSHoegeun Kwon	tristate "Samsung S6E63J0X03 DSI command mode panel"
1672a05177dSHoegeun Kwon	depends on OF
1682a05177dSHoegeun Kwon	depends on DRM_MIPI_DSI
1692a05177dSHoegeun Kwon	depends on BACKLIGHT_CLASS_DEVICE
1702a05177dSHoegeun Kwon	select VIDEOMODE_HELPERS
1712a05177dSHoegeun Kwon
1729ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_S6E8AA0
1739ef7e25fSThierry Reding	tristate "Samsung S6E8AA0 DSI video mode panel"
17402051ca0SAndrzej Hajda	depends on OF
17502051ca0SAndrzej Hajda	select DRM_MIPI_DSI
17602051ca0SAndrzej Hajda	select VIDEOMODE_HELPERS
17702051ca0SAndrzej Hajda
178043652aaSMarco Franchiconfig DRM_PANEL_SEIKO_43WVF1G
179043652aaSMarco Franchi	tristate "Seiko 43WVF1G panel"
180043652aaSMarco Franchi	depends on OF
181043652aaSMarco Franchi	depends on BACKLIGHT_CLASS_DEVICE
182043652aaSMarco Franchi	select VIDEOMODE_HELPERS
183043652aaSMarco Franchi	help
184043652aaSMarco Franchi	  Say Y here if you want to enable support for the Seiko
185043652aaSMarco Franchi	  43WVF1G controller for 800x480 LCD panels
186043652aaSMarco Franchi
1871976dbcaSThierry Redingconfig DRM_PANEL_SHARP_LQ101R1SX01
1881976dbcaSThierry Reding	tristate "Sharp LQ101R1SX01 panel"
1891976dbcaSThierry Reding	depends on OF
1901976dbcaSThierry Reding	depends on DRM_MIPI_DSI
191f071b34fSArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
1921976dbcaSThierry Reding	help
1931976dbcaSThierry Reding	  Say Y here if you want to enable support for Sharp LQ101R1SX01
1941976dbcaSThierry Reding	  TFT-LCD modules. The panel has a 2560x1600 resolution and uses
1951976dbcaSThierry Reding	  24 bit RGB per pixel. It provides a dual MIPI DSI interface to
1961976dbcaSThierry Reding	  the host and has a built-in LED backlight.
1971976dbcaSThierry Reding
1981976dbcaSThierry Reding	  To compile this driver as a module, choose M here: the module
1991976dbcaSThierry Reding	  will be called panel-sharp-lq101r1sx01.
2001976dbcaSThierry Reding
201ee017238SWerner Johanssonconfig DRM_PANEL_SHARP_LS043T1LE01
202ee017238SWerner Johansson	tristate "Sharp LS043T1LE01 qHD video mode panel"
203ee017238SWerner Johansson	depends on OF
204ee017238SWerner Johansson	depends on DRM_MIPI_DSI
205ee017238SWerner Johansson	depends on BACKLIGHT_CLASS_DEVICE
206ee017238SWerner Johansson	help
207ee017238SWerner Johansson	  Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
208ee017238SWerner Johansson	  (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
209ee017238SWerner Johansson
210849b2e3fSJagan Tekiconfig DRM_PANEL_SITRONIX_ST7701
211849b2e3fSJagan Teki	tristate "Sitronix ST7701 panel driver"
212849b2e3fSJagan Teki	depends on OF
213849b2e3fSJagan Teki	depends on DRM_MIPI_DSI
214849b2e3fSJagan Teki	depends on BACKLIGHT_CLASS_DEVICE
215849b2e3fSJagan Teki	help
216849b2e3fSJagan Teki	  Say Y here if you want to enable support for the Sitronix
217849b2e3fSJagan Teki	  ST7701 controller for 480X864 LCD panels with MIPI/RGB/SPI
218849b2e3fSJagan Teki	  system interfaces.
219849b2e3fSJagan Teki
2207142afb3SMaxime Ripardconfig DRM_PANEL_SITRONIX_ST7789V
2217142afb3SMaxime Ripard	tristate "Sitronix ST7789V panel"
2227142afb3SMaxime Ripard	depends on OF && SPI
2232a498168SArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
2247142afb3SMaxime Ripard	help
2257142afb3SMaxime Ripard	  Say Y here if you want to enable support for the Sitronix
2267142afb3SMaxime Ripard	  ST7789V controller for 240x320 LCD panels
2277142afb3SMaxime Ripard
228324bb707SLinus Walleijconfig DRM_PANEL_TPO_TPG110
229324bb707SLinus Walleij	tristate "TPO TPG 800x400 panel"
230324bb707SLinus Walleij	depends on OF && SPI && GPIOLIB
231324bb707SLinus Walleij	depends on BACKLIGHT_CLASS_DEVICE
232324bb707SLinus Walleij	help
233324bb707SLinus Walleij	  Say Y here if you want to enable support for TPO TPG110
234324bb707SLinus Walleij	  400CH LTPS TFT LCD Single Chip Digital Driver for up to
235324bb707SLinus Walleij	  800x400 LCD panels.
236324bb707SLinus Walleij
2371dd0b147SAbhinav Kumarconfig DRM_PANEL_TRULY_NT35597_WQXGA
2381dd0b147SAbhinav Kumar	tristate "Truly WQXGA"
2391dd0b147SAbhinav Kumar	depends on OF
2401dd0b147SAbhinav Kumar	depends on DRM_MIPI_DSI
2411dd0b147SAbhinav Kumar	help
2421dd0b147SAbhinav Kumar	  Say Y here if you want to enable support for Truly NT35597 WQXGA Dual DSI
2431dd0b147SAbhinav Kumar	  Video Mode panel
244280921deSThierry Redingendmenu
245