xref: /qemu/hw/isa/Kconfig (revision 29b62a10)
1config ISA_BUS
2    bool
3
4config APM
5    bool
6
7config I82378
8    bool
9    select ISA_BUS
10    select I8259
11    select I8254
12    select I82374
13    select MC146818RTC
14    select PCSPK
15
16config ISA_SUPERIO
17    bool
18    select ISA_BUS
19    select PCKBD
20    select FDC_ISA
21
22config 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
34config PIIX3
35    bool
36    select I8257
37    select ISA_BUS
38
39config PIIX4
40    bool
41    # For historical reasons, SuperIO devices are created in the board
42    # for PIIX4.
43    select ACPI_PIIX4
44    select I8254
45    select I8257
46    select I8259
47    select IDE_PIIX
48    select ISA_BUS
49    select MC146818RTC
50    select USB_UHCI
51
52config VT82C686
53    bool
54    select ISA_SUPERIO
55    select ACPI
56    select ACPI_SMBUS
57    select SERIAL_ISA
58    select FDC_ISA
59    select USB_UHCI
60    select APM
61    select I8254
62    select I8257
63    select I8259
64    select IDE_VIA
65    select MC146818RTC
66    select PARALLEL
67
68config SMC37C669
69    bool
70    select ISA_SUPERIO
71    select SERIAL_ISA
72    select PARALLEL
73    select FDC_ISA
74
75config LPC_ICH9
76    bool
77    # For historical reasons, SuperIO devices are created in the board
78    # for ICH9.
79    select I8257
80    select ISA_BUS
81    select ACPI_ICH9
82