]> git.baikalelectronics.ru Git - kernel.git/commit
nios2: remove unneeded HAS_DMA define
authorMasahiro Yamada <yamada.masahiro@socionext.com>
Mon, 26 Nov 2018 07:42:10 +0000 (16:42 +0900)
committerMasahiro Yamada <yamada.masahiro@socionext.com>
Sun, 6 Jan 2019 00:46:51 +0000 (09:46 +0900)
commit46c61cd46e9e6739e9fa0e52f21f04c7cdfcd969
tree994fc8762aabd034a95e49b74343b1e215093139
parent4d7e4731815cd0aa8cd8ff0e1e6b906971782e6d
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>
arch/nios2/Kconfig