Commit 49791b98 authored by Jingyu Wang's avatar Jingyu Wang Committed by Alex Deucher

drm/amdgpu/display: remove unneeded "default n" options

Remove "default n" options. If the "default" line is removed, it
defaults to 'n'.
Signed-off-by: default avatarJingyu Wang <jingyuwang_vip@163.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 65529fa3
...@@ -28,7 +28,6 @@ config DRM_AMD_DC_SI ...@@ -28,7 +28,6 @@ config DRM_AMD_DC_SI
bool "AMD DC support for Southern Islands ASICs" bool "AMD DC support for Southern Islands ASICs"
depends on DRM_AMDGPU_SI depends on DRM_AMDGPU_SI
depends on DRM_AMD_DC depends on DRM_AMD_DC
default n
help help
Choose this option to enable new AMD DC support for SI asics Choose this option to enable new AMD DC support for SI asics
by default. This includes Tahiti, Pitcairn, Cape Verde, Oland. by default. This includes Tahiti, Pitcairn, Cape Verde, Oland.
...@@ -43,7 +42,6 @@ config DEBUG_KERNEL_DC ...@@ -43,7 +42,6 @@ config DEBUG_KERNEL_DC
config DRM_AMD_SECURE_DISPLAY config DRM_AMD_SECURE_DISPLAY
bool "Enable secure display support" bool "Enable secure display support"
default n
depends on DEBUG_FS depends on DEBUG_FS
depends on DRM_AMD_DC_DCN depends on DRM_AMD_DC_DCN
help help
......
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