[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <CAK7LNAQ8X8R0Xc9HfmMDmGEse1PNVLrNhqXgcu30ByvjjuOxyg@mail.gmail.com>
Date: Mon, 31 Dec 2018 10:07:56 +0900
From: Masahiro Yamada <yamada.masahiro@...ionext.com>
To: Ley Foon Tan <lftan@...era.com>, nios2-dev@...ts.rocketboards.org
Cc: Linux Kernel Mailing List <linux-kernel@...r.kernel.org>
Subject: Re: [PATCH] nios2: remove unneeded HAS_DMA define
On Mon, Nov 26, 2018 at 4:43 PM Masahiro Yamada
<yamada.masahiro@...ionext.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@...ionext.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
Powered by blists - more mailing lists