repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mac_newworld: Turn CORE99_VIA_CONFIG defines into an enum
[qemu/armbru.git]
/
hw
/
vfio
/
Kconfig
blob
7cdba0560aa821c88d3420b36f86020575834202
1
config VFIO
2
bool
3
depends on LINUX
4
5
config VFIO_PCI
6
bool
7
default y
8
select VFIO
9
select EDID
10
depends on LINUX && PCI
11
12
config VFIO_CCW
13
bool
14
default y
15
select VFIO
16
depends on LINUX && S390_CCW_VIRTIO
17
18
config VFIO_PLATFORM
19
bool
20
default y
21
select VFIO
22
depends on LINUX && PLATFORM_BUS
23
24
config VFIO_XGMAC
25
bool
26
default y
27
depends on VFIO_PLATFORM
28
29
config VFIO_AMD_XGBE
30
bool
31
default y
32
depends on VFIO_PLATFORM
33
34
config VFIO_AP
35
bool
36
default y
37
select VFIO
38
depends on LINUX && S390_CCW_VIRTIO
39
40
config VFIO_IGD
41
bool
42
default y if PC_PCI
43
depends on VFIO_PCI