xref: /openbmc/linux/drivers/gpu/drm/panel/Kconfig (revision 7142afb3)
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
21c96f5662SVinay Simha BNconfig DRM_PANEL_JDI_LT070ME05000
22c96f5662SVinay Simha BN	tristate "JDI LT070ME05000 WUXGA DSI panel"
23c96f5662SVinay Simha BN	depends on OF
24c96f5662SVinay Simha BN	depends on DRM_MIPI_DSI
25c96f5662SVinay Simha BN	depends on BACKLIGHT_CLASS_DEVICE
26c96f5662SVinay Simha BN	help
27c96f5662SVinay Simha BN	  Say Y here if you want to enable support for JDI DSI video mode
28c96f5662SVinay Simha BN	  panel as found in Google Nexus 7 (2013) devices.
29c96f5662SVinay Simha BN	  The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses
30c96f5662SVinay Simha BN	  24 bit per pixel.
31c96f5662SVinay Simha BN
329ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_LD9040
339ef7e25fSThierry Reding	tristate "Samsung LD9040 RGB/SPI panel"
3450d5ed39SRussell King	depends on OF && SPI
35ff219937SAndrzej Hajda	select VIDEOMODE_HELPERS
36ff219937SAndrzej Hajda
3758c467ecSHeiko Schocherconfig DRM_PANEL_LG_LG4573
3858c467ecSHeiko Schocher	tristate "LG4573 RGB/SPI panel"
3958c467ecSHeiko Schocher	depends on OF && SPI
4058c467ecSHeiko Schocher	select VIDEOMODE_HELPERS
4158c467ecSHeiko Schocher	help
4258c467ecSHeiko Schocher	  Say Y here if you want to enable support for LG4573 RGB panel.
4358c467ecSHeiko Schocher	  To compile this driver as a module, choose M here.
4458c467ecSHeiko Schocher
45086ceb6bSWerner Johanssonconfig DRM_PANEL_PANASONIC_VVX10F034N00
46086ceb6bSWerner Johansson	tristate "Panasonic VVX10F034N00 1920x1200 video mode panel"
47086ceb6bSWerner Johansson	depends on OF
48086ceb6bSWerner Johansson	depends on DRM_MIPI_DSI
49086ceb6bSWerner Johansson	depends on BACKLIGHT_CLASS_DEVICE
50086ceb6bSWerner Johansson	help
51086ceb6bSWerner Johansson	  Say Y here if you want to enable support for Panasonic VVX10F034N00
52086ceb6bSWerner Johansson	  WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
53086ceb6bSWerner Johansson	  Xperia Z2 tablets
54086ceb6bSWerner Johansson
55ed29f942SHoegeun Kwonconfig DRM_PANEL_SAMSUNG_S6E3HA2
56ed29f942SHoegeun Kwon	tristate "Samsung S6E3HA2 DSI video mode panel"
57ed29f942SHoegeun Kwon	depends on OF
58ed29f942SHoegeun Kwon	depends on DRM_MIPI_DSI
59ed29f942SHoegeun Kwon	select VIDEOMODE_HELPERS
60ed29f942SHoegeun Kwon
619ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_S6E8AA0
629ef7e25fSThierry Reding	tristate "Samsung S6E8AA0 DSI video mode panel"
6302051ca0SAndrzej Hajda	depends on OF
6402051ca0SAndrzej Hajda	select DRM_MIPI_DSI
6502051ca0SAndrzej Hajda	select VIDEOMODE_HELPERS
6602051ca0SAndrzej Hajda
671976dbcaSThierry Redingconfig DRM_PANEL_SHARP_LQ101R1SX01
681976dbcaSThierry Reding	tristate "Sharp LQ101R1SX01 panel"
691976dbcaSThierry Reding	depends on OF
701976dbcaSThierry Reding	depends on DRM_MIPI_DSI
71f071b34fSArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
721976dbcaSThierry Reding	help
731976dbcaSThierry Reding	  Say Y here if you want to enable support for Sharp LQ101R1SX01
741976dbcaSThierry Reding	  TFT-LCD modules. The panel has a 2560x1600 resolution and uses
751976dbcaSThierry Reding	  24 bit RGB per pixel. It provides a dual MIPI DSI interface to
761976dbcaSThierry Reding	  the host and has a built-in LED backlight.
771976dbcaSThierry Reding
781976dbcaSThierry Reding	  To compile this driver as a module, choose M here: the module
791976dbcaSThierry Reding	  will be called panel-sharp-lq101r1sx01.
801976dbcaSThierry Reding
81ee017238SWerner Johanssonconfig DRM_PANEL_SHARP_LS043T1LE01
82ee017238SWerner Johansson	tristate "Sharp LS043T1LE01 qHD video mode panel"
83ee017238SWerner Johansson	depends on OF
84ee017238SWerner Johansson	depends on DRM_MIPI_DSI
85ee017238SWerner Johansson	depends on BACKLIGHT_CLASS_DEVICE
86ee017238SWerner Johansson	help
87ee017238SWerner Johansson	  Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
88ee017238SWerner Johansson	  (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
89ee017238SWerner Johansson
907142afb3SMaxime Ripardconfig DRM_PANEL_SITRONIX_ST7789V
917142afb3SMaxime Ripard	tristate "Sitronix ST7789V panel"
927142afb3SMaxime Ripard	depends on OF && SPI
937142afb3SMaxime Ripard	help
947142afb3SMaxime Ripard	  Say Y here if you want to enable support for the Sitronix
957142afb3SMaxime Ripard	  ST7789V controller for 240x320 LCD panels
967142afb3SMaxime Ripard
97280921deSThierry Redingendmenu
98