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