Commit bdb4a1f9 authored by Alex Deucher's avatar Alex Deucher

drm/amdgpu/display: DRM_AMD_DC_DCN3_02 depends on DRM_AMD_DC_DCN3_01

Fix this to avoid build problems if DRM_AMD_DC_DCN3_02 is defined, but
DRM_AMD_DC_DCN3_01 is not.

Fixes: 36d26912 ("drm/amd/display: Add support for DCN302 (v2)")
Acked-by: default avatarNirmoy Das <nirmoy.das@amd.com>
Acked-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Reported-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 185b0d5a
......@@ -45,6 +45,7 @@ config DRM_AMD_DC_DCN3_01
config DRM_AMD_DC_DCN3_02
bool "DCN 3.02 family"
depends on DRM_AMD_DC_DCN3_0
depends on DRM_AMD_DC_DCN3_01
help
Choose this option if you want to have
Dimgrey_cavefish support for display engine
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment