]> Git Repo - qemu.git/blob - hw/isa/Kconfig
i386: express dependencies with Kconfig
[qemu.git] / hw / isa / Kconfig
1 config ISA_BUS
2     bool
3
4 config APM
5     bool
6
7 config I82378
8     bool
9     select ISA_BUS
10
11 config PC87312
12     bool
13     select ISA_BUS
14
15 config PIIX4
16     bool
17     select ISA_BUS
18
19 config VT82C686
20     bool
21     select ISA_BUS
22
23 config SMC37C669
24     bool
25     select ISA_BUS
26
27 config LPC_ICH9
28     bool
29     select ISA_BUS
30     select ACPI_SMBUS
31     select ACPI_X86_ICH
This page took 0.0262 seconds and 4 git commands to generate.