]> git.proxmox.com Git - mirror_qemu.git/blame - hw/ide/Kconfig
migration: remove not used field xfer_limit
[mirror_qemu.git] / hw / ide / Kconfig
CommitLineData
82f51817
PB
1config IDE_CORE
2 bool
3
4config IDE_QDEV
5 bool
8f01b41e 6 select IDE_CORE
82f51817
PB
7
8config IDE_PCI
9 bool
7c28b925 10 depends on PCI
8f01b41e 11 select IDE_CORE
82f51817
PB
12
13config IDE_ISA
14 bool
a7e23159 15 depends on ISA_BUS
8f01b41e 16 select IDE_QDEV
82f51817
PB
17
18config IDE_PIIX
19 bool
8f01b41e
PB
20 select IDE_PCI
21 select IDE_QDEV
82f51817
PB
22
23config IDE_CMD646
24 bool
8f01b41e
PB
25 select IDE_PCI
26 select IDE_QDEV
82f51817
PB
27
28config IDE_MACIO
29 bool
8f01b41e 30 select IDE_QDEV
82f51817
PB
31
32config IDE_MMIO
33 bool
8f01b41e 34 select IDE_QDEV
82f51817
PB
35
36config IDE_VIA
37 bool
8f01b41e
PB
38 select IDE_PCI
39 select IDE_QDEV
82f51817
PB
40
41config MICRODRIVE
42 bool
8f01b41e 43 select IDE_QDEV
82f51817
PB
44
45config AHCI
9a585f3e
TH
46 bool
47 select IDE_QDEV
48
49config AHCI_ICH9
82f51817 50 bool
7c28b925
PB
51 default y if PCI_DEVICES
52 depends on PCI
9a585f3e 53 select AHCI
82f51817
PB
54
55config IDE_SII3112
56 bool
8f01b41e
PB
57 select IDE_PCI
58 select IDE_QDEV