Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fd8658b5 authored by Masahiro Yamada's avatar Masahiro Yamada
Browse files

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: default avatarMasahiro Yamada <yamada.masahiro@socionext.com>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
parent 5c4a6083
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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