repo.or.cz
/
qemu
/
kevin.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
seabios: turn off CONFIG_ATA_DMA
[qemu/kevin.git]
/
hw
/
intc
/
Kconfig
blob
de10a6bcbf2908476fde3b6e4a44091cc9972e82
1
config HEATHROW_PIC
2
bool
3
4
config I8259
5
bool
6
7
config PL190
8
bool
9
10
config IOAPIC
11
bool
12
13
config ARM_GIC
14
bool
15
16
config OPENPIC
17
bool
18
19
config APIC
20
bool
21
22
config ARM_GIC_KVM
23
bool
24
default y
25
depends on ARM_GIC && KVM
26
27
config OPENPIC_KVM
28
bool
29
default y
30
depends on OPENPIC && KVM
31
32
config XICS
33
bool
34
depends on POWERNV || PSERIES
35
36
config XICS_SPAPR
37
bool
38
select XICS
39
40
config XICS_KVM
41
bool
42
default y
43
depends on XICS && KVM
44
45
config ALLWINNER_A10_PIC
46
bool
47
48
config S390_FLIC
49
bool
50
51
config S390_FLIC_KVM
52
bool
53
default y
54
depends on S390_FLIC && KVM
55
56
config OMPIC
57
bool