aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBhawanpreet Lakha <Bhawanpreet.Lakha@amd.com>2019-07-26 17:21:03 -0400
committerAlex Deucher <alexander.deucher@amd.com>2019-08-29 16:52:33 -0400
commit07842d54b95a1c236ba2bc237e32eeac476fc967 (patch)
treeaf0291bc3bd5295c59700b0c9a60a8f347f70af8
parent25f9955b15298c7b3c4fe0f28f469ddb5125e93b (diff)
drm/amd/display: add Renoir to kconfig
Add a kconfig option to enable renoir. Acked-by: Harry Wentland <harry.wentland@amd.com> Signed-off-by: Bhawanpreet Lakha <Bhawanpreet.Lakha@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
-rw-r--r--drivers/gpu/drm/amd/display/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/gpu/drm/amd/display/Kconfig b/drivers/gpu/drm/amd/display/Kconfig
index f954bf61af28..71991a28a775 100644
--- a/drivers/gpu/drm/amd/display/Kconfig
+++ b/drivers/gpu/drm/amd/display/Kconfig
@@ -26,6 +26,14 @@ config DRM_AMD_DC_DCN2_0
26 Choose this option if you want to have 26 Choose this option if you want to have
27 Navi support for display engine 27 Navi support for display engine
28 28
29config DRM_AMD_DC_DCN2_1
30 bool "DCN 2.1 family"
31 depends on DRM_AMD_DC && X86
32 depends on DRM_AMD_DC_DCN2_0
33 help
34 Choose this option if you want to have
35 Renoir support for display engine
36
29config DRM_AMD_DC_DSC_SUPPORT 37config DRM_AMD_DC_DSC_SUPPORT
30 bool "DSC support" 38 bool "DSC support"
31 default y 39 default y