Merge tag 'qemu-macppc-20230206' of https://github.com/mcayland/qemu into staging
[qemu.git] / hw / isa / Kconfig
blob0156a66889a82c503f6787ab6cf04804bbb1f69a
1 config ISA_BUS
2     bool
4 config APM
5     bool
7 config I82378
8     bool
9     select ISA_BUS
10     select I8259
11     select I8254
12     select I82374
13     select MC146818RTC
14     select PCSPK
16 config ISA_SUPERIO
17     bool
18     select ISA_BUS
19     select PCKBD
20     select FDC_ISA
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
34 config PIIX3
35     bool
36     select I8257
37     select ISA_BUS
39 config 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
52 config 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
68 config SMC37C669
69     bool
70     select ISA_SUPERIO
71     select SERIAL_ISA
72     select PARALLEL
73     select FDC_ISA
75 config 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