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