Skip to content

Commit b2296ee

Browse files
jmberg-intelvinodkoul
authored andcommitted
dmaengine: idxd: 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: kernel test robot <lkp@intel.com> Signed-off-by: Johannes Berg <johannes.berg@intel.com> Acked-by: Dave Jiang <dave.jiang@intel.com> Acked-By: Anton Ivanov <anton.ivanov@cambridgegreys.com> Link: https://lore.kernel.org/r/20210625103810.fe877ae0aef4.If240438e3f50ae226f3f755fc46ea498c6858393@changeid Signed-off-by: Vinod Koul <vkoul@kernel.org>
1 parent 6cfd9e6 commit b2296ee

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
@@ -279,7 +279,7 @@ config INTEL_IDMA64
279279

280280
config INTEL_IDXD
281281
tristate "Intel Data Accelerators support"
282-
depends on PCI && X86_64
282+
depends on PCI && X86_64 && !UML
283283
depends on PCI_MSI
284284
depends on SBITMAP
285285
select DMA_ENGINE

0 commit comments

Comments
 (0)