blob: 7d4704b1292b5b700124941102c2a5594a88275a [file] [log] [blame]
Thierry Redingaead40e2013-08-30 13:36:43 +02001config DRM_PANEL
2 bool
3 depends on DRM
4 help
5 Panel registration and lookup framework.
Thierry Reding280921d2013-08-30 15:10:14 +02006
7menu "Display Panels"
Russell King937ca282014-06-13 14:06:11 +01008 depends on DRM && DRM_PANEL
Thierry Reding280921d2013-08-30 15:10:14 +02009
10config DRM_PANEL_SIMPLE
11 tristate "support for simple panels"
12 depends on OF
Arnd Bergmann83b37ea2015-01-28 14:48:06 +010013 depends on BACKLIGHT_CLASS_DEVICE
Philipp Zabela5d3e622014-12-11 18:32:45 +010014 select VIDEOMODE_HELPERS
Thierry Reding280921d2013-08-30 15:10:14 +020015 help
16 DRM panel driver for dumb panels that need at most a regulator and
17 a GPIO to be powered up. Optionally a backlight can be attached so
18 that it can be automatically turned off when the panel goes into a
19 low power state.
20
Thierry Reding9ef7e252015-04-14 14:57:14 +020021config DRM_PANEL_SAMSUNG_LD9040
22 tristate "Samsung LD9040 RGB/SPI panel"
Russell King50d5ed32014-06-13 14:06:16 +010023 depends on OF && SPI
Andrzej Hajdaff219932014-03-26 09:17:18 +010024 select VIDEOMODE_HELPERS
25
Heiko Schocher58c467e2015-06-09 07:51:22 +020026config DRM_PANEL_LG_LG4573
27 tristate "LG4573 RGB/SPI panel"
28 depends on OF && SPI
29 select VIDEOMODE_HELPERS
30 help
31 Say Y here if you want to enable support for LG4573 RGB panel.
32 To compile this driver as a module, choose M here.
33
Thierry Reding9ef7e252015-04-14 14:57:14 +020034config DRM_PANEL_SAMSUNG_S6E8AA0
35 tristate "Samsung S6E8AA0 DSI video mode panel"
Andrzej Hajda02051ca2014-04-02 16:35:27 +090036 depends on OF
37 select DRM_MIPI_DSI
38 select VIDEOMODE_HELPERS
39
Thierry Reding1976dbc2014-08-01 14:26:35 +020040config DRM_PANEL_SHARP_LQ101R1SX01
41 tristate "Sharp LQ101R1SX01 panel"
42 depends on OF
43 depends on DRM_MIPI_DSI
Arnd Bergmannf071b342015-01-28 14:48:05 +010044 depends on BACKLIGHT_CLASS_DEVICE
Thierry Reding1976dbc2014-08-01 14:26:35 +020045 help
46 Say Y here if you want to enable support for Sharp LQ101R1SX01
47 TFT-LCD modules. The panel has a 2560x1600 resolution and uses
48 24 bit RGB per pixel. It provides a dual MIPI DSI interface to
49 the host and has a built-in LED backlight.
50
51 To compile this driver as a module, choose M here: the module
52 will be called panel-sharp-lq101r1sx01.
53
Thierry Reding280921d2013-08-30 15:10:14 +020054endmenu