We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bee6f0 commit 1e44c58Copy full SHA for 1e44c58
drivers/vfio/fsl-mc/Kconfig
@@ -1,10 +1,14 @@
1
+menu "VFIO support for FSL_MC bus devices"
2
+ depends on FSL_MC_BUS
3
+
4
config VFIO_FSL_MC
5
tristate "VFIO support for QorIQ DPAA2 fsl-mc bus devices"
- depends on FSL_MC_BUS
6
select EVENTFD
7
help
8
Driver to enable support for the VFIO QorIQ DPAA2 fsl-mc
9
(Management Complex) devices. This is required to passthrough
10
fsl-mc bus devices using the VFIO framework.
11
12
If you don't know what to do here, say N.
13
14
+endmenu
0 commit comments