All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/amd: Fix Kconfig indentation
@ 2019-11-21 13:29 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2019-11-21 13:29 UTC (permalink / raw)
  To: linux-kernel
  Cc: Krzysztof Kozlowski, Alex Deucher, Christian König,
	David (ChunMing) Zhou, David Airlie, Daniel Vetter, amd-gfx,
	dri-devel

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
	$ sed -e 's/^        /\t/' -i */Kconfig

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 drivers/gpu/drm/amd/acp/Kconfig | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/gpu/drm/amd/acp/Kconfig b/drivers/gpu/drm/amd/acp/Kconfig
index d968c2471412..19bae9100da4 100644
--- a/drivers/gpu/drm/amd/acp/Kconfig
+++ b/drivers/gpu/drm/amd/acp/Kconfig
@@ -2,11 +2,11 @@
 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
+	bool "Enable AMD Audio CoProcessor IP support"
+	depends on DRM_AMDGPU
+	select MFD_CORE
+	select PM_GENERIC_DOMAINS if PM
+	help
 	Choose this option to enable ACP IP support for AMD SOCs.
 	This adds the ACP (Audio CoProcessor) IP driver and wires
 	it up into the amdgpu driver.  The ACP block provides the DMA
-- 
2.17.1


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

* [PATCH] drm/amd: Fix Kconfig indentation
@ 2019-11-21 13:29 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2019-11-21 13:29 UTC (permalink / raw)
  To: linux-kernel
  Cc: David Airlie, dri-devel, Krzysztof Kozlowski, amd-gfx,
	Alex Deucher, Christian König

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
	$ sed -e 's/^        /\t/' -i */Kconfig

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 drivers/gpu/drm/amd/acp/Kconfig | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/gpu/drm/amd/acp/Kconfig b/drivers/gpu/drm/amd/acp/Kconfig
index d968c2471412..19bae9100da4 100644
--- a/drivers/gpu/drm/amd/acp/Kconfig
+++ b/drivers/gpu/drm/amd/acp/Kconfig
@@ -2,11 +2,11 @@
 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
+	bool "Enable AMD Audio CoProcessor IP support"
+	depends on DRM_AMDGPU
+	select MFD_CORE
+	select PM_GENERIC_DOMAINS if PM
+	help
 	Choose this option to enable ACP IP support for AMD SOCs.
 	This adds the ACP (Audio CoProcessor) IP driver and wires
 	it up into the amdgpu driver.  The ACP block provides the DMA
-- 
2.17.1

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* [PATCH] drm/amd: Fix Kconfig indentation
@ 2019-11-21 13:29 ` Krzysztof Kozlowski
  0 siblings, 0 replies; 9+ messages in thread
From: Krzysztof Kozlowski @ 2019-11-21 13:29 UTC (permalink / raw)
  To: linux-kernel
  Cc: David (ChunMing) Zhou, David Airlie, dri-devel,
	Krzysztof Kozlowski, amd-gfx, Daniel Vetter, Alex Deucher,
	Christian König

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
	$ sed -e 's/^        /\t/' -i */Kconfig

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 drivers/gpu/drm/amd/acp/Kconfig | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/gpu/drm/amd/acp/Kconfig b/drivers/gpu/drm/amd/acp/Kconfig
index d968c2471412..19bae9100da4 100644
--- a/drivers/gpu/drm/amd/acp/Kconfig
+++ b/drivers/gpu/drm/amd/acp/Kconfig
@@ -2,11 +2,11 @@
 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
+	bool "Enable AMD Audio CoProcessor IP support"
+	depends on DRM_AMDGPU
+	select MFD_CORE
+	select PM_GENERIC_DOMAINS if PM
+	help
 	Choose this option to enable ACP IP support for AMD SOCs.
 	This adds the ACP (Audio CoProcessor) IP driver and wires
 	it up into the amdgpu driver.  The ACP block provides the DMA
-- 
2.17.1

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* Re: [PATCH] drm/amd: Fix Kconfig indentation
@ 2019-11-21 16:13   ` Deucher, Alexander
  0 siblings, 0 replies; 9+ messages in thread
From: Deucher, Alexander @ 2019-11-21 16:13 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-kernel
  Cc: David Airlie, dri-devel, amd-gfx, Koenig, Christian


