diff options
author | Alex Deucher <alexander.deucher@amd.com> | 2021-10-01 15:40:00 -0400 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2021-10-05 10:55:41 -0400 |
commit | 4702b34d1de9582df9dfa0e583ea28fff7de29df (patch) | |
tree | a77c4d4ce1a6489e02e10137afea6e02eaeac275 /drivers/gpu | |
parent | 1d617c029fd9c960f8ba7a8d1a10699d820bd6b9 (diff) | |
download | lwn-4702b34d1de9582df9dfa0e583ea28fff7de29df.tar.gz lwn-4702b34d1de9582df9dfa0e583ea28fff7de29df.zip |
drm/amdgpu/display: fix dependencies for DRM_AMD_DC_SI
Depends on DRM_AMDGPU_SI and DRM_AMD_DC
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-rw-r--r-- | drivers/gpu/drm/amd/display/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig index 7dffc04a557e..127667e549c1 100644 --- a/drivers/gpu/drm/amd/display/Kconfig +++ b/drivers/gpu/drm/amd/display/Kconfig @@ -25,6 +25,8 @@ config DRM_AMD_DC_HDCP config DRM_AMD_DC_SI bool "AMD DC support for Southern Islands ASICs" + depends on DRM_AMDGPU_SI + depends on DRM_AMD_DC default n help Choose this option to enable new AMD DC support for SI asics |