]> git.baikalelectronics.ru Git - kernel.git/commit
drm/amd: add Kconfig dependency for ACP on DRM_AMDGPU
authorJeff Mahoney <jeffm@suse.com>
Tue, 24 May 2016 17:47:44 +0000 (13:47 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 25 May 2016 13:44:15 +0000 (09:44 -0400)
commit337361c46ab853fe15aeabc7b71489beb5d572be
tree751c8a23e3ad5d0badbd62ad4c71da4240da5764
parentbe7b0b1b1eab86db83fb68249f3d59c8e3316019
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: Jeff Mahoney <jeffm@suse.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/acp/Kconfig