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
ui/cocoa: Fix the type of main's argv
[qemu/ar7.git]
/
hw
/
isa
/
Kconfig
blob
d42143a991e7781208ca9767da75a2bcd8494947
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 PIIX3
35
bool
36
select ISA_BUS
37
38
config PIIX4
39
bool
40
# For historical reasons, SuperIO devices are created in the board
41
# for PIIX4.
42
select ISA_BUS
43
select USB_UHCI
44
45
config VT82C686
46
bool
47
select ISA_SUPERIO
48
select ACPI_SMBUS
49
select SERIAL_ISA
50
select FDC_ISA
51
select USB_UHCI
52
select APM
53
select I8254
54
select I8257
55
select I8259
56
select MC146818RTC
57
select PARALLEL
58
59
config SMC37C669
60
bool
61
select ISA_SUPERIO
62
select SERIAL_ISA
63
select PARALLEL
64
select FDC_ISA
65
66
config LPC_ICH9
67
bool
68
# For historical reasons, SuperIO devices are created in the board
69
# for ICH9.
70
select ISA_BUS
71
select ACPI_SMBUS
72
select ACPI_X86_ICH