瀏覽代碼

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: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Vineet Gupta <vgupta@synopsys.com>
Paul Bolle 11 年之前
父節點
當前提交
cdd4552686
共有 1 個文件被更改,包括 0 次插入3 次删除
  1. 0 3
      arch/arc/Kconfig

+ 0 - 3
arch/arc/Kconfig

@@ -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"