xref: /openbmc/linux/drivers/gpu/drm/panel/Kconfig (revision ed29f9426d9bf1b5ec7e79dfb28f39de7b3a0069)
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_S6E3HA2
56	tristate "Samsung S6E3HA2 DSI video mode panel"
57	depends on OF
58	depends on DRM_MIPI_DSI
59	select VIDEOMODE_HELPERS
60
61config DRM_PANEL_SAMSUNG_S6E8AA0
62	tristate "Samsung S6E8AA0 DSI video mode panel"
63	depends on OF
64	select DRM_MIPI_DSI
65	select VIDEOMODE_HELPERS
66
67config DRM_PANEL_SHARP_LQ101R1SX01
68	tristate "Sharp LQ101R1SX01 panel"
69	depends on OF
70	depends on DRM_MIPI_DSI
71	depends on BACKLIGHT_CLASS_DEVICE
72	help
73	  Say Y here if you want to enable support for Sharp LQ101R1SX01
74	  TFT-LCD modules. The panel has a 2560x1600 resolution and uses
75	  24 bit RGB per pixel. It provides a dual MIPI DSI interface to
76	  the host and has a built-in LED backlight.
77
78	  To compile this driver as a module, choose M here: the module
79	  will be called panel-sharp-lq101r1sx01.
80
81config DRM_PANEL_SHARP_LS043T1LE01
82	tristate "Sharp LS043T1LE01 qHD video mode panel"
83	depends on OF
84	depends on DRM_MIPI_DSI
85	depends on BACKLIGHT_CLASS_DEVICE
86	help
87	  Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
88	  (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
89
90endmenu
91