diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2014-09-24 20:32:22 +0200 |
---|---|---|
committer | Vineet Gupta <vgupta@synopsys.com> | 2014-10-13 14:46:19 +0530 |
commit | cdd4552686b5225047ce24b8449380e02c1481e1 (patch) | |
tree | b896901fcf7517b5347ca9cdc9c6d90eb84c7f4c | |
parent | 3872d05299b5ab58446f484df18f71cab4628c50 (diff) |
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>
-rw-r--r-- | arch/arc/Kconfig | 3 |
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" |