xref: /openbmc/linux/drivers/gpu/drm/imx/Kconfig (revision ec8f24b7)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
26556f7f8SPhilipp Zabelconfig DRM_IMX
36556f7f8SPhilipp Zabel	tristate "DRM Support for Freescale i.MX"
46556f7f8SPhilipp Zabel	select DRM_KMS_HELPER
56556f7f8SPhilipp Zabel	select VIDEOMODE_HELPERS
66556f7f8SPhilipp Zabel	select DRM_GEM_CMA_HELPER
76556f7f8SPhilipp Zabel	select DRM_KMS_CMA_HELPER
8f6019702SPhilipp Zabel	depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM || COMPILE_TEST)
9dab363f9SLinus Torvalds	depends on IMX_IPUV3_CORE
106556f7f8SPhilipp Zabel	help
116556f7f8SPhilipp Zabel	  enable i.MX graphics support
126556f7f8SPhilipp Zabel
136556f7f8SPhilipp Zabelconfig DRM_IMX_PARALLEL_DISPLAY
146556f7f8SPhilipp Zabel	tristate "Support for parallel displays"
156556f7f8SPhilipp Zabel	select DRM_PANEL
166556f7f8SPhilipp Zabel	depends on DRM_IMX
176556f7f8SPhilipp Zabel	select VIDEOMODE_HELPERS
186556f7f8SPhilipp Zabel
196556f7f8SPhilipp Zabelconfig DRM_IMX_TVE
206556f7f8SPhilipp Zabel	tristate "Support for TV and VGA displays"
216556f7f8SPhilipp Zabel	depends on DRM_IMX
222acef9c3SPhilipp Zabel	depends on COMMON_CLK
236556f7f8SPhilipp Zabel	select REGMAP_MMIO
246556f7f8SPhilipp Zabel	help
256556f7f8SPhilipp Zabel	  Choose this to enable the internal Television Encoder (TVe)
266556f7f8SPhilipp Zabel	  found on i.MX53 processors.
276556f7f8SPhilipp Zabel
286556f7f8SPhilipp Zabelconfig DRM_IMX_LDB
296556f7f8SPhilipp Zabel	tristate "Support for LVDS displays"
306556f7f8SPhilipp Zabel	depends on DRM_IMX && MFD_SYSCON
31751e2676SPhilipp Zabel	select DRM_PANEL
326556f7f8SPhilipp Zabel	help
336556f7f8SPhilipp Zabel	  Choose this to enable the internal LVDS Display Bridge (LDB)
346556f7f8SPhilipp Zabel	  found on i.MX53 and i.MX6 processors.
356556f7f8SPhilipp Zabel
366556f7f8SPhilipp Zabelconfig DRM_IMX_HDMI
376556f7f8SPhilipp Zabel	tristate "Freescale i.MX DRM HDMI"
38b21f4b65SAndy Yan	select DRM_DW_HDMI
396556f7f8SPhilipp Zabel	depends on DRM_IMX
406556f7f8SPhilipp Zabel	help
416556f7f8SPhilipp Zabel	  Choose this if you want to use HDMI on i.MX6.
42