MIPS: Always select ARCH_HAS_SETUP_DMA_OPS
authorJiaxun Yang <jiaxun.yang@flygoat.com>
Wed, 22 Feb 2023 13:24:23 +0000 (13:24 +0000)
committerThomas Bogendoerfer <tsbogend@alpha.franken.de>
Fri, 24 Mar 2023 13:06:43 +0000 (14:06 +0100)
commit6be87d61c427e63c33d9cea8dc2e20cd06700882
tree7d194f6929afa77f62e77897b0bdb92bcca7e497
parented6a0b6e9fd78e167d0488331d1695c6c84192be
MIPS: Always select ARCH_HAS_SETUP_DMA_OPS

arch_setup_dma_ops on MIPS sets coherency information in struct device.
It's essential for per-device coherency to work.

Select it for all non-coherent platforms.

Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
arch/mips/Kconfig