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
hw: Replace anti-social QOM type names (again)
[qemu/armbru.git]
/
hw
/
isa
/
Kconfig
blob
040a18c0709cdc2a72e738f3e3183125c0b49b91
1
config ISA_BUS
2
bool
3
4
config APM
5
bool
6
7
config I82378
8
bool
9
select ISA_BUS
10
select I8259
11
select I8254
12
select I82374
13
select MC146818RTC
14
select PCSPK
15
16
config ISA_SUPERIO
17
bool
18
select ISA_BUS
19
select PCKBD
20
select FDC_ISA
21
22
config PC87312
23
bool
24
select ISA_SUPERIO
25
select I8259
26
select I8254
27
select I8257
28
select MC146818RTC
29
select SERIAL_ISA
30
select PARALLEL
31
select FDC_ISA
32
select IDE_ISA
33
34
config PIIX
35
bool
36
# For historical reasons, SuperIO devices are created in the board
37
# for PIIX4.
38
select ACPI_PIIX4
39
select I8254
40
select I8257
41
select I8259
42
select IDE_PIIX
43
select ISA_BUS
44
select MC146818RTC
45
select USB_UHCI
46
47
config VT82C686
48
bool
49
select ISA_SUPERIO
50
select ACPI
51
select ACPI_SMBUS
52
select SERIAL_ISA
53
select FDC_ISA
54
select USB_UHCI
55
select APM
56
select I8254
57
select I8257
58
select I8259
59
select IDE_VIA
60
select MC146818RTC
61
select PARALLEL
62
63
config SMC37C669
64
bool
65
select ISA_SUPERIO
66
select SERIAL_ISA
67
select PARALLEL
68
select FDC_ISA
69
70
config LPC_ICH9
71
bool
72
# For historical reasons, SuperIO devices are created in the board
73
# for ICH9.
74
select I8257
75
select ISA_BUS
76
select ACPI_ICH9
77
select MC146818RTC