xref: /openbmc/linux/drivers/gpu/drm/imx/Kconfig (revision 6556f7f8)
1*6556f7f8SPhilipp Zabelconfig DRM_IMX
2*6556f7f8SPhilipp Zabel	tristate "DRM Support for Freescale i.MX"
3*6556f7f8SPhilipp Zabel	select DRM_KMS_HELPER
4*6556f7f8SPhilipp Zabel	select DRM_KMS_FB_HELPER
5*6556f7f8SPhilipp Zabel	select VIDEOMODE_HELPERS
6*6556f7f8SPhilipp Zabel	select DRM_GEM_CMA_HELPER
7*6556f7f8SPhilipp Zabel	select DRM_KMS_CMA_HELPER
8*6556f7f8SPhilipp Zabel	depends on DRM && (ARCH_MXC || ARCH_MULTIPLATFORM)
9*6556f7f8SPhilipp Zabel	help
10*6556f7f8SPhilipp Zabel	  enable i.MX graphics support
11*6556f7f8SPhilipp Zabel
12*6556f7f8SPhilipp Zabelconfig DRM_IMX_FB_HELPER
13*6556f7f8SPhilipp Zabel	tristate "provide legacy framebuffer /dev/fb0"
14*6556f7f8SPhilipp Zabel	select DRM_KMS_CMA_HELPER
15*6556f7f8SPhilipp Zabel	depends on DRM_IMX
16*6556f7f8SPhilipp Zabel	help
17*6556f7f8SPhilipp Zabel	  The DRM framework can provide a legacy /dev/fb0 framebuffer
18*6556f7f8SPhilipp Zabel	  for your device. This is necessary to get a framebuffer console
19*6556f7f8SPhilipp Zabel	  and also for applications using the legacy framebuffer API
20*6556f7f8SPhilipp Zabel
21*6556f7f8SPhilipp Zabelconfig DRM_IMX_PARALLEL_DISPLAY
22*6556f7f8SPhilipp Zabel	tristate "Support for parallel displays"
23*6556f7f8SPhilipp Zabel	select DRM_PANEL
24*6556f7f8SPhilipp Zabel	depends on DRM_IMX
25*6556f7f8SPhilipp Zabel	select VIDEOMODE_HELPERS
26*6556f7f8SPhilipp Zabel
27*6556f7f8SPhilipp Zabelconfig DRM_IMX_TVE
28*6556f7f8SPhilipp Zabel	tristate "Support for TV and VGA displays"
29*6556f7f8SPhilipp Zabel	depends on DRM_IMX
30*6556f7f8SPhilipp Zabel	select REGMAP_MMIO
31*6556f7f8SPhilipp Zabel	help
32*6556f7f8SPhilipp Zabel	  Choose this to enable the internal Television Encoder (TVe)
33*6556f7f8SPhilipp Zabel	  found on i.MX53 processors.
34*6556f7f8SPhilipp Zabel
35*6556f7f8SPhilipp Zabelconfig DRM_IMX_LDB
36*6556f7f8SPhilipp Zabel	tristate "Support for LVDS displays"
37*6556f7f8SPhilipp Zabel	depends on DRM_IMX && MFD_SYSCON
38*6556f7f8SPhilipp Zabel	help
39*6556f7f8SPhilipp Zabel	  Choose this to enable the internal LVDS Display Bridge (LDB)
40*6556f7f8SPhilipp Zabel	  found on i.MX53 and i.MX6 processors.
41*6556f7f8SPhilipp Zabel
42*6556f7f8SPhilipp Zabelconfig DRM_IMX_IPUV3
43*6556f7f8SPhilipp Zabel	tristate "DRM Support for i.MX IPUv3"
44*6556f7f8SPhilipp Zabel	depends on DRM_IMX
45*6556f7f8SPhilipp Zabel	depends on IMX_IPUV3_CORE
46*6556f7f8SPhilipp Zabel	help
47*6556f7f8SPhilipp Zabel	  Choose this if you have a i.MX5 or i.MX6 processor.
48*6556f7f8SPhilipp Zabel
49*6556f7f8SPhilipp Zabelconfig DRM_IMX_HDMI
50*6556f7f8SPhilipp Zabel	tristate "Freescale i.MX DRM HDMI"
51*6556f7f8SPhilipp Zabel	depends on DRM_IMX
52*6556f7f8SPhilipp Zabel	help
53*6556f7f8SPhilipp Zabel	  Choose this if you want to use HDMI on i.MX6.
54