xref: /openbmc/linux/drivers/gpu/drm/mxsfb/Kconfig (revision 7783cc67)
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_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
24config 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.
40