Skip to content

Commit dd83147

Browse files
FlyGoattsbogend
authored andcommitted
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 <[email protected]> Reviewed-by: Philippe Mathieu-Daudé <[email protected]> Signed-off-by: Thomas Bogendoerfer <[email protected]>
1 parent 91dc288 commit dd83147

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

arch/mips/Kconfig

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1080,11 +1080,6 @@ config FW_CFE
10801080
config ARCH_SUPPORTS_UPROBES
10811081
bool
10821082

1083-
config DMA_PERDEV_COHERENT
1084-
bool
1085-
select ARCH_HAS_SETUP_DMA_OPS
1086-
select DMA_NONCOHERENT
1087-
10881083
config DMA_NONCOHERENT
10891084
bool
10901085
#

0 commit comments

Comments
 (0)