projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aac1e3c
)
drm/amd: Do not make DRM_AMD_ACP default to y
author
Geert Uytterhoeven
<geert+renesas@glider.be>
Wed, 24 Feb 2016 08:13:45 +0000
(09:13 +0100)
committer
Alex Deucher
<alexander.deucher@amd.com>
Thu, 25 Feb 2016 22:44:57 +0000
(17:44 -0500)
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>
drivers/gpu/drm/amd/acp/Kconfig
patch
|
blob
|
history
diff --git
a/drivers/gpu/drm/amd/acp/Kconfig
b/drivers/gpu/drm/amd/acp/Kconfig
index 2b07813bceede66d2570396768cc30d05f65a863..0f734ee0527434b09feeb2be24c5da005b4b2a16 100644
(file)
--- 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