]> www.infradead.org Git - users/jedix/linux-maple.git/commit
vdpa_sim: don't select DMA_OPS
authorChristoph Hellwig <hch@lst.de>
Wed, 28 Aug 2024 06:00:08 +0000 (09:00 +0300)
committerChristoph Hellwig <hch@lst.de>
Wed, 4 Sep 2024 04:08:38 +0000 (07:08 +0300)
commit92193b3569ade4968011007356c8606def0657a1
treedb5860f41037c869e7da5083af29cafc050fbe94
parent122c234ef4e182440f8a60490e9344bfc4e2b5e9
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>
drivers/vdpa/Kconfig