]> git.proxmox.com Git - mirror_qemu.git/blame - hw/isa/Kconfig
hw/isa/piix3: Inline and remove piix3_create()
[mirror_qemu.git] / hw / isa / Kconfig
CommitLineData
82f51817
PB
1config ISA_BUS
2 bool
3
4config APM
5 bool
6
7config I82378
8 bool
a7e23159 9 select ISA_BUS
dd0ff819
PB
10 select I8259
11 select I8254
12 select I82374
13 select MC146818RTC
aa889f73 14 select PCSPK
82f51817 15
c0ff3795 16config ISA_SUPERIO
82f51817 17 bool
a7e23159 18 select ISA_BUS
10ebc0a8 19 select PCKBD
72ea60e4 20 select FDC_ISA
c0ff3795
TH
21
22config PC87312
23 bool
24 select ISA_SUPERIO
dd0ff819
PB
25 select I8259
26 select I8254
27 select I8257
28 select MC146818RTC
29 select SERIAL_ISA
30 select PARALLEL
72ea60e4 31 select FDC_ISA
dd0ff819 32 select IDE_ISA
82f51817 33
14a026dd
PMD
34config PIIX3
35 bool
36 select ISA_BUS
37
82f51817
PB
38config PIIX4
39 bool
dd0ff819
PB
40 # For historical reasons, SuperIO devices are created in the board
41 # for PIIX4.
a7e23159 42 select ISA_BUS
fa80da7b 43 select USB_UHCI
82f51817
PB
44
45config VT82C686
46 bool
c0ff3795 47 select ISA_SUPERIO
1550b0e6 48 select ACPI_SMBUS
dd0ff819 49 select SERIAL_ISA
72ea60e4 50 select FDC_ISA
f4c46916 51 select USB_UHCI
50fab4cc 52 select APM
ba4253ce 53 select I8254
16c67cae
PMD
54 select I8257
55 select I8259
56 select MC146818RTC
ba4253ce 57 select PARALLEL
82f51817
PB
58
59config SMC37C669
60 bool
c0ff3795 61 select ISA_SUPERIO
dd0ff819
PB
62 select SERIAL_ISA
63 select PARALLEL
72ea60e4 64 select FDC_ISA
82f51817
PB
65
66config LPC_ICH9
67 bool
dd0ff819
PB
68 # For historical reasons, SuperIO devices are created in the board
69 # for ICH9.
a7e23159 70 select ISA_BUS
02017ee3 71 select ACPI_SMBUS
a7e23159 72 select ACPI_X86_ICH