diff options
author | Gerd Hoffmann <kraxel@redhat.com> | 2018-05-11 11:05:04 -0400 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2018-06-08 12:24:13 -0400 |
commit | cacade1946a41b38dcdf3defb0f931453587eac9 (patch) | |
tree | dee04c40fa2b4fe6a91929e16d9fc237499a48cf /samples/Kconfig | |
parent | d61fc96f47fdac1f031ed4eafa9106fe10cdaa37 (diff) |
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/Kconfig | 9 |
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 | |||
123 | mediated device. It is a simple framebuffer and supports | 123 | mediated device. It is a simple framebuffer and supports |
124 | the region display interface (VFIO_GFX_PLANE_TYPE_REGION). | 124 | the region display interface (VFIO_GFX_PLANE_TYPE_REGION). |
125 | 125 | ||
126 | config SAMPLE_VFIO_MDEV_MDPY_FB | ||
127 | tristate "Build VFIO mdpy example guest fbdev driver -- loadable module only" | ||
128 | depends on FB && m | ||
129 | select FB_CFB_FILLRECT | ||
130 | select FB_CFB_COPYAREA | ||
131 | select FB_CFB_IMAGEBLIT | ||
132 | help | ||
133 | Guest fbdev driver for the virtual display sample driver. | ||
134 | |||
126 | config SAMPLE_STATX | 135 | config SAMPLE_STATX |
127 | bool "Build example extended-stat using code" | 136 | bool "Build example extended-stat using code" |
128 | depends on BROKEN | 137 | depends on BROKEN |