aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arc
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2014-09-24 20:32:22 +0200
committerVineet Gupta <vgupta@synopsys.com>2014-10-13 14:46:19 +0530
commitcdd4552686b5225047ce24b8449380e02c1481e1 (patch)
treeb896901fcf7517b5347ca9cdc9c6d90eb84c7f4c /arch/arc
parentARC: BUG() dumps stack after @msg (@msg now same as in generic BUG)) (diff)
downloadlinux-dev-cdd4552686b5225047ce24b8449380e02c1481e1.tar.xz
linux-dev-cdd4552686b5225047ce24b8449380e02c1481e1.zip
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')
-rw-r--r--arch/arc/Kconfig3
1 files changed, 0 insertions, 3 deletions
diff --git a/arch/arc/Kconfig b/arch/arc/Kconfig
index cdb6b7596c98..fe44b2494609 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"