From: Paul Bolle Date: Wed, 24 Sep 2014 18:32:22 +0000 (+0200) Subject: ARC: Remove unneeded Kconfig entry NO_DMA X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=cdd4552686b5225047ce24b8449380e02c1481e1;p=linux-beck.git 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 Signed-off-by: Vineet Gupta --- 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"