diff options
author | Alex Williamson <alex.williamson@redhat.com> | 2016-12-30 10:13:30 -0500 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2016-12-30 10:13:30 -0500 |
commit | 08c1a4ef7cccd5632526be923c5b6eaca59d8b01 (patch) | |
tree | 52fa190c95d3233baf5f6986e3eb56a34006cf72 /samples/Kconfig | |
parent | 98473f9f3f9bd404873cd1178c8be7d6d619f0d1 (diff) |
vfio-mdev: Fix mtty sample driver building
This sample driver was originally under Documentation/ and was moved
to samples, but build support was never adjusted for the new location.
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Reviewed-by: Eric Auger <eric.auger@redhat.com>
Tested-by: Eric Auger <eric.auger@redhat.com>
Reviewed-by: Kirti Wankhede <kwankhede@nvidia.com>
Diffstat (limited to 'samples/Kconfig')
-rw-r--r-- | samples/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/samples/Kconfig b/samples/Kconfig index a6d2a43bbf2e..b124f62ed6cb 100644 --- a/samples/Kconfig +++ b/samples/Kconfig | |||
@@ -105,4 +105,11 @@ config SAMPLE_BLACKFIN_GPTIMERS | |||
105 | help | 105 | help |
106 | Build samples of blackfin gptimers sample module. | 106 | Build samples of blackfin gptimers sample module. |
107 | 107 | ||
108 | config SAMPLE_VFIO_MDEV_MTTY | ||
109 | tristate "Build VFIO mtty example mediated device sample code -- loadable modules only" | ||
110 | depends on VFIO_MDEV_DEVICE && m | ||
111 | help | ||
112 | Build a virtual tty sample driver for use as a VFIO | ||
113 | mediated device | ||
114 | |||
108 | endif # SAMPLES | 115 | endif # SAMPLES |