From e951eaaf839921165b0622bc5338c7bf24131812 Mon Sep 17 00:00:00 2001 From: ye xingchen Date: Mon, 30 Jan 2023 10:13:51 +0800 Subject: 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 Link: https://lore.kernel.org/r/202301301013518438986@zte.com.cn Signed-off-by: Alex Williamson --- samples/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'samples/Kconfig') 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 -- cgit