42 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config DRM_IMX3 tristate "DRM Support for Freescale i.MX"4 select DRM_KMS_HELPER5 select VIDEOMODE_HELPERS6 select DRM_GEM_DMA_HELPER7 depends on DRM && (ARCH_MXC || COMPILE_TEST)8 depends on IMX_IPUV3_CORE9 help10 enable i.MX graphics support11 12config DRM_IMX_PARALLEL_DISPLAY13 tristate "Support for parallel displays"14 select DRM_PANEL15 depends on DRM_IMX16 select VIDEOMODE_HELPERS17 18config DRM_IMX_TVE19 tristate "Support for TV and VGA displays"20 depends on DRM_IMX21 depends on COMMON_CLK22 select REGMAP_MMIO23 help24 Choose this to enable the internal Television Encoder (TVe)25 found on i.MX53 processors.26 27config DRM_IMX_LDB28 tristate "Support for LVDS displays"29 depends on DRM_IMX && MFD_SYSCON30 depends on COMMON_CLK31 select DRM_PANEL32 help33 Choose this to enable the internal LVDS Display Bridge (LDB)34 found on i.MX53 and i.MX6 processors.35 36config DRM_IMX_HDMI37 tristate "Freescale i.MX DRM HDMI"38 select DRM_DW_HDMI39 depends on DRM_IMX && OF40 help41 Choose this if you want to use HDMI on i.MX6.42