diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2009-01-28 17:48:40 +0000 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-01-30 21:32:58 +0000 |
commit | 634286f127bef8799cd04799d3e1d5471e8fd91c (patch) | |
tree | 450b6e880c991b9decb08c0e424ad2bf784b6ac4 /arch/mips/configs/ip27_defconfig | |
parent | 732f0462d59721764843783d790a613613287b33 (diff) | |
download | linux-3.10-634286f127bef8799cd04799d3e1d5471e8fd91c.tar.gz linux-3.10-634286f127bef8799cd04799d3e1d5471e8fd91c.tar.bz2 linux-3.10-634286f127bef8799cd04799d3e1d5471e8fd91c.zip |
MIPS: IP27: Switch from DMA_IP27 to DMA_COHERENT
The special IP27 DMA code selected by DMA_IP27 has been removed a while
ago turning DMA_IP27 into almost a nop. Also fixup the broken logic of
its last users memcpy.S and memcpy-inatomic.s.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/configs/ip27_defconfig')
-rw-r--r-- | arch/mips/configs/ip27_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/configs/ip27_defconfig b/arch/mips/configs/ip27_defconfig index 34ea319be94..f2baea3039b 100644 --- a/arch/mips/configs/ip27_defconfig +++ b/arch/mips/configs/ip27_defconfig @@ -53,7 +53,7 @@ CONFIG_GENERIC_TIME=y CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y CONFIG_ARC=y -CONFIG_DMA_IP27=y +CONFIG_DMA_COHERENT=y CONFIG_EARLY_PRINTK=y CONFIG_SYS_HAS_EARLY_PRINTK=y # CONFIG_NO_IOPORT is not set |