Merge tag 'metag-for-v4.8' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan...
[deliverable/linux.git] / drivers / gpu / drm / imx / 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
e1c7e324 7 depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM)
161f6d8f 8 depends on IMX_IPUV3_CORE
e692da4d
SH
9 help
10 enable i.MX graphics support
11
19022aaa
SH
12config DRM_IMX_PARALLEL_DISPLAY
13 tristate "Support for parallel displays"
628f435b 14 select DRM_PANEL
19022aaa 15 depends on DRM_IMX
8c24d6ea 16 select VIDEOMODE_HELPERS
aecfbdb1 17
fcbc51e5
PZ
18config DRM_IMX_TVE
19 tristate "Support for TV and VGA displays"
20 depends on DRM_IMX
fcce7680 21 select REGMAP_MMIO
fcbc51e5
PZ
22 help
23 Choose this to enable the internal Television Encoder (TVe)
24 found on i.MX53 processors.
25
ac4c1a9b
SH
26config DRM_IMX_LDB
27 tristate "Support for LVDS displays"
64cb7ce9 28 depends on DRM_IMX && MFD_SYSCON
751e2676 29 select DRM_PANEL
ac4c1a9b
SH
30 help
31 Choose this to enable the internal LVDS Display Bridge (LDB)
32 found on i.MX53 and i.MX6 processors.
33
f326f799 34config DRM_IMX_IPUV3
161f6d8f 35 tristate
f326f799 36 depends on DRM_IMX
39b9004d 37 depends on IMX_IPUV3_CORE
161f6d8f
PZ
38 default y if DRM_IMX=y
39 default m if DRM_IMX=m
9aaf880e
FE
40
41config DRM_IMX_HDMI
42 tristate "Freescale i.MX DRM HDMI"
b21f4b65 43 select DRM_DW_HDMI
9aaf880e
FE
44 depends on DRM_IMX
45 help
46 Choose this if you want to use HDMI on i.MX6.
This page took 0.36796 seconds and 5 git commands to generate.