blob: 8c9e40390f42fae3b0f52d3d989d79891d2778f1 [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
4 select DRM_GEM_CMA_HELPER
5 select DRM_KMS_CMA_HELPER
Rob Clarkc4ff7ef2012-10-29 09:31:14 +01006 depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM)
Sascha Hauere692da42012-09-21 10:07:47 +02007 help
8 enable i.MX graphics support
9
10config DRM_IMX_FB_HELPER
11 tristate "provide legacy framebuffer /dev/fb0"
12 select DRM_KMS_CMA_HELPER
13 depends on DRM_IMX
14 help
15 The DRM framework can provide a legacy /dev/fb0 framebuffer
16 for your device. This is necessary to get a framebuffer console
17 and also for appplications using the legacy framebuffer API
Sascha Hauer19022aa2012-09-21 10:07:48 +020018
19config DRM_IMX_PARALLEL_DISPLAY
20 tristate "Support for parallel displays"
21 depends on DRM_IMX
Sascha Haueraecfbdb2012-09-21 10:07:49 +020022
Philipp Zabelfcbc51e2013-04-08 18:04:38 +020023config DRM_IMX_TVE
24 tristate "Support for TV and VGA displays"
25 depends on DRM_IMX
26 help
27 Choose this to enable the internal Television Encoder (TVe)
28 found on i.MX53 processors.
29
Sascha Haueraecfbdb2012-09-21 10:07:49 +020030config DRM_IMX_IPUV3_CORE
31 tristate "IPUv3 core support"
32 depends on DRM_IMX
33 help
34 Choose this if you have a i.MX5/6 system and want
35 to use the IPU. This option only enables IPU base
36 support.
Sascha Hauerf326f792012-09-21 10:07:50 +020037
38config DRM_IMX_IPUV3
39 tristate "DRM Support for i.MX IPUv3"
40 depends on DRM_IMX
41 help
42 Choose this if you have a i.MX5 or i.MX6 processor.