xref: /openbmc/qemu/hw/vfio/Kconfig (revision ccf222a816d59af1318a7efb59c6b9c5578d1abf)
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