diff options
author | ye xingchen <ye.xingchen@zte.com.cn> | 2023-01-30 10:13:51 +0800 |
---|---|---|
committer | Alex Williamson <alex.williamson@redhat.com> | 2023-01-30 12:16:15 -0700 |
commit | e951eaaf839921165b0622bc5338c7bf24131812 (patch) | |
tree | 86ae7500468de666ae0fc082012aaf667b2b4e08 /samples | |
parent | 038ef0a4765e78c1f08bace52a3f8238b9517b9c (diff) | |
download | linux-rpi-e951eaaf839921165b0622bc5338c7bf24131812.tar.gz linux-rpi-e951eaaf839921165b0622bc5338c7bf24131812.tar.bz2 linux-rpi-e951eaaf839921165b0622bc5338c7bf24131812.zip |
samples: fix the prompt about SAMPLE_VFIO_MDEV_MBOCHS
Change the prompt about SAMPLE_VFIO_MDEV_MBOCHS as
'Build VFIO mbochs example mediated device sample code'.
Signed-off-by: ye xingchen <ye.xingchen@zte.com.cn>
Link: https://lore.kernel.org/r/202301301013518438986@zte.com.cn
Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
Diffstat (limited to 'samples')
-rw-r--r-- | samples/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/samples/Kconfig b/samples/Kconfig index 44a09dfa8a0b..2cdbf9b70d67 100644 --- a/samples/Kconfig +++ b/samples/Kconfig @@ -210,7 +210,7 @@ config SAMPLE_VFIO_MDEV_MDPY_FB Guest fbdev driver for the virtual display sample driver. config SAMPLE_VFIO_MDEV_MBOCHS - tristate "Build VFIO mdpy example mediated device sample code" + tristate "Build VFIO mbochs example mediated device sample code" depends on VFIO select VFIO_MDEV select DMA_SHARED_BUFFER |