xref: /openbmc/linux/drivers/gpu/drm/imx/Kconfig (revision e1c7e324)
16556f7f8SPhilipp Zabelconfig DRM_IMX
26556f7f8SPhilipp Zabel	tristate "DRM Support for Freescale i.MX"
36556f7f8SPhilipp Zabel	select DRM_KMS_HELPER
46556f7f8SPhilipp Zabel	select DRM_KMS_FB_HELPER
56556f7f8SPhilipp Zabel	select VIDEOMODE_HELPERS
66556f7f8SPhilipp Zabel	select DRM_GEM_CMA_HELPER
76556f7f8SPhilipp Zabel	select DRM_KMS_CMA_HELPER
8e1c7e324SChristoph Hellwig	depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM)
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
226556f7f8SPhilipp Zabel	select REGMAP_MMIO
236556f7f8SPhilipp Zabel	help
246556f7f8SPhilipp Zabel	  Choose this to enable the internal Television Encoder (TVe)
256556f7f8SPhilipp Zabel	  found on i.MX53 processors.
266556f7f8SPhilipp Zabel
276556f7f8SPhilipp Zabelconfig DRM_IMX_LDB
286556f7f8SPhilipp Zabel	tristate "Support for LVDS displays"
296556f7f8SPhilipp Zabel	depends on DRM_IMX && MFD_SYSCON
30751e2676SPhilipp Zabel	select DRM_PANEL
316556f7f8SPhilipp Zabel	help
326556f7f8SPhilipp Zabel	  Choose this to enable the internal LVDS Display Bridge (LDB)
336556f7f8SPhilipp Zabel	  found on i.MX53 and i.MX6 processors.
346556f7f8SPhilipp Zabel
356556f7f8SPhilipp Zabelconfig DRM_IMX_IPUV3
36dab363f9SLinus Torvalds	tristate
376556f7f8SPhilipp Zabel	depends on DRM_IMX
386556f7f8SPhilipp Zabel	depends on IMX_IPUV3_CORE
39dab363f9SLinus Torvalds	default y if DRM_IMX=y
40dab363f9SLinus Torvalds	default m if DRM_IMX=m
416556f7f8SPhilipp Zabel
426556f7f8SPhilipp Zabelconfig DRM_IMX_HDMI
436556f7f8SPhilipp Zabel	tristate "Freescale i.MX DRM HDMI"
44b21f4b65SAndy Yan	select DRM_DW_HDMI
456556f7f8SPhilipp Zabel	depends on DRM_IMX
466556f7f8SPhilipp Zabel	help
476556f7f8SPhilipp Zabel	  Choose this if you want to use HDMI on i.MX6.
48