Commit 38ddc4ba authored by Nicholas Kazlauskas's avatar Nicholas Kazlauskas Committed by Alex Deucher
Browse files

drm/amd/display: Add DC DCN3.1 support to Kconfig



To enable compiling and using DCN3.1 ASICs with physical output.

Acked-by: default avatarHuang Rui <ray.huang@amd.com>
Signed-off-by: default avatarNicholas Kazlauskas <nicholas.kazlauskas@amd.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 1ebcaebd
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -31,6 +31,13 @@ config DRM_AMD_DC_SI
	  by default. This includes Tahiti, Pitcairn, Cape Verde, Oland.
	  Hainan is not supported by AMD DC and it has no physical DCE6.

config DRM_AMD_DC_DCN3_1
        bool "DCN 3.1 family"
        depends on DRM_AMD_DC_DCN
        help
            Choose this option if you want to have
            DCN3.1 family support for display engine

config DEBUG_KERNEL_DC
	bool "Enable kgdb break in DC"
	depends on DRM_AMD_DC