Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[cascardo/linux.git] / drivers / staging / imx-drm / 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)
8         help
9           enable i.MX graphics support
10
11 config DRM_IMX_FB_HELPER
12         tristate "provide legacy framebuffer /dev/fb0"
13         select DRM_KMS_CMA_HELPER
14         depends on DRM_IMX
15         help
16           The DRM framework can provide a legacy /dev/fb0 framebuffer
17           for your device. This is necessary to get a framebuffer console
18           and also for appplications using the legacy framebuffer API
19
20 config DRM_IMX_PARALLEL_DISPLAY
21         tristate "Support for parallel displays"
22         depends on DRM_IMX
23         select VIDEOMODE_HELPERS
24
25 config DRM_IMX_TVE
26         tristate "Support for TV and VGA displays"
27         depends on DRM_IMX
28         select REGMAP_MMIO
29         help
30           Choose this to enable the internal Television Encoder (TVe)
31           found on i.MX53 processors.
32
33 config DRM_IMX_LDB
34         tristate "Support for LVDS displays"
35         depends on DRM_IMX
36         select OF_VIDEOMODE
37         help
38           Choose this to enable the internal LVDS Display Bridge (LDB)
39           found on i.MX53 and i.MX6 processors.
40
41 config DRM_IMX_IPUV3_CORE
42         tristate "IPUv3 core support"
43         depends on DRM_IMX
44         depends on RESET_CONTROLLER
45         help
46           Choose this if you have a i.MX5/6 system and want
47           to use the IPU. This option only enables IPU base
48           support.
49
50 config DRM_IMX_IPUV3
51         tristate "DRM Support for i.MX IPUv3"
52         depends on DRM_IMX
53         depends on DRM_IMX_IPUV3_CORE
54         help
55           Choose this if you have a i.MX5 or i.MX6 processor.