Skip to content

Commit 1e44c58

Browse files
committed
vfio/fsl: Create Kconfig sub-menu
For consistency with pci and platform, push the vfio-fsl-mc option into a sub-menu. Reviewed-by: Cédric Le Goater <[email protected]> Reviewed-by: Eric Auger <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Alex Williamson <[email protected]>
1 parent 8bee6f0 commit 1e44c58

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

drivers/vfio/fsl-mc/Kconfig

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
1+
menu "VFIO support for FSL_MC bus devices"
2+
depends on FSL_MC_BUS
3+
14
config VFIO_FSL_MC
25
tristate "VFIO support for QorIQ DPAA2 fsl-mc bus devices"
3-
depends on FSL_MC_BUS
46
select EVENTFD
57
help
68
Driver to enable support for the VFIO QorIQ DPAA2 fsl-mc
79
(Management Complex) devices. This is required to passthrough
810
fsl-mc bus devices using the VFIO framework.
911

1012
If you don't know what to do here, say N.
13+
14+
endmenu

0 commit comments

Comments
 (0)