Skip to content

Commit 92193b3

Browse files
author
Christoph Hellwig
committed
vdpa_sim: don't select DMA_OPS
vdpa_sim has been fixed to not override the dma_map_ops in commit 6c3d329 ("vdpa_sim: get rid of DMA ops"), so don't select the symbol and don't depend on HAS_DMA. Signed-off-by: Christoph Hellwig <hch@lst.de> Acked-by: Michael S. Tsirkin <mst@redhat.com>
1 parent 122c234 commit 92193b3

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

drivers/vdpa/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ if VDPA
1111

1212
config VDPA_SIM
1313
tristate "vDPA device simulator core"
14-
depends on RUNTIME_TESTING_MENU && HAS_DMA
15-
select DMA_OPS
14+
depends on RUNTIME_TESTING_MENU
1615
select VHOST_RING
1716
select IOMMU_IOVA
1817
help

0 commit comments

Comments
 (0)