migration: remove postcopy_after_devices
[qemu/kevin.git] / hw / ide / Kconfig
blob6dfc5a21292373f6e6d6aee238326bf2e17fddfa
1 config IDE_CORE
2     bool
4 config IDE_BUS
5     bool
6     select IDE_CORE
8 config IDE_DEV
9     bool
10     depends on IDE_BUS
12 config IDE_PCI
13     bool
14     depends on PCI
15     select IDE_BUS
16     select IDE_DEV
18 config IDE_ISA
19     bool
20     depends on ISA_BUS
21     select IDE_BUS
22     select IDE_DEV
24 config IDE_PIIX
25     bool
26     select IDE_PCI
28 config IDE_CMD646
29     bool
30     select IDE_PCI
32 config IDE_MACIO
33     bool
34     select IDE_BUS
35     select IDE_DEV
37 config IDE_MMIO
38     bool
39     select IDE_BUS
40     select IDE_DEV
42 config IDE_VIA
43     bool
44     select IDE_PCI
46 config MICRODRIVE
47     bool
48     select IDE_BUS
49     select IDE_DEV
50     depends on PCMCIA
52 config AHCI
53     bool
54     select IDE_BUS
55     select IDE_DEV
57 config AHCI_ICH9
58     bool
59     default y if PCI_DEVICES
60     depends on PCI
61     select AHCI
63 config IDE_SII3112
64     bool
65     select IDE_PCI
67 config IDE_CF
68     bool
69     default y if IDE_BUS