diff options
author | Masahiro Yamada <yamada.masahiro@socionext.com> | 2018-11-26 08:42:10 +0100 |
---|---|---|
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | 2019-01-06 01:46:51 +0100 |
commit | fd8658b58030b1815ba8bccfc02692c9fa718996 (patch) | |
tree | 994fc8762aabd034a95e49b74343b1e215093139 /arch/nios2/Kconfig | |
parent | Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/l... (diff) | |
download | linux-fd8658b58030b1815ba8bccfc02692c9fa718996.tar.xz linux-fd8658b58030b1815ba8bccfc02692c9fa718996.zip |
nios2: remove unneeded HAS_DMA define
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>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'arch/nios2/Kconfig')
-rw-r--r-- | arch/nios2/Kconfig | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/nios2/Kconfig b/arch/nios2/Kconfig index f6c4b0f49997..532343eebf89 100644 --- a/arch/nios2/Kconfig +++ b/arch/nios2/Kconfig @@ -36,9 +36,6 @@ config GENERIC_CALIBRATE_DELAY config NO_IOPORT_MAP def_bool y -config HAS_DMA - def_bool y - config FPU def_bool n |