diff options
author | Alex Deucher <[email protected]> | 2020-10-14 13:39:39 -0400 |
---|---|---|
committer | Alex Deucher <[email protected]> | 2020-10-14 15:16:30 -0400 |
commit | bdb4a1f9ed3ba7ea79a77e9e0164de0d3cdc75fb (patch) | |
tree | 45e3398817fe957963b22bdf25299b3f879bae99 | |
parent | 185b0d5a787ff9c190aae059bfba35e3c4219326 (diff) |
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: 36d26912e8d854 ("drm/amd/display: Add support for DCN302 (v2)")
Acked-by: Nirmoy Das <[email protected]>
Acked-by: Randy Dunlap <[email protected]>
Reported-by: Randy Dunlap <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
-rw-r--r-- | drivers/gpu/drm/amd/display/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig index 5906778627f0..93cdcd1ee9ff 100644 --- a/drivers/gpu/drm/amd/display/Kconfig +++ b/drivers/gpu/drm/amd/display/Kconfig @@ -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 |