aboutsummaryrefslogtreecommitdiff
path: root/hw/vfio/Kconfig
blob: 0fdff10c130eca6b89408bb5077eea296c037eaa (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
config VFIO
    bool
    depends on LINUX

config VFIO_PCI
    bool
    select VFIO
    depends on LINUX

config VFIO_CCW
    bool
    select VFIO
    depends on LINUX

config VFIO_PLATFORM
    bool
    select VFIO
    depends on LINUX

config VFIO_XGMAC
    bool

config VFIO_AMD_XGBE
    bool

config VFIO_AP
    bool
    select VFIO
    depends on LINUX