config DRM_IMX
	tristate "DRM Support for Freescale i.MX"
	select DRM_KMS_HELPER
	select DRM_GEM_CMA_HELPER
	select DRM_KMS_CMA_HELPER
	depends on DRM && ARCH_MXC
	help
	  enable i.MX graphics support

config DRM_IMX_CRTC
        tristate "DRM CRTC and Plane Support for Freescale i.MX5 and i.MX6"
	depends on DRM_IMX && MXC_IPUV3_CORE
	default y
	help
	  DRM CRTC and plane support. Choose this option for basic
	  display support on i.MX5 or i.MX6 processors, it is
	  required for all DRM based display drivers (HDMI, LVDS,
	  Parallel).

config DRM_IMX_FB_HELPER
	tristate "provide legacy framebuffer /dev/fb0"
	select DRM_KMS_CMA_HELPER
	depends on DRM_IMX
	help
	  The DRM framework can provide a legacy /dev/fb0 framebuffer
	  for your device. This is necessary to get a framebuffer console
	  and also for appplications using the legacy framebuffer API

config DRM_IMX_LCDC
	tristate "DRM CRTC Support for Freescale i.MX1 and i.MX2"
	depends on DRM_IMX
	help
	  DRM CRTC support. Choose this option for basic
	  display support on i.MX1, i.MX21, i.MX25 or i.MX27
	  processors, it is required for all DRM based display
	  drivers (HDMI, LVDS, Parallel).

config DRM_IMX_PARALLEL_DISPLAY
	tristate "Support for parallel displays"
	depends on DRM_IMX

config DRM_IMX_LDB
	tristate "Support for LVDS displays"
	depends on DRM_IMX

config DRM_IMX_HDMI
	tristate "Freescale i.MX DRM HDMI "
	depends on DRM_IMX
	help
	  Choose this if you want to use HDMI on i.MX 6.
