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