aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeert Uytterhoeven <geert+renesas@glider.be>2016-02-24 03:13:45 -0500
committerAlex Deucher <alexander.deucher@amd.com>2016-02-25 17:44:57 -0500
commita6b91770ded280067418aa9945441a95601f5935 (patch)
tree1d4cb8a36cea078d9cea44974c8f79d8951f2c6c
parentaac1e3caac343c05ab550fa611489bd206aa8a7b (diff)
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>
-rw-r--r--drivers/gpu/drm/amd/acp/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/acp/Kconfig b/drivers/gpu/drm/amd/acp/Kconfig
index 2b07813bceed..0f734ee05274 100644
--- a/drivers/gpu/drm/amd/acp/Kconfig
+++ b/drivers/gpu/drm/amd/acp/Kconfig
@@ -2,7 +2,6 @@ menu "ACP Configuration"
2 2
3config DRM_AMD_ACP 3config DRM_AMD_ACP
4 bool "Enable ACP IP support" 4 bool "Enable ACP IP support"
5 default y
6 select MFD_CORE 5 select MFD_CORE
7 select PM_GENERIC_DOMAINS if PM 6 select PM_GENERIC_DOMAINS if PM
8 help 7 help