Skip to content
Snippets Groups Projects
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
No related merge requests found
...@@ -36,9 +36,6 @@ config GENERIC_CALIBRATE_DELAY ...@@ -36,9 +36,6 @@ config GENERIC_CALIBRATE_DELAY
config NO_IOPORT_MAP config NO_IOPORT_MAP
def_bool y def_bool y
config HAS_DMA
def_bool y
config FPU config FPU
def_bool n def_bool n
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment