repo.or.cz
/
qemu.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
pci: Simplify pci_bus_is_root()
[qemu.git]
/
hw
/
vfio
/
Kconfig
blob
34da2a3cfdd92af806ba04b30e7a9894070d3357
1
config VFIO
2
bool
3
depends on LINUX
4
5
config VFIO_PCI
6
bool
7
default y
8
select VFIO
9
depends on LINUX && PCI
10
11
config VFIO_CCW
12
bool
13
default y
14
select VFIO
15
depends on LINUX && S390_CCW_VIRTIO
16
17
config VFIO_PLATFORM
18
bool
19
default y
20
select VFIO
21
depends on LINUX && PLATFORM_BUS
22
23
config VFIO_XGMAC
24
bool
25
default y
26
depends on VFIO_PLATFORM
27
28
config VFIO_AMD_XGBE
29
bool
30
default y
31
depends on VFIO_PLATFORM
32
33
config VFIO_AP
34
bool
35
default y
36
select VFIO
37
depends on LINUX && S390_CCW_VIRTIO