[-- Attachment #1.1: Type: text/plain, Size: 1830 bytes --]

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
________________________________
From: Krzysztof Kozlowski <krzk@kernel.org>
Sent: Thursday, November 21, 2019 8:29 AM
To: linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>; Deucher, Alexander <Alexander.Deucher@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Zhou, David(ChunMing) <David1.Zhou@amd.com>; David Airlie <airlied@linux.ie>; Daniel Vetter <daniel@ffwll.ch>; amd-gfx@lists.freedesktop.org <amd-gfx@lists.freedesktop.org>; dri-devel@lists.freedesktop.org <dri-devel@lists.freedesktop.org>
Subject: [PATCH] drm/amd: Fix Kconfig indentation

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
        $ sed -e 's/^        /\t/' -i */Kconfig

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 drivers/gpu/drm/amd/acp/Kconfig | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/gpu/drm/amd/acp/Kconfig b/drivers/gpu/drm/amd/acp/Kconfig
index d968c2471412..19bae9100da4 100644
--- a/drivers/gpu/drm/amd/acp/Kconfig
+++ b/drivers/gpu/drm/amd/acp/Kconfig
@@ -2,11 +2,11 @@
 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
+       bool "Enable AMD Audio CoProcessor IP support"
+       depends on DRM_AMDGPU
+       select MFD_CORE
+       select PM_GENERIC_DOMAINS if PM
+       help
         Choose this option to enable ACP IP support for AMD SOCs.
         This adds the ACP (Audio CoProcessor) IP driver and wires
         it up into the amdgpu driver.  The ACP block provides the DMA
--
2.17.1


[-- Attachment #1.2: Type: text/html, Size: 3363 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH] drm/amd: Fix Kconfig indentation
@ 2019-11-21 16:13   ` Deucher, Alexander
  0 siblings, 0 replies; 9+ messages in thread
From: Deucher, Alexander @ 2019-11-21 16:13 UTC (permalink / raw)
  To: Krzysztof Kozlowski, linux-kernel
  Cc: Zhou, David(ChunMing),
	David Airlie, dri-devel, amd-gfx, Daniel Vetter, Koenig,
	Christian


[-- Attachment #1.1: Type: text/plain, Size: 1830 bytes --]

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
________________________________
From: Krzysztof Kozlowski <krzk@kernel.org>
Sent: Thursday, November 21, 2019 8:29 AM
To: linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
Cc: Krzysztof Kozlowski <krzk@kernel.org>; Deucher, Alexander <Alexander.Deucher@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Zhou, David(ChunMing) <David1.Zhou@amd.com>; David Airlie <airlied@linux.ie>; Daniel Vetter <daniel@ffwll.ch>; amd-gfx@lists.freedesktop.org <amd-gfx@lists.freedesktop.org>; dri-devel@lists.freedesktop.org <dri-devel@lists.freedesktop.org>
Subject: [PATCH] drm/amd: Fix Kconfig indentation

Adjust indentation from spaces to tab (+optional two spaces) as in
coding style with command like:
        $ sed -e 's/^        /\t/' -i */Kconfig

Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
---
 drivers/gpu/drm/amd/acp/Kconfig | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/drivers/gpu/drm/amd/acp/Kconfig b/drivers/gpu/drm/amd/acp/Kconfig
index d968c2471412..19bae9100da4 100644
--- a/drivers/gpu/drm/amd/acp/Kconfig
+++ b/drivers/gpu/drm/amd/acp/Kconfig
@@ -2,11 +2,11 @@
 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
+       bool "Enable AMD Audio CoProcessor IP support"
+       depends on DRM_AMDGPU
+       select MFD_CORE
+       select PM_GENERIC_DOMAINS if PM
+       help
         Choose this option to enable ACP IP support for AMD SOCs.
         This adds the ACP (Audio CoProcessor) IP driver and wires
         it up into the amdgpu driver.  The ACP block provides the DMA
--
2.17.1


[-- Attachment #1.2: Type: text/html, Size: 3363 bytes --]

[-- Attachment #2: Type: text/plain, Size: 153 bytes --]

_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* Re: [PATCH] drm/amd: Fix Kconfig indentation
@ 2019-11-25 14:08     ` Alex Deucher
  0 siblings, 0 replies; 9+ messages in thread
From: Alex Deucher @ 2019-11-25 14:08 UTC (permalink / raw)
  To: Deucher, Alexander
  Cc: Krzysztof Kozlowski, linux-kernel, David Airlie, dri-devel,
	amd-gfx, Koenig, Christian

Applied.  Thanks!

Alex

On Thu, Nov 21, 2019 at 11:13 AM Deucher, Alexander
<Alexander.Deucher@amd.com> wrote:
>
> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
> ________________________________
> From: Krzysztof Kozlowski <krzk@kernel.org>
> Sent: Thursday, November 21, 2019 8:29 AM
> To: linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
> Cc: Krzysztof Kozlowski <krzk@kernel.org>; Deucher, Alexander <Alexander.Deucher@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Zhou, David(ChunMing) <David1.Zhou@amd.com>; David Airlie <airlied@linux.ie>; Daniel Vetter <daniel@ffwll.ch>; amd-gfx@lists.freedesktop.org <amd-gfx@lists.freedesktop.org>; dri-devel@lists.freedesktop.org <dri-devel@lists.freedesktop.org>
> Subject: [PATCH] drm/amd: Fix Kconfig indentation
>
> Adjust indentation from spaces to tab (+optional two spaces) as in
> coding style with command like:
>         $ sed -e 's/^        /\t/' -i */Kconfig
>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  drivers/gpu/drm/amd/acp/Kconfig | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/acp/Kconfig b/drivers/gpu/drm/amd/acp/Kconfig
> index d968c2471412..19bae9100da4 100644
> --- a/drivers/gpu/drm/amd/acp/Kconfig
> +++ b/drivers/gpu/drm/amd/acp/Kconfig
> @@ -2,11 +2,11 @@
>  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
> +       bool "Enable AMD Audio CoProcessor IP support"
> +       depends on DRM_AMDGPU
> +       select MFD_CORE
> +       select PM_GENERIC_DOMAINS if PM
> +       help
>          Choose this option to enable ACP IP support for AMD SOCs.
>          This adds the ACP (Audio CoProcessor) IP driver and wires
>          it up into the amdgpu driver.  The ACP block provides the DMA
> --
> 2.17.1
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH] drm/amd: Fix Kconfig indentation
@ 2019-11-25 14:08     ` Alex Deucher
  0 siblings, 0 replies; 9+ messages in thread
From: Alex Deucher @ 2019-11-25 14:08 UTC (permalink / raw)
  To: Deucher, Alexander
  Cc: Krzysztof Kozlowski, David Airlie,
	linux-kernel-u79uwXL29TY76Z2rM5mHXA,
	dri-devel-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW,
	amd-gfx-PD4FTy7X32lNgt0PjOBp9y5qC8QIuHrW, Koenig, Christian

Applied.  Thanks!

Alex

On Thu, Nov 21, 2019 at 11:13 AM Deucher, Alexander
<Alexander.Deucher@amd.com> wrote:
>
> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
> ________________________________
> From: Krzysztof Kozlowski <krzk@kernel.org>
> Sent: Thursday, November 21, 2019 8:29 AM
> To: linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
> Cc: Krzysztof Kozlowski <krzk@kernel.org>; Deucher, Alexander <Alexander.Deucher@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Zhou, David(ChunMing) <David1.Zhou@amd.com>; David Airlie <airlied@linux.ie>; Daniel Vetter <daniel@ffwll.ch>; amd-gfx@lists.freedesktop.org <amd-gfx@lists.freedesktop.org>; dri-devel@lists.freedesktop.org <dri-devel@lists.freedesktop.org>
> Subject: [PATCH] drm/amd: Fix Kconfig indentation
>
> Adjust indentation from spaces to tab (+optional two spaces) as in
> coding style with command like:
>         $ sed -e 's/^        /\t/' -i */Kconfig
>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  drivers/gpu/drm/amd/acp/Kconfig | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/acp/Kconfig b/drivers/gpu/drm/amd/acp/Kconfig
> index d968c2471412..19bae9100da4 100644
> --- a/drivers/gpu/drm/amd/acp/Kconfig
> +++ b/drivers/gpu/drm/amd/acp/Kconfig
> @@ -2,11 +2,11 @@
>  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
> +       bool "Enable AMD Audio CoProcessor IP support"
> +       depends on DRM_AMDGPU
> +       select MFD_CORE
> +       select PM_GENERIC_DOMAINS if PM
> +       help
>          Choose this option to enable ACP IP support for AMD SOCs.
>          This adds the ACP (Audio CoProcessor) IP driver and wires
>          it up into the amdgpu driver.  The ACP block provides the DMA
> --
> 2.17.1
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

* Re: [PATCH] drm/amd: Fix Kconfig indentation
@ 2019-11-25 14:08     ` Alex Deucher
  0 siblings, 0 replies; 9+ messages in thread
From: Alex Deucher @ 2019-11-25 14:08 UTC (permalink / raw)
  To: Deucher, Alexander
  Cc: Krzysztof Kozlowski, David Airlie, linux-kernel, dri-devel,
	amd-gfx, Koenig, Christian

Applied.  Thanks!

Alex

On Thu, Nov 21, 2019 at 11:13 AM Deucher, Alexander
<Alexander.Deucher@amd.com> wrote:
>
> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
> ________________________________
> From: Krzysztof Kozlowski <krzk@kernel.org>
> Sent: Thursday, November 21, 2019 8:29 AM
> To: linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
> Cc: Krzysztof Kozlowski <krzk@kernel.org>; Deucher, Alexander <Alexander.Deucher@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Zhou, David(ChunMing) <David1.Zhou@amd.com>; David Airlie <airlied@linux.ie>; Daniel Vetter <daniel@ffwll.ch>; amd-gfx@lists.freedesktop.org <amd-gfx@lists.freedesktop.org>; dri-devel@lists.freedesktop.org <dri-devel@lists.freedesktop.org>
> Subject: [PATCH] drm/amd: Fix Kconfig indentation
>
> Adjust indentation from spaces to tab (+optional two spaces) as in
> coding style with command like:
>         $ sed -e 's/^        /\t/' -i */Kconfig
>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  drivers/gpu/drm/amd/acp/Kconfig | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/acp/Kconfig b/drivers/gpu/drm/amd/acp/Kconfig
> index d968c2471412..19bae9100da4 100644
> --- a/drivers/gpu/drm/amd/acp/Kconfig
> +++ b/drivers/gpu/drm/amd/acp/Kconfig
> @@ -2,11 +2,11 @@
>  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
> +       bool "Enable AMD Audio CoProcessor IP support"
> +       depends on DRM_AMDGPU
> +       select MFD_CORE
> +       select PM_GENERIC_DOMAINS if PM
> +       help
>          Choose this option to enable ACP IP support for AMD SOCs.
>          This adds the ACP (Audio CoProcessor) IP driver and wires
>          it up into the amdgpu driver.  The ACP block provides the DMA
> --
> 2.17.1
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

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

* Re: [PATCH] drm/amd: Fix Kconfig indentation
@ 2019-11-25 14:08     ` Alex Deucher
  0 siblings, 0 replies; 9+ messages in thread
From: Alex Deucher @ 2019-11-25 14:08 UTC (permalink / raw)
  To: Deucher, Alexander
  Cc: Krzysztof Kozlowski, David Airlie, linux-kernel, dri-devel,
	amd-gfx, Koenig, Christian

Applied.  Thanks!

Alex

On Thu, Nov 21, 2019 at 11:13 AM Deucher, Alexander
<Alexander.Deucher@amd.com> wrote:
>
> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
> ________________________________
> From: Krzysztof Kozlowski <krzk@kernel.org>
> Sent: Thursday, November 21, 2019 8:29 AM
> To: linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
> Cc: Krzysztof Kozlowski <krzk@kernel.org>; Deucher, Alexander <Alexander.Deucher@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Zhou, David(ChunMing) <David1.Zhou@amd.com>; David Airlie <airlied@linux.ie>; Daniel Vetter <daniel@ffwll.ch>; amd-gfx@lists.freedesktop.org <amd-gfx@lists.freedesktop.org>; dri-devel@lists.freedesktop.org <dri-devel@lists.freedesktop.org>
> Subject: [PATCH] drm/amd: Fix Kconfig indentation
>
> Adjust indentation from spaces to tab (+optional two spaces) as in
> coding style with command like:
>         $ sed -e 's/^        /\t/' -i */Kconfig
>
> Signed-off-by: Krzysztof Kozlowski <krzk@kernel.org>
> ---
>  drivers/gpu/drm/amd/acp/Kconfig | 10 +++++-----
>  1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/acp/Kconfig b/drivers/gpu/drm/amd/acp/Kconfig
> index d968c2471412..19bae9100da4 100644
> --- a/drivers/gpu/drm/amd/acp/Kconfig
> +++ b/drivers/gpu/drm/amd/acp/Kconfig
> @@ -2,11 +2,11 @@
>  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
> +       bool "Enable AMD Audio CoProcessor IP support"
> +       depends on DRM_AMDGPU
> +       select MFD_CORE
> +       select PM_GENERIC_DOMAINS if PM
> +       help
>          Choose this option to enable ACP IP support for AMD SOCs.
>          This adds the ACP (Audio CoProcessor) IP driver and wires
>          it up into the amdgpu driver.  The ACP block provides the DMA
> --
> 2.17.1
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel
_______________________________________________
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx

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

end of thread, other threads:[~2019-11-25 14:08 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-21 13:29 [PATCH] drm/amd: Fix Kconfig indentation Krzysztof Kozlowski
2019-11-21 13:29 ` Krzysztof Kozlowski
2019-11-21 13:29 ` Krzysztof Kozlowski
2019-11-21 16:13 ` Deucher, Alexander
2019-11-21 16:13   ` Deucher, Alexander
2019-11-25 14:08   ` Alex Deucher
2019-11-25 14:08     ` Alex Deucher
2019-11-25 14:08     ` Alex Deucher
2019-11-25 14:08     ` Alex Deucher

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.