blob: f2c9ae822149c715bfb99a18f4a1218935cf2d8c [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
Arnd Bergmannfcce7682013-05-02 17:16:08 +02004 select VIDEOMODE_HELPERS
Sascha Hauere692da42012-09-21 10:07:47 +02005 select DRM_GEM_CMA_HELPER
6 select DRM_KMS_CMA_HELPER
Christoph Hellwige1c7e322016-01-20 15:02:05 -08007 depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM)
Philipp Zabel161f6d82014-10-09 15:21:17 +02008 depends on IMX_IPUV3_CORE
Sascha Hauere692da42012-09-21 10:07:47 +02009 help
10 enable i.MX graphics support
11
Sascha Hauer19022aa2012-09-21 10:07:48 +020012config DRM_IMX_PARALLEL_DISPLAY
13 tristate "Support for parallel displays"
Philipp Zabel628f435b2014-02-25 11:55:04 +010014 select DRM_PANEL
Sascha Hauer19022aa2012-09-21 10:07:48 +020015 depends on DRM_IMX
Marek Vasut8c24d6e2013-04-24 20:43:59 +020016 select VIDEOMODE_HELPERS
Sascha Haueraecfbdb2012-09-21 10:07:49 +020017
Philipp Zabelfcbc51e2013-04-08 18:04:38 +020018config DRM_IMX_TVE
19 tristate "Support for TV and VGA displays"
20 depends on DRM_IMX
Arnd Bergmannfcce7682013-05-02 17:16:08 +020021 select REGMAP_MMIO
Philipp Zabelfcbc51e2013-04-08 18:04:38 +020022 help
23 Choose this to enable the internal Television Encoder (TVe)
24 found on i.MX53 processors.
25
Sascha Hauerac4c1a92013-06-18 09:23:57 +080026config DRM_IMX_LDB
27 tristate "Support for LVDS displays"
Jingoo Han64cb7ce2013-08-01 09:32:29 +090028 depends on DRM_IMX && MFD_SYSCON
Philipp Zabel751e2672014-03-06 14:54:39 +010029 select DRM_PANEL
Sascha Hauerac4c1a92013-06-18 09:23:57 +080030 help
31 Choose this to enable the internal LVDS Display Bridge (LDB)
32 found on i.MX53 and i.MX6 processors.
33
Sascha Hauerf326f792012-09-21 10:07:50 +020034config DRM_IMX_IPUV3
Philipp Zabel161f6d82014-10-09 15:21:17 +020035 tristate
Sascha Hauerf326f792012-09-21 10:07:50 +020036 depends on DRM_IMX
Philipp Zabel39b90042013-09-30 16:13:39 +020037 depends on IMX_IPUV3_CORE
Philipp Zabel161f6d82014-10-09 15:21:17 +020038 default y if DRM_IMX=y
39 default m if DRM_IMX=m
Fabio Estevam9aaf8802013-11-29 08:46:32 -020040
41config DRM_IMX_HDMI
42 tristate "Freescale i.MX DRM HDMI"
Andy Yanb21f4b62014-12-05 14:26:31 +080043 select DRM_DW_HDMI
Fabio Estevam9aaf8802013-11-29 08:46:32 -020044 depends on DRM_IMX
45 help
46 Choose this if you want to use HDMI on i.MX6.