xref: /openbmc/linux/drivers/gpu/drm/panel/Kconfig (revision ee017238)
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
10280921deSThierry Redingconfig DRM_PANEL_SIMPLE
11280921deSThierry Reding	tristate "support for simple panels"
12280921deSThierry Reding	depends on OF
1383b37eacSArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
14a5d3e625SPhilipp Zabel	select VIDEOMODE_HELPERS
15280921deSThierry Reding	help
16280921deSThierry Reding	  DRM panel driver for dumb panels that need at most a regulator and
17280921deSThierry Reding	  a GPIO to be powered up. Optionally a backlight can be attached so
18280921deSThierry Reding	  that it can be automatically turned off when the panel goes into a
19280921deSThierry Reding	  low power state.
20280921deSThierry Reding
219ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_LD9040
229ef7e25fSThierry Reding	tristate "Samsung LD9040 RGB/SPI panel"
2350d5ed39SRussell King	depends on OF && SPI
24ff219937SAndrzej Hajda	select VIDEOMODE_HELPERS
25ff219937SAndrzej Hajda
2658c467ecSHeiko Schocherconfig DRM_PANEL_LG_LG4573
2758c467ecSHeiko Schocher	tristate "LG4573 RGB/SPI panel"
2858c467ecSHeiko Schocher	depends on OF && SPI
2958c467ecSHeiko Schocher	select VIDEOMODE_HELPERS
3058c467ecSHeiko Schocher	help
3158c467ecSHeiko Schocher	  Say Y here if you want to enable support for LG4573 RGB panel.
3258c467ecSHeiko Schocher	  To compile this driver as a module, choose M here.
3358c467ecSHeiko Schocher
34086ceb6bSWerner Johanssonconfig DRM_PANEL_PANASONIC_VVX10F034N00
35086ceb6bSWerner Johansson	tristate "Panasonic VVX10F034N00 1920x1200 video mode panel"
36086ceb6bSWerner Johansson	depends on OF
37086ceb6bSWerner Johansson	depends on DRM_MIPI_DSI
38086ceb6bSWerner Johansson	depends on BACKLIGHT_CLASS_DEVICE
39086ceb6bSWerner Johansson	help
40086ceb6bSWerner Johansson	  Say Y here if you want to enable support for Panasonic VVX10F034N00
41086ceb6bSWerner Johansson	  WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
42086ceb6bSWerner Johansson	  Xperia Z2 tablets
43086ceb6bSWerner Johansson
449ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_S6E8AA0
459ef7e25fSThierry Reding	tristate "Samsung S6E8AA0 DSI video mode panel"
4602051ca0SAndrzej Hajda	depends on OF
4702051ca0SAndrzej Hajda	select DRM_MIPI_DSI
4802051ca0SAndrzej Hajda	select VIDEOMODE_HELPERS
4902051ca0SAndrzej Hajda
501976dbcaSThierry Redingconfig DRM_PANEL_SHARP_LQ101R1SX01
511976dbcaSThierry Reding	tristate "Sharp LQ101R1SX01 panel"
521976dbcaSThierry Reding	depends on OF
531976dbcaSThierry Reding	depends on DRM_MIPI_DSI
54f071b34fSArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
551976dbcaSThierry Reding	help
561976dbcaSThierry Reding	  Say Y here if you want to enable support for Sharp LQ101R1SX01
571976dbcaSThierry Reding	  TFT-LCD modules. The panel has a 2560x1600 resolution and uses
581976dbcaSThierry Reding	  24 bit RGB per pixel. It provides a dual MIPI DSI interface to
591976dbcaSThierry Reding	  the host and has a built-in LED backlight.
601976dbcaSThierry Reding
611976dbcaSThierry Reding	  To compile this driver as a module, choose M here: the module
621976dbcaSThierry Reding	  will be called panel-sharp-lq101r1sx01.
631976dbcaSThierry Reding
64ee017238SWerner Johanssonconfig DRM_PANEL_SHARP_LS043T1LE01
65ee017238SWerner Johansson	tristate "Sharp LS043T1LE01 qHD video mode panel"
66ee017238SWerner Johansson	depends on OF
67ee017238SWerner Johansson	depends on DRM_MIPI_DSI
68ee017238SWerner Johansson	depends on BACKLIGHT_CLASS_DEVICE
69ee017238SWerner Johansson	help
70ee017238SWerner Johansson	  Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
71ee017238SWerner Johansson	  (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
72ee017238SWerner Johansson
73280921deSThierry Redingendmenu
74