xref: /qemu/hw/isa/Kconfig (revision f2a3b549)
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
15config PC87312
16    bool
17    select ISA_BUS
18    select I8259
19    select I8254
20    select I8257
21    select MC146818RTC
22    select SERIAL_ISA
23    select PARALLEL
24    select FDC
25    select IDE_ISA
26
27config PIIX4
28    bool
29    # For historical reasons, SuperIO devices are created in the board
30    # for PIIX4.
31    select ISA_BUS
32
33config VT82C686
34    bool
35    select ISA_BUS
36    select ACPI_SMBUS
37    select SERIAL_ISA
38    select FDC
39
40config SMC37C669
41    bool
42    select ISA_BUS
43    select SERIAL_ISA
44    select PARALLEL
45    select FDC
46
47config LPC_ICH9
48    bool
49    # For historical reasons, SuperIO devices are created in the board
50    # for ICH9.
51    select ISA_BUS
52    select ACPI_SMBUS
53    select ACPI_X86_ICH
54