40 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DRM_MXS3 bool4 help5 Choose this option to select drivers for MXS FB devices6 7config DRM_MXSFB8 tristate "i.MX (e)LCDIF LCD controller"9 depends on DRM && OF10 depends on COMMON_CLK11 depends on ARCH_MXS || ARCH_MXC || COMPILE_TEST12 select DRM_MXS13 select DRM_KMS_HELPER14 select DRM_GEM_DMA_HELPER15 select DRM_PANEL16 select DRM_PANEL_BRIDGE17 help18 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_LCDIF25 tristate "i.MX LCDIFv3 LCD controller"26 depends on DRM && OF27 depends on COMMON_CLK28 depends on ARCH_MXC || COMPILE_TEST29 select DRM_MXS30 select DRM_KMS_HELPER31 select DRM_GEM_DMA_HELPER32 select DRM_PANEL33 select DRM_PANEL_BRIDGE34 help35 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