diff options
author | Jiaxun Yang <jiaxun.yang@flygoat.com> | 2023-02-22 13:24:22 +0000 |
---|---|---|
committer | Thomas Bogendoerfer <tsbogend@alpha.franken.de> | 2023-02-27 12:44:52 +0100 |
commit | dd8314739a1ff8ed081d3a06f5f87045f7384636 (patch) | |
tree | 05561c87e65024eae9103e05ed6011031d6cf8f4 /arch/mips | |
parent | 91dc288f4edf0d768e46c2c6d33e0ab703403459 (diff) |
MIPS: Remove DMA_PERDEV_COHERENT
As now we are always managing DMA coherence on per dev bias,
there is no need to have such option. And it's not selected
by any platform.
Signed-off-by: Jiaxun Yang <jiaxun.yang@flygoat.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/Kconfig | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 37072e15b263..a1170f0a0c04 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1080,11 +1080,6 @@ config FW_CFE config ARCH_SUPPORTS_UPROBES bool -config DMA_PERDEV_COHERENT - bool - select ARCH_HAS_SETUP_DMA_OPS - select DMA_NONCOHERENT - config DMA_NONCOHERENT bool # |