xref: /openbmc/linux/drivers/gpu/drm/panel/Kconfig (revision 7c9dff5b)
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
107c9dff5bSLaurent Pinchartconfig DRM_PANEL_LVDS
117c9dff5bSLaurent Pinchart	tristate "Generic LVDS panel driver"
127c9dff5bSLaurent Pinchart	depends on OF
137c9dff5bSLaurent Pinchart	depends on BACKLIGHT_CLASS_DEVICE
147c9dff5bSLaurent Pinchart	select VIDEOMODE_HELPERS
157c9dff5bSLaurent Pinchart	help
167c9dff5bSLaurent Pinchart	  This driver supports LVDS panels that don't require device-specific
177c9dff5bSLaurent Pinchart	  handling of power supplies or control signals. It implements automatic
187c9dff5bSLaurent Pinchart	  backlight handling if the panel is attached to a backlight controller.
197c9dff5bSLaurent Pinchart
20280921deSThierry Redingconfig DRM_PANEL_SIMPLE
21280921deSThierry Reding	tristate "support for simple panels"
22280921deSThierry Reding	depends on OF
2383b37eacSArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
24a5d3e625SPhilipp Zabel	select VIDEOMODE_HELPERS
25280921deSThierry Reding	help
26280921deSThierry Reding	  DRM panel driver for dumb panels that need at most a regulator and
27280921deSThierry Reding	  a GPIO to be powered up. Optionally a backlight can be attached so
28280921deSThierry Reding	  that it can be automatically turned off when the panel goes into a
29280921deSThierry Reding	  low power state.
30280921deSThierry Reding
31c96f5662SVinay Simha BNconfig DRM_PANEL_JDI_LT070ME05000
32c96f5662SVinay Simha BN	tristate "JDI LT070ME05000 WUXGA DSI panel"
33c96f5662SVinay Simha BN	depends on OF
34c96f5662SVinay Simha BN	depends on DRM_MIPI_DSI
35c96f5662SVinay Simha BN	depends on BACKLIGHT_CLASS_DEVICE
36c96f5662SVinay Simha BN	help
37c96f5662SVinay Simha BN	  Say Y here if you want to enable support for JDI DSI video mode
38c96f5662SVinay Simha BN	  panel as found in Google Nexus 7 (2013) devices.
39c96f5662SVinay Simha BN	  The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses
40c96f5662SVinay Simha BN	  24 bit per pixel.
41c96f5662SVinay Simha BN
429ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_LD9040
439ef7e25fSThierry Reding	tristate "Samsung LD9040 RGB/SPI panel"
4450d5ed39SRussell King	depends on OF && SPI
45ff219937SAndrzej Hajda	select VIDEOMODE_HELPERS
46ff219937SAndrzej Hajda
4758c467ecSHeiko Schocherconfig DRM_PANEL_LG_LG4573
4858c467ecSHeiko Schocher	tristate "LG4573 RGB/SPI panel"
4958c467ecSHeiko Schocher	depends on OF && SPI
5058c467ecSHeiko Schocher	select VIDEOMODE_HELPERS
5158c467ecSHeiko Schocher	help
5258c467ecSHeiko Schocher	  Say Y here if you want to enable support for LG4573 RGB panel.
5358c467ecSHeiko Schocher	  To compile this driver as a module, choose M here.
5458c467ecSHeiko Schocher
55086ceb6bSWerner Johanssonconfig DRM_PANEL_PANASONIC_VVX10F034N00
56086ceb6bSWerner Johansson	tristate "Panasonic VVX10F034N00 1920x1200 video mode panel"
57086ceb6bSWerner Johansson	depends on OF
58086ceb6bSWerner Johansson	depends on DRM_MIPI_DSI
59086ceb6bSWerner Johansson	depends on BACKLIGHT_CLASS_DEVICE
60086ceb6bSWerner Johansson	help
61086ceb6bSWerner Johansson	  Say Y here if you want to enable support for Panasonic VVX10F034N00
62086ceb6bSWerner Johansson	  WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
63086ceb6bSWerner Johansson	  Xperia Z2 tablets
64086ceb6bSWerner Johansson
659ef7e25fSThierry Redingconfig DRM_PANEL_SAMSUNG_S6E8AA0
669ef7e25fSThierry Reding	tristate "Samsung S6E8AA0 DSI video mode panel"
6702051ca0SAndrzej Hajda	depends on OF
6802051ca0SAndrzej Hajda	select DRM_MIPI_DSI
6902051ca0SAndrzej Hajda	select VIDEOMODE_HELPERS
7002051ca0SAndrzej Hajda
711976dbcaSThierry Redingconfig DRM_PANEL_SHARP_LQ101R1SX01
721976dbcaSThierry Reding	tristate "Sharp LQ101R1SX01 panel"
731976dbcaSThierry Reding	depends on OF
741976dbcaSThierry Reding	depends on DRM_MIPI_DSI
75f071b34fSArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
761976dbcaSThierry Reding	help
771976dbcaSThierry Reding	  Say Y here if you want to enable support for Sharp LQ101R1SX01
781976dbcaSThierry Reding	  TFT-LCD modules. The panel has a 2560x1600 resolution and uses
791976dbcaSThierry Reding	  24 bit RGB per pixel. It provides a dual MIPI DSI interface to
801976dbcaSThierry Reding	  the host and has a built-in LED backlight.
811976dbcaSThierry Reding
821976dbcaSThierry Reding	  To compile this driver as a module, choose M here: the module
831976dbcaSThierry Reding	  will be called panel-sharp-lq101r1sx01.
841976dbcaSThierry Reding
85ee017238SWerner Johanssonconfig DRM_PANEL_SHARP_LS043T1LE01
86ee017238SWerner Johansson	tristate "Sharp LS043T1LE01 qHD video mode panel"
87ee017238SWerner Johansson	depends on OF
88ee017238SWerner Johansson	depends on DRM_MIPI_DSI
89ee017238SWerner Johansson	depends on BACKLIGHT_CLASS_DEVICE
90ee017238SWerner Johansson	help
91ee017238SWerner Johansson	  Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
92ee017238SWerner Johansson	  (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
93ee017238SWerner Johansson
94280921deSThierry Redingendmenu
95