xref: /openbmc/linux/drivers/gpu/drm/panel/Kconfig (revision ebf3f19abbfd041a0e79a523e4dd1f6f6797b783)
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_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
20config 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
31config DRM_PANEL_JDI_LT070ME05000
32	tristate "JDI LT070ME05000 WUXGA DSI 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 JDI DSI video mode
38	  panel as found in Google Nexus 7 (2013) devices.
39	  The panel has a 1200(RGB)×1920 (WUXGA) resolution and uses
40	  24 bit per pixel.
41
42config DRM_PANEL_SAMSUNG_LD9040
43	tristate "Samsung LD9040 RGB/SPI panel"
44	depends on OF && SPI
45	select VIDEOMODE_HELPERS
46
47config DRM_PANEL_LG_LG4573
48	tristate "LG4573 RGB/SPI panel"
49	depends on OF && SPI
50	select VIDEOMODE_HELPERS
51	help
52	  Say Y here if you want to enable support for LG4573 RGB panel.
53	  To compile this driver as a module, choose M here.
54
55config DRM_PANEL_PANASONIC_VVX10F034N00
56	tristate "Panasonic VVX10F034N00 1920x1200 video mode panel"
57	depends on OF
58	depends on DRM_MIPI_DSI
59	depends on BACKLIGHT_CLASS_DEVICE
60	help
61	  Say Y here if you want to enable support for Panasonic VVX10F034N00
62	  WUXGA (1920x1200) Novatek NT1397-based DSI panel as found in some
63	  Xperia Z2 tablets
64
65config DRM_PANEL_SAMSUNG_S6E8AA0
66	tristate "Samsung S6E8AA0 DSI video mode panel"
67	depends on OF
68	select DRM_MIPI_DSI
69	select VIDEOMODE_HELPERS
70
71config DRM_PANEL_SHARP_LQ101R1SX01
72	tristate "Sharp LQ101R1SX01 panel"
73	depends on OF
74	depends on DRM_MIPI_DSI
75	depends on BACKLIGHT_CLASS_DEVICE
76	help
77	  Say Y here if you want to enable support for Sharp LQ101R1SX01
78	  TFT-LCD modules. The panel has a 2560x1600 resolution and uses
79	  24 bit RGB per pixel. It provides a dual MIPI DSI interface to
80	  the host and has a built-in LED backlight.
81
82	  To compile this driver as a module, choose M here: the module
83	  will be called panel-sharp-lq101r1sx01.
84
85config DRM_PANEL_SHARP_LS043T1LE01
86	tristate "Sharp LS043T1LE01 qHD video mode panel"
87	depends on OF
88	depends on DRM_MIPI_DSI
89	depends on BACKLIGHT_CLASS_DEVICE
90	help
91	  Say Y here if you want to enable support for Sharp LS043T1LE01 qHD
92	  (540x960) DSI panel as found on the Qualcomm APQ8074 Dragonboard
93
94endmenu
95