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