]> git.karo-electronics.de Git - karo-tx-linux.git/blob - drivers/staging/imx-drm/Kconfig
Merge branch 'misc' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
[karo-tx-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 DRM_GEM_CMA_HELPER
5         select DRM_KMS_CMA_HELPER
6         depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM)
7         help
8           enable i.MX graphics support
9
10 config 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
18
19 config DRM_IMX_PARALLEL_DISPLAY
20         tristate "Support for parallel displays"
21         depends on DRM_IMX
22
23 config DRM_IMX_IPUV3_CORE
24         tristate "IPUv3 core support"
25         depends on DRM_IMX
26         help
27           Choose this if you have a i.MX5/6 system and want
28           to use the IPU. This option only enables IPU base
29           support.
30
31 config DRM_IMX_IPUV3
32         tristate "DRM Support for i.MX IPUv3"
33         depends on DRM_IMX
34         help
35           Choose this if you have a i.MX5 or i.MX6 processor.