1 1.1 riastrad # SPDX-License-Identifier: MIT 2 1.1 riastrad menu "Display Engine Configuration" 3 1.1 riastrad depends on DRM && DRM_AMDGPU 4 1.1 riastrad 5 1.1 riastrad config DRM_AMD_DC 6 1.1 riastrad bool "AMD DC - Enable new display engine" 7 1.1 riastrad default y 8 1.1 riastrad select SND_HDA_COMPONENT if SND_HDA_CORE 9 1.1 riastrad select DRM_AMD_DC_DCN if (X86 || PPC64) && !(KCOV_INSTRUMENT_ALL && KCOV_ENABLE_COMPARISONS) 10 1.1 riastrad help 11 1.1 riastrad Choose this option if you want to use the new display engine 12 1.1 riastrad support for AMDGPU. This adds required support for Vega and 13 1.1 riastrad Raven ASICs. 14 1.1 riastrad 15 1.1 riastrad config DRM_AMD_DC_DCN 16 1.1 riastrad def_bool n 17 1.1 riastrad help 18 1.1 riastrad Raven, Navi and Renoir family support for display engine 19 1.1 riastrad 20 1.1 riastrad config DRM_AMD_DC_HDCP 21 1.1 riastrad bool "Enable HDCP support in DC" 22 1.1 riastrad depends on DRM_AMD_DC 23 1.1 riastrad help 24 1.1 riastrad Choose this option 25 1.1 riastrad if you want to support 26 1.1 riastrad HDCP authentication 27 1.1 riastrad 28 1.1 riastrad config DEBUG_KERNEL_DC 29 1.1 riastrad bool "Enable kgdb break in DC" 30 1.1 riastrad depends on DRM_AMD_DC 31 1.1 riastrad help 32 1.1 riastrad Choose this option 33 1.1 riastrad if you want to hit 34 1.1 riastrad kdgb_break in assert. 35 1.1 riastrad 36 1.1 riastrad endmenu 37