qga: fix guest-get-disks regression
[qemu/ar7.git] / hw / isa / Kconfig
blob55e0003ce40e0c2b4c5cd4cad4856738e2a72bdb
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
21 config PC87312
22     bool
23     select ISA_SUPERIO
24     select I8259
25     select I8254
26     select I8257
27     select MC146818RTC
28     select SERIAL_ISA
29     select PARALLEL
30     select FDC
31     select IDE_ISA
33 config PIIX3
34     bool
35     select ISA_BUS
37 config PIIX4
38     bool
39     # For historical reasons, SuperIO devices are created in the board
40     # for PIIX4.
41     select ISA_BUS
42     select USB_UHCI
44 config VT82C686
45     bool
46     select ISA_SUPERIO
47     select ACPI_SMBUS
48     select SERIAL_ISA
49     select FDC
50     select USB_UHCI
51     select APM
53 config SMC37C669
54     bool
55     select ISA_SUPERIO
56     select SERIAL_ISA
57     select PARALLEL
58     select FDC
60 config LPC_ICH9
61     bool
62     # For historical reasons, SuperIO devices are created in the board
63     # for ICH9.
64     select ISA_BUS
65     select ACPI_SMBUS
66     select ACPI_X86_ICH