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

Commit cdd45526 authored by Paul Bolle's avatar Paul Bolle Committed by Vineet Gupta
Browse files

ARC: Remove unneeded Kconfig entry NO_DMA



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: default avatarPaul Bolle <pebolle@tiscali.nl>
Signed-off-by: default avatarVineet Gupta <vgupta@synopsys.com>
parent 3872d052
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -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"