Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2019-06-14' into staging
[qemu/ar7.git] / hw / isa / Kconfig
blob6db0d7970c956ff5c4d78d9096ef6b1ea7427ae9
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 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
28 config 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
35 config VT82C686
36     bool
37     select ISA_BUS
38     select ACPI_SMBUS
39     select SERIAL_ISA
40     select FDC
42 config SMC37C669
43     bool
44     select ISA_BUS
45     select SERIAL_ISA
46     select PARALLEL
47     select FDC
49 config 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