linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm: amd/acp: fix broken menu structure
@ 2020-03-12  5:42 Randy Dunlap
  2020-03-12 14:15 ` Alex Deucher
  0 siblings, 1 reply; 2+ messages in thread
From: Randy Dunlap @ 2020-03-12  5:42 UTC (permalink / raw)
  To: LKML, dri-devel
  Cc: Alex Deucher, Christian König, Maruthi Bayyavarapu, amd-gfx,
	David (ChunMing) Zhou, Andrew Morton

From: Randy Dunlap <rdunlap@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@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
---
 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"


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm: amd/acp: fix broken menu structure
  2020-03-12  5:42 [PATCH] drm: amd/acp: fix broken menu structure Randy Dunlap
@ 2020-03-12 14:15 ` Alex Deucher
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2020-03-12 14:15 UTC (permalink / raw)
  To: Randy Dunlap
  Cc: LKML, dri-devel, David (ChunMing) Zhou, Maruthi Bayyavarapu,
	amd-gfx, Alex Deucher, Andrew Morton, Christian König

Applied.  thanks!

Alex

On Thu, Mar 12, 2020 at 4:09 AM Randy Dunlap <rdunlap@infradead.org> wrote:
>
> From: Randy Dunlap <rdunlap@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@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
> ---
>  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"
>
> _______________________________________________
> amd-gfx mailing list
> amd-gfx@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/amd-gfx

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-03-12 14:15 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-03-12  5:42 [PATCH] drm: amd/acp: fix broken menu structure Randy Dunlap
2020-03-12 14:15 ` Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).