Skip to content

Commit

Permalink
nios2: remove unneeded HAS_DMA define
Browse files Browse the repository at this point in the history
kernel/dma/Kconfig globally defines HAS_DMA as follows:

  config HAS_DMA
          bool
          depends on !NO_DMA
          default y

Signed-off-by: Masahiro Yamada <[email protected]>
Reviewed-by: Christoph Hellwig <[email protected]>
  • Loading branch information
masahir0y committed Jan 6, 2019
1 parent 5c4a608 commit fd8658b
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/nios2/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit fd8658b

Please sign in to comment.