From: Randy Dunlap Date: Thu, 12 Mar 2020 05:42:52 +0000 (-0700) Subject: drm: amd/acp: fix broken menu structure X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=62458528b9e358e0abbed0bcffbf8e915e493388;p=linux.git drm: amd/acp: fix broken menu structure Fix the Kconfig dependencies so that the menu is presented correctly by adding a dependency on DRM_AMDGPU to the "menu" Kconfig statement. This makes a continuous dependency on DRM_AMDGPU in the DRM AMD menus and eliminates a broken menu structure. Fixes: a8fe58cec351 ("drm/amd: add ACP driver support") Signed-off-by: Randy Dunlap Cc: Alex Deucher Cc: Christian König Cc: David (ChunMing) Zhou Cc: Maruthi Bayyavarapu Cc: amd-gfx@lists.freedesktop.org Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/acp/Kconfig b/drivers/gpu/drm/amd/acp/Kconfig index 13340f353ea81..216d932a7831c 100644 --- a/drivers/gpu/drm/amd/acp/Kconfig +++ b/drivers/gpu/drm/amd/acp/Kconfig @@ -1,5 +1,6 @@ # SPDX-License-Identifier: MIT menu "ACP (Audio CoProcessor) Configuration" + depends on DRM_AMDGPU config DRM_AMD_ACP bool "Enable AMD Audio CoProcessor IP support"