blob: 4ec874da56681f98e2bfac2584368819ed71e2d8 [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"
8 depends on DRM_PANEL
9
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"
21 depends on DRM && DRM_PANEL
22 depends on OF
23 select SPI
24 select VIDEOMODE_HELPERS
25
Andrzej Hajda02051ca2014-04-02 16:35:27 +090026config DRM_PANEL_S6E8AA0
27 tristate "S6E8AA0 DSI video mode panel"
28 depends on DRM && DRM_PANEL
29 depends on OF
30 select DRM_MIPI_DSI
31 select VIDEOMODE_HELPERS
32
Thierry Reding280921d2013-08-30 15:10:14 +020033endmenu