Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <rdunlap@infradead.org>
Cc: Alex Deucher <alexander.deucher@amd.com>
Cc: Christian König <christian.koenig@amd.com>
Cc: David (ChunMing) Zhou <David1.Zhou@amd.com>
Cc: Maruthi Bayyavarapu <maruthi.bayyavarapu@amd.com>
Cc: amd-gfx@lists.freedesktop.org
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Randy Dunlap and committed by
Alex Deucher
62458528 2541f95c

+1
+1
drivers/gpu/drm/amd/acp/Kconfig
··· 1 1 # SPDX-License-Identifier: MIT 2 2 menu "ACP (Audio CoProcessor) Configuration" 3 + depends on DRM_AMDGPU 3 4 4 5 config DRM_AMD_ACP 5 6 bool "Enable AMD Audio CoProcessor IP support"