Skip to content

Commit bbac7a9

Browse files
jmberg-intelvinodkoul
authored andcommitted
dmaengine: ioat: depends on !UML
Now that UML has PCI support, this driver must depend also on !UML since it pokes at X86_64 architecture internals that don't exist on ARCH=um. Reported-by: Geert Uytterhoeven <[email protected]> Signed-off-by: Johannes Berg <[email protected]> Acked-by: Dave Jiang <[email protected]> Link: https://lore.kernel.org/r/20210809112409.a3a0974874d2.I2ffe3d11ed37f735da2f39884a74c953b258b995@changeid Signed-off-by: Vinod Koul <[email protected]>
1 parent 9806eb5 commit bbac7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/dma/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ config INTEL_IDXD_PERFMON
336336

337337
config INTEL_IOATDMA
338338
tristate "Intel I/OAT DMA support"
339-
depends on PCI && X86_64
339+
depends on PCI && X86_64 && !UML
340340
select DMA_ENGINE
341341
select DMA_ENGINE_RAID
342342
select DCA

0 commit comments

Comments
 (0)