mirror of
https://github.com/torvalds/linux.git
synced 2026-06-06 21:45:45 +02:00
dmaengine: idxd: depends on !UML
[ Upstream commit b2296eeac9 ]
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>
Signed-off-by: Sasha Levin <sashal@kernel.org>
This commit is contained in:
parent
b4bb0b171b
commit
c12cf7f9af
|
|
@ -285,7 +285,7 @@ config INTEL_IDMA64
|
||||||
|
|
||||||
config INTEL_IDXD
|
config INTEL_IDXD
|
||||||
tristate "Intel Data Accelerators support"
|
tristate "Intel Data Accelerators support"
|
||||||
depends on PCI && X86_64
|
depends on PCI && X86_64 && !UML
|
||||||
depends on PCI_MSI
|
depends on PCI_MSI
|
||||||
depends on SBITMAP
|
depends on SBITMAP
|
||||||
select DMA_ENGINE
|
select DMA_ENGINE
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user