diff options
author | Richard Weinberger <richard@nod.at> | 2014-02-09 13:47:46 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2014-03-31 12:17:12 -0400 |
commit | e009189ed9f67cecd0f5277b6f972eec996acd4f (patch) | |
tree | b34a22c1aaa9e4feec1cb89d64c52a48eb294294 | |
parent | f698a3b58cf73299f9052dbb38ae3f6d3bde9f77 (diff) |
MIPS: Octeon: Remove SYS_HAS_DMA_OPS
The symbol is an orphan, get rid of it.
Signed-off-by: Richard Weinberger <richard@nod.at>
Cc: linux-mips@linux-mips.org (open list:MIPS)
Cc: linux-kernel@vger.kernel.org (open list)
Patchwork: https://patchwork.linux-mips.org/patch/6523/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
-rw-r--r-- | arch/mips/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 45b91ef6991e..5a95acafcd05 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1403,7 +1403,6 @@ config CPU_CAVIUM_OCTEON | |||
1403 | select LIBFDT | 1403 | select LIBFDT |
1404 | select USE_OF | 1404 | select USE_OF |
1405 | select USB_EHCI_BIG_ENDIAN_MMIO | 1405 | select USB_EHCI_BIG_ENDIAN_MMIO |
1406 | select SYS_HAS_DMA_OPS | ||
1407 | select MIPS_L1_CACHE_SHIFT_7 | 1406 | select MIPS_L1_CACHE_SHIFT_7 |
1408 | help | 1407 | help |
1409 | The Cavium Octeon processor is a highly integrated chip containing | 1408 | The Cavium Octeon processor is a highly integrated chip containing |