All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] nios2: remove unneeded HAS_DMA define
@ 2018-11-26  7:42 Masahiro Yamada
  2018-11-26  8:29 ` Christoph Hellwig
  2018-12-31  1:07 ` Masahiro Yamada
  0 siblings, 2 replies; 3+ messages in thread
From: Masahiro Yamada @ 2018-11-26  7:42 UTC (permalink / raw)
  To: Ley Foon Tan, nios2-dev; +Cc: Masahiro Yamada, linux-kernel

kernel/dma/Kconfig globally defines HAS_DMA as follows:

  config HAS_DMA
          bool
          depends on !NO_DMA
          default y

Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
---

 arch/nios2/Kconfig | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/arch/nios2/Kconfig b/arch/nios2/Kconfig
index 7e95506..69c4af1 100644
--- a/arch/nios2/Kconfig
+++ b/arch/nios2/Kconfig
@@ -37,9 +37,6 @@ config GENERIC_CALIBRATE_DELAY
 config NO_IOPORT_MAP
 	def_bool y
 
-config HAS_DMA
-	def_bool y
-
 config FPU
 	def_bool n
 
-- 
2.7.4


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

* Re: [PATCH] nios2: remove unneeded HAS_DMA define
  2018-11-26  7:42 [PATCH] nios2: remove unneeded HAS_DMA define Masahiro Yamada
@ 2018-11-26  8:29 ` Christoph Hellwig
  2018-12-31  1:07 ` Masahiro Yamada
  1 sibling, 0 replies; 3+ messages in thread
From: Christoph Hellwig @ 2018-11-26  8:29 UTC (permalink / raw)
  To: Masahiro Yamada; +Cc: Ley Foon Tan, nios2-dev, linux-kernel

On Mon, Nov 26, 2018 at 04:42:10PM +0900, Masahiro Yamada wrote:
> kernel/dma/Kconfig globally defines HAS_DMA as follows:
> 
>   config HAS_DMA
>           bool
>           depends on !NO_DMA
>           default y
> 
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>

Looks good, thanks!

Reviewed-by: Christoph Hellwig <hch@lst.de>

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

* Re: [PATCH] nios2: remove unneeded HAS_DMA define
  2018-11-26  7:42 [PATCH] nios2: remove unneeded HAS_DMA define Masahiro Yamada
  2018-11-26  8:29 ` Christoph Hellwig
@ 2018-12-31  1:07 ` Masahiro Yamada
  1 sibling, 0 replies; 3+ messages in thread
From: Masahiro Yamada @ 2018-12-31  1:07 UTC (permalink / raw)
  To: Ley Foon Tan, nios2-dev; +Cc: Linux Kernel Mailing List

On Mon, Nov 26, 2018 at 4:43 PM Masahiro Yamada
<yamada.masahiro@socionext.com> wrote:
>
> kernel/dma/Kconfig globally defines HAS_DMA as follows:
>
>   config HAS_DMA
>           bool
>           depends on !NO_DMA
>           default y
>
> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
> ---


Applied to linux-kbuild.


>  arch/nios2/Kconfig | 3 ---
>  1 file changed, 3 deletions(-)
>
> diff --git a/arch/nios2/Kconfig b/arch/nios2/Kconfig
> index 7e95506..69c4af1 100644
> --- a/arch/nios2/Kconfig
> +++ b/arch/nios2/Kconfig
> @@ -37,9 +37,6 @@ config GENERIC_CALIBRATE_DELAY
>  config NO_IOPORT_MAP
>         def_bool y
>
> -config HAS_DMA
> -       def_bool y
> -
>  config FPU
>         def_bool n
>
> --
> 2.7.4
>


-- 
Best Regards
Masahiro Yamada

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

end of thread, other threads:[~2018-12-31  1:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-11-26  7:42 [PATCH] nios2: remove unneeded HAS_DMA define Masahiro Yamada
2018-11-26  8:29 ` Christoph Hellwig
2018-12-31  1:07 ` Masahiro Yamada

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.