mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
synced 2024-10-30 08:02:30 +00: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>
10 lines
343 B
Text
10 lines
343 B
Text
config VFIO_FSL_MC
|
|
tristate "VFIO support for QorIQ DPAA2 fsl-mc bus devices"
|
|
depends on FSL_MC_BUS
|
|
select EVENTFD
|
|
help
|
|
Driver to enable support for the VFIO QorIQ DPAA2 fsl-mc
|
|
(Management Complex) devices. This is required to passthrough
|
|
fsl-mc bus devices using the VFIO framework.
|
|
|
|
If you don't know what to do here, say N.
|