summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/imx/hdp/Kconfig
blob: 098a1a99a70f22f12d5d013497b02a50cd80a29f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
config DRM_IMX_HDP
	tristate "IMX8 HD Display Controller"
	select DRM_IMX
	select MX8_HDP
	select DRM_KMS_HELPER
	select VIDEOMODE_HELPERS
	select DRM_GEM_CMA_HELPER
	select DRM_KMS_CMA_HELPER
	select DRM_PANEL
	help
	  Choose this if you want to use DP/HDMI on i.MX8.

config IMX_HDP_CEC
	bool "Enable IMX HDP CEC support"
	depends on DRM_IMX_HDP && MEDIA_CEC_SUPPORT
	select CEC_CORE
	---help---
	  When selected the imx hdmi will support the optional
	  HDMI CEC feature.