On Tue, May 24, 2016 at 1:47 PM, Jeff Mahoney <jeffm@xxxxxxxx> wrote: > 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@xxxxxxxx> Applied. thanks! Alex > --- > drivers/gpu/drm/amd/acp/Kconfig | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/drivers/gpu/drm/amd/acp/Kconfig b/drivers/gpu/drm/amd/acp/Kconfig > index ca77ec1..e503e3d 100644 > --- a/drivers/gpu/drm/amd/acp/Kconfig > +++ b/drivers/gpu/drm/amd/acp/Kconfig > @@ -2,6 +2,7 @@ menu "ACP (Audio CoProcessor) Configuration" > > config DRM_AMD_ACP > bool "Enable AMD Audio CoProcessor IP support" > + depends on DRM_AMDGPU > select MFD_CORE > select PM_GENERIC_DOMAINS if PM > help > > > -- > Jeff Mahoney > SUSE Labs > _______________________________________________ > dri-devel mailing list > dri-devel@xxxxxxxxxxxxxxxxxxxxx > https://lists.freedesktop.org/mailman/listinfo/dri-devel _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel