diff --git a/srcpkgs/linux5.5/patches/amdgpu-ppc64-enable-navi.patch b/srcpkgs/linux5.5/patches/amdgpu-ppc64-enable-navi.patch index 5f6ab803b9e..24b5a719408 100644 --- a/srcpkgs/linux5.5/patches/amdgpu-ppc64-enable-navi.patch +++ b/srcpkgs/linux5.5/patches/amdgpu-ppc64-enable-navi.patch @@ -224,12 +224,12 @@ index 71991a2..72e5a08 100644 @@ -28,7 +28,7 @@ config DRM_AMD_DC_DCN2_0 config DRM_AMD_DC_DCN2_1 - bool "DCN 2.1 family" -- depends on DRM_AMD_DC && X86 -+ depends on DRM_AMD_DC && (X86 || PPC64) - depends on DRM_AMD_DC_DCN2_0 - help - Choose this option if you want to have + bool "DCN 2.1 family" +- depends on DRM_AMD_DC && X86 ++ depends on DRM_AMD_DC && (X86 || PPC64) + depends on DRM_AMD_DC_DCN2_0 + help + Choose this option if you want to have @@ -37,7 +37,7 @@ config DRM_AMD_DC_DCN2_1 config DRM_AMD_DC_DSC_SUPPORT bool "DSC support"