summaryrefslogtreecommitdiff
path: root/arch/arc/Kconfig
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2014-09-24 18:32:22 (GMT)
committerVineet Gupta <vgupta@synopsys.com>2014-10-13 09:16:19 (GMT)
commitcdd4552686b5225047ce24b8449380e02c1481e1 (patch)
treeb896901fcf7517b5347ca9cdc9c6d90eb84c7f4c /arch/arc/Kconfig
parent3872d05299b5ab58446f484df18f71cab4628c50 (diff)
downloadlinux-cdd4552686b5225047ce24b8449380e02c1481e1.tar.xz
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>
Diffstat (limited to 'arch/arc/Kconfig')
-rw-r--r--arch/arc/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index cdb6b75..fe44b24 100644
--- a/arch/arc/Kconfig
+++ b/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"