1config VFIO 2 bool 3 depends on LINUX 4 5config VFIO_PCI 6 bool 7 select VFIO 8 depends on LINUX 9 10config VFIO_CCW 11 bool 12 select VFIO 13 depends on LINUX 14 15config VFIO_PLATFORM 16 bool 17 select VFIO 18 depends on LINUX 19 20config VFIO_XGMAC 21 bool 22 23config VFIO_AMD_XGBE 24 bool 25 26config VFIO_AP 27 bool 28 select VFIO 29 depends on LINUX 30