blob: 024e98ef8e4d1bcd7be6b70c648969e529c175e5 [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
13 help
14 DRM panel driver for dumb panels that need at most a regulator and
15 a GPIO to be powered up. Optionally a backlight can be attached so
16 that it can be automatically turned off when the panel goes into a
17 low power state.
18
Andrzej Hajdaff219932014-03-26 09:17:18 +010019config DRM_PANEL_LD9040
20 tristate "LD9040 RGB/SPI panel"
Russell King50d5ed32014-06-13 14:06:16 +010021 depends on OF && SPI
Andrzej Hajdaff219932014-03-26 09:17:18 +010022 select VIDEOMODE_HELPERS
23
Andrzej Hajda02051ca2014-04-02 16:35:27 +090024config DRM_PANEL_S6E8AA0
25 tristate "S6E8AA0 DSI video mode panel"
Andrzej Hajda02051ca2014-04-02 16:35:27 +090026 depends on OF
27 select DRM_MIPI_DSI
28 select VIDEOMODE_HELPERS
29
Thierry Reding1976dbc2014-08-01 14:26:35 +020030config DRM_PANEL_SHARP_LQ101R1SX01
31 tristate "Sharp LQ101R1SX01 panel"
32 depends on OF
33 depends on DRM_MIPI_DSI
34 help
35 Say Y here if you want to enable support for Sharp LQ101R1SX01
36 TFT-LCD modules. The panel has a 2560x1600 resolution and uses
37 24 bit RGB per pixel. It provides a dual MIPI DSI interface to
38 the host and has a built-in LED backlight.
39
40 To compile this driver as a module, choose M here: the module
41 will be called panel-sharp-lq101r1sx01.
42
Thierry Reding280921d2013-08-30 15:10:14 +020043endmenu