staging: ramster: add how-to document
[deliverable/linux.git] / drivers / staging / imx-drm / Kconfig
CommitLineData
e692da4d
SH
1config DRM_IMX
2 tristate "DRM Support for Freescale i.MX"
3 select DRM_KMS_HELPER
fcce7680 4 select VIDEOMODE_HELPERS
e692da4d
SH
5 select DRM_GEM_CMA_HELPER
6 select DRM_KMS_CMA_HELPER
c4ff7ef5 7 depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM)
e692da4d
SH
8 help
9 enable i.MX graphics support
10
11config 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
19022aaa
SH
19
20config DRM_IMX_PARALLEL_DISPLAY
21 tristate "Support for parallel displays"
22 depends on DRM_IMX
aecfbdb1 23
fcbc51e5
PZ
24config DRM_IMX_TVE
25 tristate "Support for TV and VGA displays"
26 depends on DRM_IMX
fcce7680 27 select REGMAP_MMIO
fcbc51e5
PZ
28 help
29 Choose this to enable the internal Television Encoder (TVe)
30 found on i.MX53 processors.
31
aecfbdb1
SH
32config DRM_IMX_IPUV3_CORE
33 tristate "IPUv3 core support"
34 depends on DRM_IMX
fcce7680 35 depends on RESET_CONTROLLER
aecfbdb1
SH
36 help
37 Choose this if you have a i.MX5/6 system and want
38 to use the IPU. This option only enables IPU base
39 support.
f326f799
SH
40
41config DRM_IMX_IPUV3
42 tristate "DRM Support for i.MX IPUv3"
43 depends on DRM_IMX
fcce7680 44 depends on DRM_IMX_IPUV3_CORE
f326f799
SH
45 help
46 Choose this if you have a i.MX5 or i.MX6 processor.
This page took 0.10542 seconds and 5 git commands to generate.