summary refs log tree commit diff stats
path: root/hw/vfio/Kconfig
blob: 27de24e4db1f080d94be8d666e56812e1e904f1a (plain) (blame)
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
# SPDX-License-Identifier: GPL-2.0-or-later

config VFIO
    bool
    depends on LINUX

config VFIO_PCI
    bool
    default y
    select VFIO
    select EDID
    depends on LINUX && PCI

config VFIO_CCW
    bool
    default y
    select VFIO
    depends on LINUX && S390_CCW_VIRTIO

config VFIO_AP
    bool
    default y
    select VFIO
    depends on LINUX && S390_CCW_VIRTIO

config VFIO_IGD
    bool
    default y if PC_PCI
    depends on VFIO_PCI