Browse Source

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: Geert Uytterhoeven <geert+renesas@glider.be>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Geert Uytterhoeven 9 years ago
parent
commit
a6b91770de
1 changed files with 0 additions and 1 deletions
  1. 0 1
      drivers/gpu/drm/amd/acp/Kconfig

+ 0 - 1
drivers/gpu/drm/amd/acp/Kconfig

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