Loading...
Note: File does not exist in v4.6.
1# SPDX-License-Identifier: GPL-2.0-only
2config DRM_MXS
3 bool
4 help
5 Choose this option to select drivers for MXS FB devices
6
7config DRM_MXSFB
8 tristate "i.MX (e)LCDIF LCD controller"
9 depends on DRM && OF
10 depends on COMMON_CLK
11 depends on ARCH_MXS || ARCH_MXC || COMPILE_TEST
12 select DRM_CLIENT_SELECTION
13 select DRM_MXS
14 select DRM_KMS_HELPER
15 select DRM_GEM_DMA_HELPER
16 select DRM_PANEL
17 select DRM_PANEL_BRIDGE
18 help
19 Choose this option if you have an LCDIF or eLCDIF LCD controller.
20 Those devices are found in various i.MX SoC (including i.MX23,
21 i.MX28, i.MX6SX, i.MX7 and i.MX8M).
22
23 If M is selected the module will be called mxsfb.
24
25config DRM_IMX_LCDIF
26 tristate "i.MX LCDIFv3 LCD controller"
27 depends on DRM && OF
28 depends on COMMON_CLK
29 depends on ARCH_MXC || COMPILE_TEST
30 select DRM_CLIENT_SELECTION
31 select DRM_MXS
32 select DRM_KMS_HELPER
33 select DRM_GEM_DMA_HELPER
34 select DRM_PANEL
35 select DRM_PANEL_BRIDGE
36 help
37 Choose this option if you have an LCDIFv3 LCD controller.
38 Those devices are found in various i.MX SoC (i.MX8MP,
39 i.MXRT).
40
41 If M is selected the module will be called imx-lcdif.