]> git.proxmox.com Git - mirror_ubuntu-artful-kernel.git/blame - drivers/gpu/drm/imx/Kconfig
Merge tag 'armsoc-arm64' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
[mirror_ubuntu-artful-kernel.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
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
db88c8f4 8 depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM) && HAVE_DMA_ATTRS
161f6d8f 9 depends on IMX_IPUV3_CORE
e692da4d
SH
10 help
11 enable i.MX graphics support
12
13config DRM_IMX_FB_HELPER
14 tristate "provide legacy framebuffer /dev/fb0"
15 select DRM_KMS_CMA_HELPER
16 depends on DRM_IMX
17 help
18 The DRM framework can provide a legacy /dev/fb0 framebuffer
19 for your device. This is necessary to get a framebuffer console
4599934d 20 and also for applications using the legacy framebuffer API
19022aaa
SH
21
22config DRM_IMX_PARALLEL_DISPLAY
23 tristate "Support for parallel displays"
628f435b 24 select DRM_PANEL
19022aaa 25 depends on DRM_IMX
8c24d6ea 26 select VIDEOMODE_HELPERS
aecfbdb1 27
fcbc51e5
PZ
28config DRM_IMX_TVE
29 tristate "Support for TV and VGA displays"
30 depends on DRM_IMX
fcce7680 31 select REGMAP_MMIO
fcbc51e5
PZ
32 help
33 Choose this to enable the internal Television Encoder (TVe)
34 found on i.MX53 processors.
35
ac4c1a9b
SH
36config DRM_IMX_LDB
37 tristate "Support for LVDS displays"
64cb7ce9 38 depends on DRM_IMX && MFD_SYSCON
751e2676 39 select DRM_PANEL
ac4c1a9b
SH
40 help
41 Choose this to enable the internal LVDS Display Bridge (LDB)
42 found on i.MX53 and i.MX6 processors.
43
f326f799 44config DRM_IMX_IPUV3
161f6d8f 45 tristate
f326f799 46 depends on DRM_IMX
39b9004d 47 depends on IMX_IPUV3_CORE
161f6d8f
PZ
48 default y if DRM_IMX=y
49 default m if DRM_IMX=m
9aaf880e
FE
50
51config DRM_IMX_HDMI
52 tristate "Freescale i.MX DRM HDMI"
b21f4b65 53 select DRM_DW_HDMI
9aaf880e
FE
54 depends on DRM_IMX
55 help
56 Choose this if you want to use HDMI on i.MX6.