drm: Add separate Kconfig option for fbdev helpers
[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
92b6f89f 4 select DRM_KMS_FB_HELPER
fcce7680 5 select VIDEOMODE_HELPERS
e692da4d
SH
6 select DRM_GEM_CMA_HELPER
7 select DRM_KMS_CMA_HELPER
c4ff7ef5 8 depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM)
e692da4d
SH
9 help
10 enable i.MX graphics support
11
12config DRM_IMX_FB_HELPER
13 tristate "provide legacy framebuffer /dev/fb0"
14 select DRM_KMS_CMA_HELPER
15 depends on DRM_IMX
16 help
17 The DRM framework can provide a legacy /dev/fb0 framebuffer
18 for your device. This is necessary to get a framebuffer console
4599934d 19 and also for applications using the legacy framebuffer API
19022aaa
SH
20
21config DRM_IMX_PARALLEL_DISPLAY
22 tristate "Support for parallel displays"
23 depends on DRM_IMX
8c24d6ea 24 select VIDEOMODE_HELPERS
aecfbdb1 25
fcbc51e5
PZ
26config DRM_IMX_TVE
27 tristate "Support for TV and VGA displays"
28 depends on DRM_IMX
fcce7680 29 select REGMAP_MMIO
fcbc51e5
PZ
30 help
31 Choose this to enable the internal Television Encoder (TVe)
32 found on i.MX53 processors.
33
ac4c1a9b
SH
34config DRM_IMX_LDB
35 tristate "Support for LVDS displays"
64cb7ce9 36 depends on DRM_IMX && MFD_SYSCON
ac4c1a9b
SH
37 help
38 Choose this to enable the internal LVDS Display Bridge (LDB)
39 found on i.MX53 and i.MX6 processors.
40
aecfbdb1
SH
41config DRM_IMX_IPUV3_CORE
42 tristate "IPUv3 core support"
43 depends on DRM_IMX
fcce7680 44 depends on RESET_CONTROLLER
aecfbdb1
SH
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.
f326f799
SH
49
50config DRM_IMX_IPUV3
51 tristate "DRM Support for i.MX IPUv3"
52 depends on DRM_IMX
fcce7680 53 depends on DRM_IMX_IPUV3_CORE
f326f799
SH
54 help
55 Choose this if you have a i.MX5 or i.MX6 processor.
This page took 0.136162 seconds and 5 git commands to generate.