# SPDX-License-Identifier: MIT menu "Display Engine Configuration" depends on [31mCONFIG_DRM[0m && [31mCONFIG_DRM_AMDGPU[0m config [31mCONFIG_DRM_AMD_DC[0m bool "AMD DC - Enable new display engine" default y select SND_HDA_COMPONENT if SND_HDA_CORE select [31mCONFIG_DRM_AMD_DC_DCN[0m 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 [31mCONFIG_DRM_AMD_DC_DCN[0m def_bool n help Raven, Navi and Renoir family support for display engine config [31mCONFIG_DRM_AMD_DC_HDCP[0m bool "Enable HDCP support in DC" depends on [31mCONFIG_DRM_AMD_DC[0m help Choose this option if you want to support HDCP authentication config [31mCONFIG_DEBUG_KERNEL_DC[0m bool "Enable kgdb break in DC" depends on [31mCONFIG_DRM_AMD_DC[0m help Choose this option if you want to hit kdgb_break in assert. endmenu |