Training courses

Kernel and Embedded Linux

Bootlin training courses

Embedded Linux, kernel,
Yocto Project, Buildroot, real-time,
graphics, boot time, debugging...

Bootlin logo

Elixir Cross Referencer

# SPDX-License-Identifier: MIT
menu "Display Engine Configuration"
	depends on CONFIG_DRM && CONFIG_DRM_AMDGPU

config CONFIG_DRM_AMD_DC
	bool "AMD DC - Enable new display engine"
	default y
	select SND_HDA_COMPONENT if SND_HDA_CORE
	select CONFIG_DRM_AMD_DC_DCN if (X86 || PPC64) && !(KCOV_INSTRUMENT_ALL && KCOV_ENABLE_COMPARISONS)
	help
	  Choose this option if you want to use the new display engine
	  support for AMDGPU. This adds required support for Vega and
	  Raven ASICs.

config CONFIG_DRM_AMD_DC_DCN
	def_bool n
	help
	  Raven, Navi and Renoir family support for display engine

config CONFIG_DRM_AMD_DC_HDCP
	bool "Enable HDCP support in DC"
	depends on CONFIG_DRM_AMD_DC
	help
	 Choose this option
	 if you want to support
	 HDCP authentication

config CONFIG_DEBUG_KERNEL_DC
	bool "Enable kgdb break in DC"
	depends on CONFIG_DRM_AMD_DC
	help
	  Choose this option
	  if you want to hit
	  kdgb_break in assert.

endmenu