Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config DRM_MXS
0003         bool
0004         help
0005           Choose this option to select drivers for MXS FB devices
0006 
0007 config DRM_MXSFB
0008         tristate "i.MX (e)LCDIF LCD controller"
0009         depends on DRM && OF
0010         depends on COMMON_CLK
0011         select DRM_MXS
0012         select DRM_KMS_HELPER
0013         select DRM_GEM_CMA_HELPER
0014         select DRM_PANEL
0015         select DRM_PANEL_BRIDGE
0016         help
0017           Choose this option if you have an LCDIF or eLCDIF LCD controller.
0018           Those devices are found in various i.MX SoC (including i.MX23,
0019           i.MX28, i.MX6SX, i.MX7 and i.MX8M).
0020 
0021           If M is selected the module will be called mxsfb.
0022 
0023 config DRM_IMX_LCDIF
0024         tristate "i.MX LCDIFv3 LCD controller"
0025         depends on DRM && OF
0026         depends on COMMON_CLK
0027         select DRM_MXS
0028         select DRM_KMS_HELPER
0029         select DRM_GEM_CMA_HELPER
0030         select DRM_PANEL
0031         select DRM_PANEL_BRIDGE
0032         help
0033           Choose this option if you have an LCDIFv3 LCD controller.
0034           Those devices are found in various i.MX SoC (i.MX8MP,
0035           i.MXRT).
0036 
0037           If M is selected the module will be called imx-lcdif.