Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a6b91770 authored by Geert Uytterhoeven's avatar Geert Uytterhoeven Committed by Alex Deucher
Browse files

drm/amd: Do not make DRM_AMD_ACP default to y



By default, not only this driver is enabled on all platforms, but also
generic PM Domains and Multi-Function Devices.

Drop the "default y" to fix this.

Signed-off-by: default avatarGeert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent aac1e3ca
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -2,7 +2,6 @@ menu "ACP Configuration"

config DRM_AMD_ACP
       bool "Enable ACP IP support"
       default y
       select MFD_CORE
       select PM_GENERIC_DOMAINS if PM
       help