xref: /openbmc/qemu/hw/ide/Kconfig (revision 82f5181777ebe04b550fd94a1d04c49dd3f012dc)
1config IDE_CORE
2    bool
3
4config IDE_QDEV
5    bool
6
7config IDE_PCI
8    bool
9
10config IDE_ISA
11    bool
12
13config IDE_PIIX
14    bool
15
16config IDE_CMD646
17    bool
18
19config IDE_MACIO
20    bool
21
22config IDE_MMIO
23    bool
24
25config IDE_VIA
26    bool
27
28config MICRODRIVE
29    bool
30
31config AHCI
32    bool
33
34config IDE_SII3112
35    bool
36