[Intel-gfx] [PATCH V13 3/6] mdev: move to drivers/

Randy Dunlap rdunlap at infradead.org
Tue Nov 19 03:11:26 UTC 2019


On 11/18/19 2:59 AM, Jason Wang wrote:
> diff --git a/drivers/mdev/Kconfig b/drivers/mdev/Kconfig
> new file mode 100644
> index 000000000000..4561f2d4178f
> --- /dev/null
> +++ b/drivers/mdev/Kconfig
> @@ -0,0 +1,19 @@
> +
> +config MDEV
> +	tristate "Mediated device driver framework"
> +	default n
> +	help
> +	  Provides a framework to virtualize devices.
> +
> +	  If you don't know what do here, say N.
> +
> +config VFIO_MDEV
> +	tristate "VFIO Mediated device driver"
> +        depends on VFIO && MDEV
> +        default n

Use tab on the 2 lines above, not spaces.

> +	help
> +	  Proivdes a mediated BUS for userspace driver through VFIO

	  Provides

> +	  framework. See Documentation/vfio-mediated-device.txt for
> +	  more details.
> +
> +	  If you don't know what do here, say N.


-- 
~Randy



More information about the Intel-gfx mailing list