Loading...
Note: File does not exist in v3.1.
1config DRM_PANEL
2 bool
3 depends on DRM
4 help
5 Panel registration and lookup framework.
6
7menu "Display Panels"
8 depends on DRM && DRM_PANEL
9
10config DRM_PANEL_SIMPLE
11 tristate "support for simple panels"
12 depends on OF
13 depends on BACKLIGHT_CLASS_DEVICE
14 select VIDEOMODE_HELPERS
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
21config DRM_PANEL_JDI_LT070ME05000
22 tristate "JDI LT070ME05000 WUXGA DSI panel"
23 depends on OF
24 depends on DRM_MIPI_DSI
25 depends on BACKLIGHT_CLASS_DEVICE
26 help
27 Say Y here if you want to enable support for JDI DSI video mode
28 panel as found in Google Nexus 7 (2013) devices.
29 The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses
30 24 bit per pixel.
31
32config DRM_PANEL_SAMSUNG_LD9040
33 tristate "Samsung LD9040 RGB/SPI panel"
34 depends on OF && SPI
35 select VIDEOMODE_HELPERS
36
37config DRM_PANEL_LG_LG4573
38 tristate "LG4573 RGB/SPI panel"
39 depends on OF && SPI
40 select VIDEOMODE_HELPERS
41 help
42 Say Y here if you want to enable support for LG4573 RGB panel.
43 To compile this driver as a module, choose M here.
44
45config DRM_PANEL_PANASONIC_VVX10F034N00
46 tristate "Panasonic VVX10F034N00 1920x1200 video mode panel"
47 depends on OF
48 depends on DRM_MIPI_DSI
49 depends on BACKLIGHT_CLASS_DEVICE
50 help
51 Say Y here if you want to enable support for Panasonic VVX10F034N00
52 WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
53 Xperia Z2 tablets
54
55config DRM_PANEL_SAMSUNG_S6E8AA0
56 tristate "Samsung S6E8AA0 DSI video mode panel"
57 depends on OF
58 select DRM_MIPI_DSI
59 select VIDEOMODE_HELPERS
60
61config DRM_PANEL_SHARP_LQ101R1SX01
62 tristate "Sharp LQ101R1SX01 panel"
63 depends on OF
64 depends on DRM_MIPI_DSI
65 depends on BACKLIGHT_CLASS_DEVICE
66 help
67 Say Y here if you want to enable support for Sharp LQ101R1SX01
68 TFT-LCD modules. The panel has a 2560x1600 resolution and uses
69 24 bit RGB per pixel. It provides a dual MIPI DSI interface to
70 the host and has a built-in LED backlight.
71
72 To compile this driver as a module, choose M here: the module
73 will be called panel-sharp-lq101r1sx01.
74
75config DRM_PANEL_SHARP_LS043T1LE01
76 tristate "Sharp LS043T1LE01 qHD video mode panel"
77 depends on OF
78 depends on DRM_MIPI_DSI
79 depends on BACKLIGHT_CLASS_DEVICE
80 help
81 Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
82 (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
83
84endmenu