Skip to content

Commit 7a6878b

Browse files
committed
Merge tag 'dma-mapping-4.19-3' of git://git.infradead.org/users/hch/dma-mapping
Christoph writes: "dma mapping fix for 4.19-rc6 fix a missing Kconfig symbol for commits introduced in 4.19-rc" * tag 'dma-mapping-4.19-3' of git://git.infradead.org/users/hch/dma-mapping: dma-mapping: add the missing ARCH_HAS_SYNC_DMA_FOR_CPU_ALL declaration
2 parents e704966 + 974c24c commit 7a6878b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

kernel/dma/Kconfig

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,9 @@ config ARCH_HAS_SYNC_DMA_FOR_CPU
2323
bool
2424
select NEED_DMA_MAP_STATE
2525

26+
config ARCH_HAS_SYNC_DMA_FOR_CPU_ALL
27+
bool
28+
2629
config DMA_DIRECT_OPS
2730
bool
2831
depends on HAS_DMA

0 commit comments

Comments
 (0)