qapi: Fix code generation with Python 3.5
[qemu/ar7.git] / hw / isa / Kconfig
blob8a38813cc13f770dc071271de3dd3e454eac8330
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 PIIX3
33     bool
34     select ISA_BUS
36 config PIIX4
37     bool
38     # For historical reasons, SuperIO devices are created in the board
39     # for PIIX4.
40     select ISA_BUS
41     select USB_UHCI
43 config VT82C686
44     bool
45     select ISA_SUPERIO
46     select ACPI_SMBUS
47     select SERIAL_ISA
48     select FDC
50 config SMC37C669
51     bool
52     select ISA_SUPERIO
53     select SERIAL_ISA
54     select PARALLEL
55     select FDC
57 config LPC_ICH9
58     bool
59     # For historical reasons, SuperIO devices are created in the board
60     # for ICH9.
61     select ISA_BUS
62     select ACPI_SMBUS
63     select ACPI_X86_ICH