blob: 35ca4f0078392df2ff06c557ba59c86724d6ee8f [file] [log] [blame]
Sascha Hauere692da42012-09-21 10:07:47 +02001config DRM_IMX
2 tristate "DRM Support for Freescale i.MX"
3 select DRM_KMS_HELPER
Daniel Vetter92b6f892013-10-08 17:44:47 +02004 select DRM_KMS_FB_HELPER
Arnd Bergmannfcce7682013-05-02 17:16:08 +02005 select VIDEOMODE_HELPERS
Sascha Hauere692da42012-09-21 10:07:47 +02006 select DRM_GEM_CMA_HELPER
7 select DRM_KMS_CMA_HELPER
Chen Gang Sdb88c8f2015-02-01 22:08:33 +08008 depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM) && HAVE_DMA_ATTRS
Philipp Zabel161f6d82014-10-09 15:21:17 +02009 depends on IMX_IPUV3_CORE
Sascha Hauere692da42012-09-21 10:07:47 +020010 help
11 enable i.MX graphics support
12
Sascha Hauer19022aa2012-09-21 10:07:48 +020013config DRM_IMX_PARALLEL_DISPLAY
14 tristate "Support for parallel displays"
Philipp Zabel628f435b2014-02-25 11:55:04 +010015 select DRM_PANEL
Sascha Hauer19022aa2012-09-21 10:07:48 +020016 depends on DRM_IMX
Marek Vasut8c24d6e2013-04-24 20:43:59 +020017 select VIDEOMODE_HELPERS
Sascha Haueraecfbdb2012-09-21 10:07:49 +020018
Philipp Zabelfcbc51e2013-04-08 18:04:38 +020019config DRM_IMX_TVE
20 tristate "Support for TV and VGA displays"
21 depends on DRM_IMX
Arnd Bergmannfcce7682013-05-02 17:16:08 +020022 select REGMAP_MMIO
Philipp Zabelfcbc51e2013-04-08 18:04:38 +020023 help
24 Choose this to enable the internal Television Encoder (TVe)
25 found on i.MX53 processors.
26
Sascha Hauerac4c1a92013-06-18 09:23:57 +080027config DRM_IMX_LDB
28 tristate "Support for LVDS displays"
Jingoo Han64cb7ce2013-08-01 09:32:29 +090029 depends on DRM_IMX && MFD_SYSCON
Philipp Zabel751e2672014-03-06 14:54:39 +010030 select DRM_PANEL
Sascha Hauerac4c1a92013-06-18 09:23:57 +080031 help
32 Choose this to enable the internal LVDS Display Bridge (LDB)
33 found on i.MX53 and i.MX6 processors.
34
Sascha Hauerf326f792012-09-21 10:07:50 +020035config DRM_IMX_IPUV3
Philipp Zabel161f6d82014-10-09 15:21:17 +020036 tristate
Sascha Hauerf326f792012-09-21 10:07:50 +020037 depends on DRM_IMX
Philipp Zabel39b90042013-09-30 16:13:39 +020038 depends on IMX_IPUV3_CORE
Philipp Zabel161f6d82014-10-09 15:21:17 +020039 default y if DRM_IMX=y
40 default m if DRM_IMX=m
Fabio Estevam9aaf8802013-11-29 08:46:32 -020041
42config DRM_IMX_HDMI
43 tristate "Freescale i.MX DRM HDMI"
Andy Yanb21f4b62014-12-05 14:26:31 +080044 select DRM_DW_HDMI
Fabio Estevam9aaf8802013-11-29 08:46:32 -020045 depends on DRM_IMX
46 help
47 Choose this if you want to use HDMI on i.MX6.