Merge tag 'drm-misc-next-2017-09-20' of git://anongit.freedesktop.org/git/drm-misc...
[linux-2.6-microblaze.git] / drivers / gpu / drm / panel / Kconfig
1 config DRM_PANEL
2         bool
3         depends on DRM
4         help
5           Panel registration and lookup framework.
6
7 menu "Display Panels"
8         depends on DRM && DRM_PANEL
9
10 config DRM_PANEL_LVDS
11         tristate "Generic LVDS panel driver"
12         depends on OF
13         depends on BACKLIGHT_CLASS_DEVICE
14         select VIDEOMODE_HELPERS
15         help
16           This driver supports LVDS panels that don't require device-specific
17           handling of power supplies or control signals. It implements automatic
18           backlight handling if the panel is attached to a backlight controller.
19
20 config DRM_PANEL_SIMPLE
21         tristate "support for simple panels"
22         depends on OF
23         depends on BACKLIGHT_CLASS_DEVICE
24         select VIDEOMODE_HELPERS
25         help
26           DRM panel driver for dumb panels that need at most a regulator and
27           a GPIO to be powered up. Optionally a backlight can be attached so
28           that it can be automatically turned off when the panel goes into a
29           low power state.
30
31 config DRM_PANEL_INNOLUX_P079ZCA
32         tristate "Innolux P079ZCA panel"
33         depends on OF
34         depends on DRM_MIPI_DSI
35         depends on BACKLIGHT_CLASS_DEVICE
36         help
37           Say Y here if you want to enable support for Innolux P079ZCA
38           TFT-LCD modules. The panel has a 1024x768 resolution and uses
39           24 bit RGB per pixel. It provides a MIPI DSI interface to
40           the host and has a built-in LED backlight.
41
42 config DRM_PANEL_JDI_LT070ME05000
43         tristate "JDI LT070ME05000 WUXGA DSI panel"
44         depends on OF
45         depends on DRM_MIPI_DSI
46         depends on BACKLIGHT_CLASS_DEVICE
47         help
48           Say Y here if you want to enable support for JDI DSI video mode
49           panel as found in Google Nexus 7 (2013) devices.
50           The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses
51           24 bit per pixel.
52
53 config DRM_PANEL_SAMSUNG_LD9040
54         tristate "Samsung LD9040 RGB/SPI panel"
55         depends on OF && SPI
56         select VIDEOMODE_HELPERS
57
58 config DRM_PANEL_LG_LG4573
59         tristate "LG4573 RGB/SPI panel"
60         depends on OF && SPI
61         select VIDEOMODE_HELPERS
62         help
63           Say Y here if you want to enable support for LG4573 RGB panel.
64           To compile this driver as a module, choose M here.
65
66 config DRM_PANEL_ORISETECH_OTM8009A
67         tristate "Orise Technology otm8009a 480x800 dsi 2dl panel"
68         depends on OF
69         depends on DRM_MIPI_DSI
70         depends on BACKLIGHT_CLASS_DEVICE
71         help
72           Say Y here if you want to enable support for Orise Technology
73           otm8009a 480x800 dsi 2dl panel.
74
75 config DRM_PANEL_PANASONIC_VVX10F034N00
76         tristate "Panasonic VVX10F034N00 1920x1200 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 Panasonic VVX10F034N00
82           WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
83           Xperia Z2 tablets
84
85 config DRM_PANEL_SAMSUNG_S6E3HA2
86         tristate "Samsung S6E3HA2 DSI video mode panel"
87         depends on OF
88         depends on DRM_MIPI_DSI
89         depends on BACKLIGHT_CLASS_DEVICE
90         select VIDEOMODE_HELPERS
91
92 config DRM_PANEL_SAMSUNG_S6E63J0X03
93         tristate "Samsung S6E63J0X03 DSI command mode panel"
94         depends on OF
95         depends on DRM_MIPI_DSI
96         depends on BACKLIGHT_CLASS_DEVICE
97         select VIDEOMODE_HELPERS
98
99 config DRM_PANEL_SAMSUNG_S6E8AA0
100         tristate "Samsung S6E8AA0 DSI video mode panel"
101         depends on OF
102         select DRM_MIPI_DSI
103         select VIDEOMODE_HELPERS
104
105 config DRM_PANEL_SEIKO_43WVF1G
106         tristate "Seiko 43WVF1G panel"
107         depends on OF
108         depends on BACKLIGHT_CLASS_DEVICE
109         select VIDEOMODE_HELPERS
110         help
111           Say Y here if you want to enable support for the Seiko
112           43WVF1G controller for 800x480 LCD panels
113
114 config DRM_PANEL_SHARP_LQ101R1SX01
115         tristate "Sharp LQ101R1SX01 panel"
116         depends on OF
117         depends on DRM_MIPI_DSI
118         depends on BACKLIGHT_CLASS_DEVICE
119         help
120           Say Y here if you want to enable support for Sharp LQ101R1SX01
121           TFT-LCD modules. The panel has a 2560x1600 resolution and uses
122           24 bit RGB per pixel. It provides a dual MIPI DSI interface to
123           the host and has a built-in LED backlight.
124
125           To compile this driver as a module, choose M here: the module
126           will be called panel-sharp-lq101r1sx01.
127
128 config DRM_PANEL_SHARP_LS043T1LE01
129         tristate "Sharp LS043T1LE01 qHD video mode panel"
130         depends on OF
131         depends on DRM_MIPI_DSI
132         depends on BACKLIGHT_CLASS_DEVICE
133         help
134           Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
135           (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
136
137 config DRM_PANEL_SITRONIX_ST7789V
138         tristate "Sitronix ST7789V panel"
139         depends on OF && SPI
140         depends on BACKLIGHT_CLASS_DEVICE
141         help
142           Say Y here if you want to enable support for the Sitronix
143           ST7789V controller for 240x320 LCD panels
144
145 endmenu