]> git.proxmox.com Git - mirror_qemu.git/blob - hw/isa/Kconfig
configure: Let --without-default-features disable vhost-kernel and vhost-vdpa
[mirror_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 select I8259
11 select I8254
12 select I82374
13 select MC146818RTC
14 select PCSPK
15
16 config ISA_SUPERIO
17 bool
18 select ISA_BUS
19 select PCKBD
20 select FDC_ISA
21
22 config PC87312
23 bool
24 select ISA_SUPERIO
25 select I8259
26 select I8254
27 select I8257
28 select MC146818RTC
29 select SERIAL_ISA
30 select PARALLEL
31 select FDC_ISA
32 select IDE_ISA
33
34 config PIIX3
35 bool
36 select ISA_BUS
37
38 config PIIX4
39 bool
40 # For historical reasons, SuperIO devices are created in the board
41 # for PIIX4.
42 select ISA_BUS
43 select USB_UHCI
44
45 config VT82C686
46 bool
47 select ISA_SUPERIO
48 select ACPI_SMBUS
49 select SERIAL_ISA
50 select FDC_ISA
51 select USB_UHCI
52 select APM
53
54 config SMC37C669
55 bool
56 select ISA_SUPERIO
57 select SERIAL_ISA
58 select PARALLEL
59 select FDC_ISA
60
61 config LPC_ICH9
62 bool
63 # For historical reasons, SuperIO devices are created in the board
64 # for ICH9.
65 select ISA_BUS
66 select ACPI_SMBUS
67 select ACPI_X86_ICH