1# SPDX-License-Identifier: GPL-2.0-only 2config DRM_IMX 3 tristate "DRM Support for Freescale i.MX" 4 select DRM_CLIENT_SELECTION 5 select DRM_KMS_HELPER 6 select VIDEOMODE_HELPERS 7 select DRM_GEM_DMA_HELPER 8 depends on DRM && (ARCH_MXC || COMPILE_TEST) 9 depends on IMX_IPUV3_CORE 10 help 11 enable i.MX graphics support 12 13config DRM_IMX_PARALLEL_DISPLAY 14 tristate "Support for parallel displays" 15 depends on DRM_IMX 16 select DRM_BRIDGE 17 select DRM_BRIDGE_CONNECTOR 18 select DRM_DISPLAY_HELPER 19 select DRM_IMX_LEGACY_BRIDGE 20 select DRM_PANEL_BRIDGE 21 select VIDEOMODE_HELPERS 22 23config DRM_IMX_TVE 24 tristate "Support for TV and VGA displays" 25 depends on DRM_IMX 26 depends on COMMON_CLK 27 select REGMAP_MMIO 28 help 29 Choose this to enable the internal Television Encoder (TVe) 30 found on i.MX53 processors. 31 32config DRM_IMX_LDB 33 tristate "Support for LVDS displays" 34 depends on DRM_IMX 35 depends on COMMON_CLK 36 select MFD_SYSCON 37 select DRM_BRIDGE 38 select DRM_BRIDGE_CONNECTOR 39 select DRM_PANEL_BRIDGE 40 select DRM_IMX_LEGACY_BRIDGE 41 help 42 Choose this to enable the internal LVDS Display Bridge (LDB) 43 found on i.MX53 and i.MX6 processors. 44 45config DRM_IMX_HDMI 46 tristate "Freescale i.MX DRM HDMI" 47 select DRM_DW_HDMI 48 depends on DRM_IMX && OF 49 help 50 Choose this if you want to use HDMI on i.MX6. 51