Skip to content
Commit 425c452b authored by Jeff Mahoney's avatar Jeff Mahoney Committed by Alex Deucher
Browse files

drm/amd: add Kconfig dependency for ACP on DRM_AMDGPU



The DRM_AMD_ACP option doesn't have any dependencies and selects
MFD_CORE, which results in MFD_CORE=y.  Since the code is only called
from DRM_AMDGPU, it should depend on it.  Adding the dependency results
in MFD_CORE being selected as a module again if amdgpu is also a module.

Signed-off-by: default avatarJeff Mahoney <jeffm@suse.com>
Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
parent 9d746ab6
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment