[PATCH] drm: amd/acp: fix broken menu structure
Randy Dunlap
rdunlap at infradead.org
Thu Mar 12 05:42:52 UTC 2020
From: Randy Dunlap <rdunlap at infradead.org>
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 <rdunlap at infradead.org>
Cc: Alex Deucher <alexander.deucher at amd.com>
Cc: Christian König <christian.koenig at amd.com>
Cc: David (ChunMing) Zhou <David1.Zhou at amd.com>
Cc: Maruthi Bayyavarapu <maruthi.bayyavarapu at amd.com>
Cc: amd-gfx at lists.freedesktop.org
---
drivers/gpu/drm/amd/acp/Kconfig | 1 +
1 file changed, 1 insertion(+)
--- linux-next.orig/drivers/gpu/drm/amd/acp/Kconfig
+++ linux-next/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"
More information about the amd-gfx
mailing list