aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/samples/Kconfig
diff options
context:
space:
mode:
authorGerd Hoffmann <kraxel@redhat.com>2018-05-11 09:05:04 -0600
committerAlex Williamson <alex.williamson@redhat.com>2018-06-08 10:24:13 -0600
commitcacade1946a41b38dcdf3defb0f931453587eac9 (patch)
treedee04c40fa2b4fe6a91929e16d9fc237499a48cf /samples/Kconfig
parentsample: vfio mdev display - host device (diff)
downloadwireguard-linux-cacade1946a41b38dcdf3defb0f931453587eac9.tar.xz
wireguard-linux-cacade1946a41b38dcdf3defb0f931453587eac9.zip
sample: vfio mdev display - guest driver
Guest fbdev driver for CONFIG_SAMPLE_VFIO_MDEV_MDPY. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'samples/Kconfig')
-rw-r--r--samples/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/samples/Kconfig b/samples/Kconfig
index 960f19b24df0..a6ff147d8744 100644
--- a/samples/Kconfig
+++ b/samples/Kconfig
@@ -123,6 +123,15 @@ config SAMPLE_VFIO_MDEV_MDPY
mediated device. It is a simple framebuffer and supports
the region display interface (VFIO_GFX_PLANE_TYPE_REGION).
+config SAMPLE_VFIO_MDEV_MDPY_FB
+ tristate "Build VFIO mdpy example guest fbdev driver -- loadable module only"
+ depends on FB && m
+ select FB_CFB_FILLRECT
+ select FB_CFB_COPYAREA
+ select FB_CFB_IMAGEBLIT
+ help
+ Guest fbdev driver for the virtual display sample driver.
+
config SAMPLE_STATX
bool "Build example extended-stat using code"
depends on BROKEN