]> Git Repo - linux.git/blob - drivers/gpu/drm/mxsfb/Kconfig
Merge tag 'amd-drm-next-6.5-2023-06-09' of https://gitlab.freedesktop.org/agd5f/linux...
[linux.git] / drivers / gpu / drm / mxsfb / Kconfig
1 # SPDX-License-Identifier: GPL-2.0-only
2 config DRM_MXS
3         bool
4         help
5           Choose this option to select drivers for MXS FB devices
6
7 config 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_MXS
13         select DRM_KMS_HELPER
14         select DRM_GEM_DMA_HELPER
15         select DRM_PANEL
16         select DRM_PANEL_BRIDGE
17         help
18           Choose this option if you have an LCDIF or eLCDIF LCD controller.
19           Those devices are found in various i.MX SoC (including i.MX23,
20           i.MX28, i.MX6SX, i.MX7 and i.MX8M).
21
22           If M is selected the module will be called mxsfb.
23
24 config DRM_IMX_LCDIF
25         tristate "i.MX LCDIFv3 LCD controller"
26         depends on DRM && OF
27         depends on COMMON_CLK
28         depends on ARCH_MXC || COMPILE_TEST
29         select DRM_MXS
30         select DRM_KMS_HELPER
31         select DRM_GEM_DMA_HELPER
32         select DRM_PANEL
33         select DRM_PANEL_BRIDGE
34         help
35           Choose this option if you have an LCDIFv3 LCD controller.
36           Those devices are found in various i.MX SoC (i.MX8MP,
37           i.MXRT).
38
39           If M is selected the module will be called imx-lcdif.
This page took 0.037978 seconds and 4 git commands to generate.