From: Geert Uytterhoeven Date: Wed, 24 Feb 2016 08:13:45 +0000 (+0100) Subject: drm/amd: Do not make DRM_AMD_ACP default to y X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=a6b91770ded280067418aa9945441a95601f5935;p=openwrt%2Fstaging%2Fblogic.git 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 Signed-off-by: Alex Deucher --- 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" config DRM_AMD_ACP bool "Enable ACP IP support" - default y select MFD_CORE select PM_GENERIC_DOMAINS if PM help