Thierry Reding | aead40e | 2013-08-30 13:36:43 +0200 | [diff] [blame] | 1 | config DRM_PANEL |
| 2 | bool |
| 3 | depends on DRM |
| 4 | help |
| 5 | Panel registration and lookup framework. |
Thierry Reding | 280921d | 2013-08-30 15:10:14 +0200 | [diff] [blame] | 6 | |
| 7 | menu "Display Panels" |
Russell King | 937ca28 | 2014-06-13 14:06:11 +0100 | [diff] [blame] | 8 | depends on DRM && DRM_PANEL |
Thierry Reding | 280921d | 2013-08-30 15:10:14 +0200 | [diff] [blame] | 9 | |
| 10 | config DRM_PANEL_SIMPLE |
| 11 | tristate "support for simple panels" |
| 12 | depends on OF |
Arnd Bergmann | 83b37ea | 2015-01-28 14:48:06 +0100 | [diff] [blame] | 13 | depends on BACKLIGHT_CLASS_DEVICE |
Thierry Reding | 280921d | 2013-08-30 15:10:14 +0200 | [diff] [blame] | 14 | help |
| 15 | DRM panel driver for dumb panels that need at most a regulator and |
| 16 | a GPIO to be powered up. Optionally a backlight can be attached so |
| 17 | that it can be automatically turned off when the panel goes into a |
| 18 | low power state. |
| 19 | |
Andrzej Hajda | ff21993 | 2014-03-26 09:17:18 +0100 | [diff] [blame] | 20 | config DRM_PANEL_LD9040 |
| 21 | tristate "LD9040 RGB/SPI panel" |
Russell King | 50d5ed3 | 2014-06-13 14:06:16 +0100 | [diff] [blame] | 22 | depends on OF && SPI |
Andrzej Hajda | ff21993 | 2014-03-26 09:17:18 +0100 | [diff] [blame] | 23 | select VIDEOMODE_HELPERS |
| 24 | |
Andrzej Hajda | 02051ca | 2014-04-02 16:35:27 +0900 | [diff] [blame] | 25 | config DRM_PANEL_S6E8AA0 |
| 26 | tristate "S6E8AA0 DSI video mode panel" |
Andrzej Hajda | 02051ca | 2014-04-02 16:35:27 +0900 | [diff] [blame] | 27 | depends on OF |
| 28 | select DRM_MIPI_DSI |
| 29 | select VIDEOMODE_HELPERS |
| 30 | |
Thierry Reding | 1976dbc | 2014-08-01 14:26:35 +0200 | [diff] [blame] | 31 | config DRM_PANEL_SHARP_LQ101R1SX01 |
| 32 | tristate "Sharp LQ101R1SX01 panel" |
| 33 | depends on OF |
| 34 | depends on DRM_MIPI_DSI |
Arnd Bergmann | f071b34 | 2015-01-28 14:48:05 +0100 | [diff] [blame] | 35 | depends on BACKLIGHT_CLASS_DEVICE |
Thierry Reding | 1976dbc | 2014-08-01 14:26:35 +0200 | [diff] [blame] | 36 | help |
| 37 | Say Y here if you want to enable support for Sharp LQ101R1SX01 |
| 38 | TFT-LCD modules. The panel has a 2560x1600 resolution and uses |
| 39 | 24 bit RGB per pixel. It provides a dual MIPI DSI interface to |
| 40 | the host and has a built-in LED backlight. |
| 41 | |
| 42 | To compile this driver as a module, choose M here: the module |
| 43 | will be called panel-sharp-lq101r1sx01. |
| 44 | |
Thierry Reding | 280921d | 2013-08-30 15:10:14 +0200 | [diff] [blame] | 45 | endmenu |