Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit c1abca96 authored by Arnd Bergmann's avatar Arnd Bergmann Committed by Alex Williamson
Browse files

samples: mbochs: add DMA_SHARED_BUFFER dependency



The new bochs vbe sample fails to link when DMA_SHARED_BUFFER is
disabled:

ERROR: "dma_buf_export" [samples/vfio-mdev/mbochs.ko] undefined!
ERROR: "dma_buf_fd" [samples/vfio-mdev/mbochs.ko] undefined!

This uses a 'select' statement to enable that framework, like all
other users do.

Fixes: a5e6e650 ("sample: vfio bochs vbe display (host device for bochs-drm)")
Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarAlex Williamson <alex.williamson@redhat.com>
parent 415eb9fc
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
@@ -135,6 +135,7 @@ config SAMPLE_VFIO_MDEV_MDPY_FB
config SAMPLE_VFIO_MDEV_MBOCHS
config SAMPLE_VFIO_MDEV_MBOCHS
	tristate "Build VFIO mdpy example mediated device sample code -- loadable modules only"
	tristate "Build VFIO mdpy example mediated device sample code -- loadable modules only"
	depends on VFIO_MDEV_DEVICE && m
	depends on VFIO_MDEV_DEVICE && m
	select DMA_SHARED_BUFFER
	help
	help
	  Build a virtual display sample driver for use as a VFIO
	  Build a virtual display sample driver for use as a VFIO
	  mediated device.  It supports the region display interface
	  mediated device.  It supports the region display interface