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