11.1Sriastrad# SPDX-License-Identifier: MIT
21.1Sriastradmenu "Display Engine Configuration"
31.1Sriastrad	depends on DRM && DRM_AMDGPU
41.1Sriastrad
51.1Sriastradconfig DRM_AMD_DC
61.1Sriastrad	bool "AMD DC - Enable new display engine"
71.1Sriastrad	default y
81.1Sriastrad	select SND_HDA_COMPONENT if SND_HDA_CORE
91.1Sriastrad	select DRM_AMD_DC_DCN if (X86 || PPC64) && !(KCOV_INSTRUMENT_ALL && KCOV_ENABLE_COMPARISONS)
101.1Sriastrad	help
111.1Sriastrad	  Choose this option if you want to use the new display engine
121.1Sriastrad	  support for AMDGPU. This adds required support for Vega and
131.1Sriastrad	  Raven ASICs.
141.1Sriastrad
151.1Sriastradconfig DRM_AMD_DC_DCN
161.1Sriastrad	def_bool n
171.1Sriastrad	help
181.1Sriastrad	  Raven, Navi and Renoir family support for display engine
191.1Sriastrad
201.1Sriastradconfig DRM_AMD_DC_HDCP
211.1Sriastrad	bool "Enable HDCP support in DC"
221.1Sriastrad	depends on DRM_AMD_DC
231.1Sriastrad	help
241.1Sriastrad	 Choose this option
251.1Sriastrad	 if you want to support
261.1Sriastrad	 HDCP authentication
271.1Sriastrad
281.1Sriastradconfig DEBUG_KERNEL_DC
291.1Sriastrad	bool "Enable kgdb break in DC"
301.1Sriastrad	depends on DRM_AMD_DC
311.1Sriastrad	help
321.1Sriastrad	  Choose this option
331.1Sriastrad	  if you want to hit
341.1Sriastrad	  kdgb_break in assert.
351.1Sriastrad
361.1Sriastradendmenu
37