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 |
Philipp Zabel | a5d3e62 | 2014-12-11 18:32:45 +0100 | [diff] [blame] | 14 | select VIDEOMODE_HELPERS |
Thierry Reding | 280921d | 2013-08-30 15:10:14 +0200 | [diff] [blame] | 15 | 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 Reding | 9ef7e25 | 2015-04-14 14:57:14 +0200 | [diff] [blame] | 21 | config DRM_PANEL_SAMSUNG_LD9040 |
| 22 | tristate "Samsung LD9040 RGB/SPI panel" |
Russell King | 50d5ed3 | 2014-06-13 14:06:16 +0100 | [diff] [blame] | 23 | depends on OF && SPI |
Andrzej Hajda | ff21993 | 2014-03-26 09:17:18 +0100 | [diff] [blame] | 24 | select VIDEOMODE_HELPERS |
| 25 | |
Heiko Schocher | 58c467e | 2015-06-09 07:51:22 +0200 | [diff] [blame] | 26 | config 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 | |
Werner Johansson | 086ceb6 | 2015-10-30 17:38:28 -0700 | [diff] [blame] | 34 | config DRM_PANEL_PANASONIC_VVX10F034N00 |
| 35 | tristate "Panasonic VVX10F034N00 1920x1200 video mode panel" |
| 36 | depends on OF |
| 37 | depends on DRM_MIPI_DSI |
| 38 | depends on BACKLIGHT_CLASS_DEVICE |
| 39 | help |
| 40 | Say Y here if you want to enable support for Panasonic VVX10F034N00 |
| 41 | WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some |
| 42 | Xperia Z2 tablets |
| 43 | |
Thierry Reding | 9ef7e25 | 2015-04-14 14:57:14 +0200 | [diff] [blame] | 44 | config DRM_PANEL_SAMSUNG_S6E8AA0 |
| 45 | tristate "Samsung S6E8AA0 DSI video mode panel" |
Andrzej Hajda | 02051ca | 2014-04-02 16:35:27 +0900 | [diff] [blame] | 46 | depends on OF |
| 47 | select DRM_MIPI_DSI |
| 48 | select VIDEOMODE_HELPERS |
| 49 | |
Thierry Reding | 1976dbc | 2014-08-01 14:26:35 +0200 | [diff] [blame] | 50 | config DRM_PANEL_SHARP_LQ101R1SX01 |
| 51 | tristate "Sharp LQ101R1SX01 panel" |
| 52 | depends on OF |
| 53 | depends on DRM_MIPI_DSI |
Arnd Bergmann | f071b34 | 2015-01-28 14:48:05 +0100 | [diff] [blame] | 54 | depends on BACKLIGHT_CLASS_DEVICE |
Thierry Reding | 1976dbc | 2014-08-01 14:26:35 +0200 | [diff] [blame] | 55 | help |
| 56 | Say Y here if you want to enable support for Sharp LQ101R1SX01 |
| 57 | TFT-LCD modules. The panel has a 2560x1600 resolution and uses |
| 58 | 24 bit RGB per pixel. It provides a dual MIPI DSI interface to |
| 59 | the host and has a built-in LED backlight. |
| 60 | |
| 61 | To compile this driver as a module, choose M here: the module |
| 62 | will be called panel-sharp-lq101r1sx01. |
| 63 | |
Werner Johansson | ee01723 | 2015-10-30 15:34:30 -0700 | [diff] [blame] | 64 | config DRM_PANEL_SHARP_LS043T1LE01 |
| 65 | tristate "Sharp LS043T1LE01 qHD video mode panel" |
| 66 | depends on OF |
| 67 | depends on DRM_MIPI_DSI |
| 68 | depends on BACKLIGHT_CLASS_DEVICE |
| 69 | help |
| 70 | Say Y here if you want to enable support for Sharp LS043T1LE01 qHD |
| 71 | (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard |
| 72 | |
Thierry Reding | 280921d | 2013-08-30 15:10:14 +0200 | [diff] [blame] | 73 | endmenu |