Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

vdpa_sim: don't select DMA_OPS

vdpa_sim has been fixed to not override the dma_map_ops in commit
6c3d329e6486 ("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 -2
+1 -2
drivers/vdpa/Kconfig
··· 11 11 12 12 config VDPA_SIM 13 13 tristate "vDPA device simulator core" 14 - depends on RUNTIME_TESTING_MENU && HAS_DMA 15 - select DMA_OPS 14 + depends on RUNTIME_TESTING_MENU 16 15 select VHOST_RING 17 16 select IOMMU_IOVA 18 17 help