mirror of
https://mirrors.bfsu.edu.cn/git/linux.git
synced 2024-12-26 12:34:41 +08:00
85c94dcffc
This results in less kconfig wordage and a simpler understanding of the required "depends on" to create the menu structure. The next patch increases the nesting level a lot so this is a nice preparatory simplification. Signed-off-by: Jason Gunthorpe <jgg@nvidia.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Yishai Hadas <yishaih@nvidia.com> Link: https://lore.kernel.org/r/20210826103912.128972-13-yishaih@nvidia.com Signed-off-by: Alex Williamson <alex.williamson@redhat.com>
11 lines
285 B
Plaintext
11 lines
285 B
Plaintext
# SPDX-License-Identifier: GPL-2.0-only
|
|
|
|
config VFIO_MDEV
|
|
tristate "Mediated device driver framework"
|
|
default n
|
|
help
|
|
Provides a framework to virtualize devices.
|
|
See Documentation/driver-api/vfio-mediated-device.rst for more details.
|
|
|
|
If you don't know what do here, say N.
|