2012-09-21 15:07:47 +07:00
|
|
|
config DRM_IMX
|
|
|
|
tristate "DRM Support for Freescale i.MX"
|
|
|
|
select DRM_KMS_HELPER
|
2013-05-02 22:16:08 +07:00
|
|
|
select VIDEOMODE_HELPERS
|
2012-09-21 15:07:47 +07:00
|
|
|
select DRM_GEM_CMA_HELPER
|
|
|
|
select DRM_KMS_CMA_HELPER
|
2016-01-21 06:02:05 +07:00
|
|
|
depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM)
|
2014-10-09 20:21:17 +07:00
|
|
|
depends on IMX_IPUV3_CORE
|
2012-09-21 15:07:47 +07:00
|
|
|
help
|
|
|
|
enable i.MX graphics support
|
|
|
|
|
2012-09-21 15:07:48 +07:00
|
|
|
config DRM_IMX_PARALLEL_DISPLAY
|
|
|
|
tristate "Support for parallel displays"
|
2014-02-25 17:55:04 +07:00
|
|
|
select DRM_PANEL
|
2012-09-21 15:07:48 +07:00
|
|
|
depends on DRM_IMX
|
2013-04-25 01:43:59 +07:00
|
|
|
select VIDEOMODE_HELPERS
|
2012-09-21 15:07:49 +07:00
|
|
|
|
2013-04-08 23:04:38 +07:00
|
|
|
config DRM_IMX_TVE
|
|
|
|
tristate "Support for TV and VGA displays"
|
|
|
|
depends on DRM_IMX
|
2013-05-02 22:16:08 +07:00
|
|
|
select REGMAP_MMIO
|
2013-04-08 23:04:38 +07:00
|
|
|
help
|
|
|
|
Choose this to enable the internal Television Encoder (TVe)
|
|
|
|
found on i.MX53 processors.
|
|
|
|
|
2013-06-18 08:23:57 +07:00
|
|
|
config DRM_IMX_LDB
|
|
|
|
tristate "Support for LVDS displays"
|
2013-08-01 07:32:29 +07:00
|
|
|
depends on DRM_IMX && MFD_SYSCON
|
2014-03-06 20:54:39 +07:00
|
|
|
select DRM_PANEL
|
2013-06-18 08:23:57 +07:00
|
|
|
help
|
|
|
|
Choose this to enable the internal LVDS Display Bridge (LDB)
|
|
|
|
found on i.MX53 and i.MX6 processors.
|
|
|
|
|
2012-09-21 15:07:50 +07:00
|
|
|
config DRM_IMX_IPUV3
|
2014-10-09 20:21:17 +07:00
|
|
|
tristate
|
2012-09-21 15:07:50 +07:00
|
|
|
depends on DRM_IMX
|
2013-09-30 21:13:39 +07:00
|
|
|
depends on IMX_IPUV3_CORE
|
2014-10-09 20:21:17 +07:00
|
|
|
default y if DRM_IMX=y
|
|
|
|
default m if DRM_IMX=m
|
2013-11-29 17:46:32 +07:00
|
|
|
|
|
|
|
config DRM_IMX_HDMI
|
|
|
|
tristate "Freescale i.MX DRM HDMI"
|
2014-12-05 13:26:31 +07:00
|
|
|
select DRM_DW_HDMI
|
2013-11-29 17:46:32 +07:00
|
|
|
depends on DRM_IMX
|
|
|
|
help
|
|
|
|
Choose this if you want to use HDMI on i.MX6.
|