aboutsummaryrefslogtreecommitdiffstats
path: root/samples/Kconfig
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-05-11 09:05:03 -0600
committerAlex Williamson <alex.williamson@redhat.com>2018-06-08 10:24:09 -0600
commitd61fc96f47fdac1f031ed4eafa9106fe10cdaa37 (patch)
tree08b7ef5d11978851ada2d64d7e68d87a85de59a6 /samples/Kconfig
parentvfio/type1: Fix task tracking for QEMU vCPU hotplug (diff)
downloadlinux-dev-d61fc96f47fdac1f031ed4eafa9106fe10cdaa37.tar.xz
linux-dev-d61fc96f47fdac1f031ed4eafa9106fe10cdaa37.zip
sample: vfio mdev display - host device
Simple framebuffer display, demo-ing the vfio region display interface (VFIO_GFX_PLANE_TYPE_REGION). Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to '')
-rw-r--r--samples/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/samples/Kconfig b/samples/Kconfig
index 3db002b9e1d3..960f19b24df0 100644
--- a/samples/Kconfig
+++ b/samples/Kconfig
@@ -115,6 +115,14 @@ config SAMPLE_VFIO_MDEV_MTTY
Build a virtual tty sample driver for use as a VFIO
mediated device
+config SAMPLE_VFIO_MDEV_MDPY
+ tristate "Build VFIO mdpy example mediated device sample code -- loadable modules only"
+ depends on VFIO_MDEV_DEVICE && m
+ help
+ Build a virtual display sample driver for use as a VFIO
+ mediated device. It is a simple framebuffer and supports
+ the region display interface (VFIO_GFX_PLANE_TYPE_REGION).
+
config SAMPLE_STATX
bool "Build example extended-stat using code"
depends on BROKEN