c3c84a09e628add39abe1efb243a9f0fc9c113f3
[linux-2.6-block.git] / drivers / gpu / drm / imx / Kconfig
1 config DRM_IMX
2         tristate "DRM Support for Freescale i.MX"
3         select DRM_KMS_HELPER
4         select VIDEOMODE_HELPERS
5         select DRM_GEM_CMA_HELPER
6         select DRM_KMS_CMA_HELPER
7         depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM || COMPILE_TEST)
8         depends on IMX_IPUV3_CORE
9         help
10           enable i.MX graphics support
11
12 config DRM_IMX_PARALLEL_DISPLAY
13         tristate "Support for parallel displays"
14         select DRM_PANEL
15         depends on DRM_IMX
16         select VIDEOMODE_HELPERS
17
18 config DRM_IMX_TVE
19         tristate "Support for TV and VGA displays"
20         depends on DRM_IMX
21         depends on COMMON_CLK
22         select REGMAP_MMIO
23         help
24           Choose this to enable the internal Television Encoder (TVe)
25           found on i.MX53 processors.
26
27 config DRM_IMX_LDB
28         tristate "Support for LVDS displays"
29         depends on DRM_IMX && MFD_SYSCON
30         select DRM_PANEL
31         help
32           Choose this to enable the internal LVDS Display Bridge (LDB)
33           found on i.MX53 and i.MX6 processors.
34
35 config DRM_IMX_HDMI
36         tristate "Freescale i.MX DRM HDMI"
37         select DRM_DW_HDMI
38         depends on DRM_IMX
39         help
40           Choose this if you want to use HDMI on i.MX6.