xref: /openbmc/linux/drivers/gpu/drm/imx/Kconfig (revision 6556f7f8)
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
86556f7f8SPhilipp Zabel	depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM)
96556f7f8SPhilipp Zabel	help
106556f7f8SPhilipp Zabel	  enable i.MX graphics support
116556f7f8SPhilipp Zabel
126556f7f8SPhilipp Zabelconfig DRM_IMX_FB_HELPER
136556f7f8SPhilipp Zabel	tristate "provide legacy framebuffer /dev/fb0"
146556f7f8SPhilipp Zabel	select DRM_KMS_CMA_HELPER
156556f7f8SPhilipp Zabel	depends on DRM_IMX
166556f7f8SPhilipp Zabel	help
176556f7f8SPhilipp Zabel	  The DRM framework can provide a legacy /dev/fb0 framebuffer
186556f7f8SPhilipp Zabel	  for your device. This is necessary to get a framebuffer console
196556f7f8SPhilipp Zabel	  and also for applications using the legacy framebuffer API
206556f7f8SPhilipp Zabel
216556f7f8SPhilipp Zabelconfig DRM_IMX_PARALLEL_DISPLAY
226556f7f8SPhilipp Zabel	tristate "Support for parallel displays"
236556f7f8SPhilipp Zabel	select DRM_PANEL
246556f7f8SPhilipp Zabel	depends on DRM_IMX
256556f7f8SPhilipp Zabel	select VIDEOMODE_HELPERS
266556f7f8SPhilipp Zabel
276556f7f8SPhilipp Zabelconfig DRM_IMX_TVE
286556f7f8SPhilipp Zabel	tristate "Support for TV and VGA displays"
296556f7f8SPhilipp Zabel	depends on DRM_IMX
306556f7f8SPhilipp Zabel	select REGMAP_MMIO
316556f7f8SPhilipp Zabel	help
326556f7f8SPhilipp Zabel	  Choose this to enable the internal Television Encoder (TVe)
336556f7f8SPhilipp Zabel	  found on i.MX53 processors.
346556f7f8SPhilipp Zabel
356556f7f8SPhilipp Zabelconfig DRM_IMX_LDB
366556f7f8SPhilipp Zabel	tristate "Support for LVDS displays"
376556f7f8SPhilipp Zabel	depends on DRM_IMX && MFD_SYSCON
386556f7f8SPhilipp Zabel	help
396556f7f8SPhilipp Zabel	  Choose this to enable the internal LVDS Display Bridge (LDB)
406556f7f8SPhilipp Zabel	  found on i.MX53 and i.MX6 processors.
416556f7f8SPhilipp Zabel
426556f7f8SPhilipp Zabelconfig DRM_IMX_IPUV3
436556f7f8SPhilipp Zabel	tristate "DRM Support for i.MX IPUv3"
446556f7f8SPhilipp Zabel	depends on DRM_IMX
456556f7f8SPhilipp Zabel	depends on IMX_IPUV3_CORE
466556f7f8SPhilipp Zabel	help
476556f7f8SPhilipp Zabel	  Choose this if you have a i.MX5 or i.MX6 processor.
486556f7f8SPhilipp Zabel
496556f7f8SPhilipp Zabelconfig DRM_IMX_HDMI
506556f7f8SPhilipp Zabel	tristate "Freescale i.MX DRM HDMI"
516556f7f8SPhilipp Zabel	depends on DRM_IMX
526556f7f8SPhilipp Zabel	help
536556f7f8SPhilipp Zabel	  Choose this if you want to use HDMI on i.MX6.
54