drm/amdgpu/display: remove unneeded "default n" options
authorJingyu Wang <jingyuwang_vip@163.com>
Fri, 9 Sep 2022 19:53:30 +0000 (03:53 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 13 Sep 2022 18:32:58 +0000 (14:32 -0400)
Remove "default n" options. If the "default" line is removed, it
defaults to 'n'.

Signed-off-by: Jingyu Wang <jingyuwang_vip@163.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/display/Kconfig

index 413d8c6d592ff8f3674a293e6a5f83075251ff0c..6925e0280dbe62110616321145f8363d89926d06 100644 (file)
@@ -28,7 +28,6 @@ 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
          by default. This includes Tahiti, Pitcairn, Cape Verde, Oland.
@@ -43,7 +42,6 @@ config DEBUG_KERNEL_DC
 
 config DRM_AMD_SECURE_DISPLAY
         bool "Enable secure display support"
-        default n
         depends on DEBUG_FS
         depends on DRM_AMD_DC_DCN
         help