xref: /openbmc/linux/drivers/gpu/drm/panel/Kconfig (revision 83b37eac)
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
14280921deSThierry Reding	help
15280921deSThierry Reding	  DRM panel driver for dumb panels that need at most a regulator and
16280921deSThierry Reding	  a GPIO to be powered up. Optionally a backlight can be attached so
17280921deSThierry Reding	  that it can be automatically turned off when the panel goes into a
18280921deSThierry Reding	  low power state.
19280921deSThierry Reding
20ff219937SAndrzej Hajdaconfig DRM_PANEL_LD9040
21ff219937SAndrzej Hajda	tristate "LD9040 RGB/SPI panel"
2250d5ed39SRussell King	depends on OF && SPI
23ff219937SAndrzej Hajda	select VIDEOMODE_HELPERS
24ff219937SAndrzej Hajda
2502051ca0SAndrzej Hajdaconfig DRM_PANEL_S6E8AA0
2602051ca0SAndrzej Hajda	tristate "S6E8AA0 DSI video mode panel"
2702051ca0SAndrzej Hajda	depends on OF
2802051ca0SAndrzej Hajda	select DRM_MIPI_DSI
2902051ca0SAndrzej Hajda	select VIDEOMODE_HELPERS
3002051ca0SAndrzej Hajda
311976dbcaSThierry Redingconfig DRM_PANEL_SHARP_LQ101R1SX01
321976dbcaSThierry Reding	tristate "Sharp LQ101R1SX01 panel"
331976dbcaSThierry Reding	depends on OF
341976dbcaSThierry Reding	depends on DRM_MIPI_DSI
35f071b34fSArnd Bergmann	depends on BACKLIGHT_CLASS_DEVICE
361976dbcaSThierry Reding	help
371976dbcaSThierry Reding	  Say Y here if you want to enable support for Sharp LQ101R1SX01
381976dbcaSThierry Reding	  TFT-LCD modules. The panel has a 2560x1600 resolution and uses
391976dbcaSThierry Reding	  24 bit RGB per pixel. It provides a dual MIPI DSI interface to
401976dbcaSThierry Reding	  the host and has a built-in LED backlight.
411976dbcaSThierry Reding
421976dbcaSThierry Reding	  To compile this driver as a module, choose M here: the module
431976dbcaSThierry Reding	  will be called panel-sharp-lq101r1sx01.
441976dbcaSThierry Reding
45280921deSThierry Redingendmenu
46