xref: /openbmc/qemu/hw/vfio/Kconfig (revision aec6836c73403cffa56b9a4c5556451ee16071fe)
1# SPDX-License-Identifier: GPL-2.0-or-later
2
3config VFIO
4    bool
5    depends on LINUX
6
7config VFIO_PCI
8    bool
9    default y
10    select VFIO
11    select EDID
12    depends on LINUX && PCI
13
14config VFIO_CCW
15    bool
16    default y
17    select VFIO
18    depends on LINUX && S390_CCW_VIRTIO
19
20config VFIO_PLATFORM
21    bool
22    default y
23    select VFIO
24    depends on LINUX && PLATFORM_BUS
25
26config VFIO_XGMAC
27    bool
28    default y
29    depends on VFIO_PLATFORM
30
31config VFIO_AMD_XGBE
32    bool
33    default y
34    depends on VFIO_PLATFORM
35
36config VFIO_AP
37    bool
38    default y
39    select VFIO
40    depends on LINUX && S390_CCW_VIRTIO
41
42config VFIO_IGD
43    bool
44    default y if PC_PCI
45    depends on VFIO_PCI
46