staging: drm/imx: Add parallel display support
[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
4 select DRM_GEM_CMA_HELPER
5 select DRM_KMS_CMA_HELPER
6 depends on DRM && ARCH_MXC
7 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
19022aaa
SH
18
19config DRM_IMX_PARALLEL_DISPLAY
20 tristate "Support for parallel displays"
21 depends on DRM_IMX
This page took 0.025597 seconds and 5 git commands to generate.