Re: [PATCH] drm/amdgpu/display: fix dependencies for DRM_AMD_DC_SI

2021-10-04 Thread Christian König

Am 01.10.21 um 21:48 schrieb Alex Deucher:

Depends on DRM_AMDGPU_SI and DRM_AMD_DC

Signed-off-by: Alex Deucher 


Reviewed-by: Christian König 


---
  drivers/gpu/drm/amd/display/Kconfig | 2 ++
  1 file changed, 2 insertions(+)

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




[PATCH] drm/amdgpu/display: fix dependencies for DRM_AMD_DC_SI

2021-10-01 Thread Alex Deucher
Depends on DRM_AMDGPU_SI and DRM_AMD_DC

Signed-off-by: Alex Deucher 
---
 drivers/gpu/drm/amd/display/Kconfig | 2 ++
 1 file changed, 2 insertions(+)

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
-- 
2.31.1