Skip to content

Commit

Permalink
ARC: Remove unneeded Kconfig entry NO_DMA
Browse files Browse the repository at this point in the history
Architectures only need a Kconfig entry for NO_DMA if it is possible
that its value will be 'y'. For arc its value will always be 'n', making
it pointless. Remove it.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
  • Loading branch information
Paul Bolle authored and Vineet Gupta committed Oct 13, 2014
1 parent 3872d05 commit cdd4552
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions arch/arc/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -74,9 +74,6 @@ config STACKTRACE_SUPPORT
config HAVE_LATENCYTOP_SUPPORT
def_bool y

config NO_DMA
def_bool n

source "init/Kconfig"
source "kernel/Kconfig.freezer"

Expand Down

0 comments on commit cdd4552

Please sign in to comment.