162306a36Sopenharmony_ci# SPDX-License-Identifier: GPL-2.0-only 262306a36Sopenharmony_ciconfig DRM_IMX 362306a36Sopenharmony_ci tristate "DRM Support for Freescale i.MX" 462306a36Sopenharmony_ci select DRM_KMS_HELPER 562306a36Sopenharmony_ci select VIDEOMODE_HELPERS 662306a36Sopenharmony_ci select DRM_GEM_DMA_HELPER 762306a36Sopenharmony_ci depends on DRM && (ARCH_MXC || COMPILE_TEST) 862306a36Sopenharmony_ci depends on IMX_IPUV3_CORE 962306a36Sopenharmony_ci help 1062306a36Sopenharmony_ci enable i.MX graphics support 1162306a36Sopenharmony_ci 1262306a36Sopenharmony_ciconfig DRM_IMX_PARALLEL_DISPLAY 1362306a36Sopenharmony_ci tristate "Support for parallel displays" 1462306a36Sopenharmony_ci select DRM_PANEL 1562306a36Sopenharmony_ci depends on DRM_IMX 1662306a36Sopenharmony_ci select VIDEOMODE_HELPERS 1762306a36Sopenharmony_ci 1862306a36Sopenharmony_ciconfig DRM_IMX_TVE 1962306a36Sopenharmony_ci tristate "Support for TV and VGA displays" 2062306a36Sopenharmony_ci depends on DRM_IMX 2162306a36Sopenharmony_ci depends on COMMON_CLK 2262306a36Sopenharmony_ci select REGMAP_MMIO 2362306a36Sopenharmony_ci help 2462306a36Sopenharmony_ci Choose this to enable the internal Television Encoder (TVe) 2562306a36Sopenharmony_ci found on i.MX53 processors. 2662306a36Sopenharmony_ci 2762306a36Sopenharmony_ciconfig DRM_IMX_LDB 2862306a36Sopenharmony_ci tristate "Support for LVDS displays" 2962306a36Sopenharmony_ci depends on DRM_IMX && MFD_SYSCON 3062306a36Sopenharmony_ci depends on COMMON_CLK 3162306a36Sopenharmony_ci select DRM_PANEL 3262306a36Sopenharmony_ci help 3362306a36Sopenharmony_ci Choose this to enable the internal LVDS Display Bridge (LDB) 3462306a36Sopenharmony_ci found on i.MX53 and i.MX6 processors. 3562306a36Sopenharmony_ci 3662306a36Sopenharmony_ciconfig DRM_IMX_HDMI 3762306a36Sopenharmony_ci tristate "Freescale i.MX DRM HDMI" 3862306a36Sopenharmony_ci select DRM_DW_HDMI 3962306a36Sopenharmony_ci depends on DRM_IMX && OF 4062306a36Sopenharmony_ci help 4162306a36Sopenharmony_ci Choose this if you want to use HDMI on i.MX6. 42