diff options
author | Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com> | 2016-06-03 04:35:00 -0400 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2016-07-24 06:41:22 -0400 |
commit | 645c7827e67ca0f06e232a1106af71c531460504 (patch) | |
tree | 3cda7b42e602ca67e7e8007487ba47f2cfab6099 /arch/mips/Kconfig | |
parent | 666dc3676473e025be1fd94395f16be31d83168e (diff) |
MIPS: Pistachio: Remove plat_setup_iocoherency
The Pistachio SoC does not have an IOCU. Hence, DMA is non-coherent.
Remove the function checking for iocoherency and select
CONFIG_DMA_NONCOHERENT in Kconfig
This code is probably accidentally inherited from Malta.
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com>
Reviewed-by: James Hartley <james.hartley@imgtec.com>
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/13433/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 4ba1447d7381..286893da4855 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -384,7 +384,7 @@ config MACH_PISTACHIO | |||
384 | select CLKSRC_MIPS_GIC | 384 | select CLKSRC_MIPS_GIC |
385 | select COMMON_CLK | 385 | select COMMON_CLK |
386 | select CSRC_R4K | 386 | select CSRC_R4K |
387 | select DMA_MAYBE_COHERENT | 387 | select DMA_NONCOHERENT |
388 | select GPIOLIB | 388 | select GPIOLIB |
389 | select IRQ_MIPS_CPU | 389 | select IRQ_MIPS_CPU |
390 | select LIBFDT | 390 | select LIBFDT |