0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config DRM_IMX
0003 tristate "DRM Support for Freescale i.MX"
0004 select DRM_KMS_HELPER
0005 select VIDEOMODE_HELPERS
0006 select DRM_GEM_CMA_HELPER
0007 select DRM_KMS_HELPER
0008 depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM || COMPILE_TEST)
0009 depends on IMX_IPUV3_CORE
0010 help
0011 enable i.MX graphics support
0012
0013 config DRM_IMX_PARALLEL_DISPLAY
0014 tristate "Support for parallel displays"
0015 select DRM_PANEL
0016 depends on DRM_IMX
0017 select VIDEOMODE_HELPERS
0018
0019 config DRM_IMX_TVE
0020 tristate "Support for TV and VGA displays"
0021 depends on DRM_IMX
0022 depends on COMMON_CLK
0023 select REGMAP_MMIO
0024 help
0025 Choose this to enable the internal Television Encoder (TVe)
0026 found on i.MX53 processors.
0027
0028 config DRM_IMX_LDB
0029 tristate "Support for LVDS displays"
0030 depends on DRM_IMX && MFD_SYSCON
0031 depends on COMMON_CLK
0032 select DRM_PANEL
0033 help
0034 Choose this to enable the internal LVDS Display Bridge (LDB)
0035 found on i.MX53 and i.MX6 processors.
0036
0037 config DRM_IMX_HDMI
0038 tristate "Freescale i.MX DRM HDMI"
0039 select DRM_DW_HDMI
0040 depends on DRM_IMX && OF
0041 help
0042 Choose this if you want to use HDMI on i.MX6.
0043
0044 source "drivers/gpu/drm/imx/dcss/Kconfig"