xive, xics: Fix reference counting on CPU objects
[qemu/ar7.git] / hw / isa / Kconfig
blob98a289957ec2f0819e6926c6fdea6bc491aa34e6
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
20 config 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
32 config 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
39 config VT82C686
40     bool
41     select ISA_SUPERIO
42     select ACPI_SMBUS
43     select SERIAL_ISA
44     select FDC
46 config SMC37C669
47     bool
48     select ISA_SUPERIO
49     select SERIAL_ISA
50     select PARALLEL
51     select FDC
53 config 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