All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] dmaengine: idxd: depends on !UML
@ 2021-06-25  8:38 Johannes Berg
  2021-06-25  9:14 ` Anton Ivanov
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Johannes Berg @ 2021-06-25  8:38 UTC (permalink / raw)
  To: dmaengine; +Cc: Dave Jiang, linux-um, Johannes Berg, kernel test robot

From: Johannes Berg <johannes.berg@intel.com>

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>
---
 drivers/dma/Kconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/dma/Kconfig b/drivers/dma/Kconfig
index 6ab9d9a488a6..1f3c0e2ea4d9 100644
--- a/drivers/dma/Kconfig
+++ b/drivers/dma/Kconfig
@@ -278,7 +278,7 @@ config INTEL_IDMA64
 
 config INTEL_IDXD
 	tristate "Intel Data Accelerators support"
-	depends on PCI && X86_64
+	depends on PCI && X86_64 && !UML
 	depends on PCI_MSI
 	depends on SBITMAP
 	select DMA_ENGINE
-- 
2.31.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2021-08-09  9:22 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-06-25  8:38 [PATCH] dmaengine: idxd: depends on !UML Johannes Berg
2021-06-25  9:14 ` Anton Ivanov
2021-06-25 14:34 ` Dave Jiang
2021-06-25 14:34   ` Dave Jiang
2021-07-14  7:00 ` Vinod Koul
2021-08-09  9:21   ` Johannes Berg
2021-08-09  9:21     ` Johannes Berg

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.