aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/Kconfig
blob: 5ec449525f98964e67a1b308fe0f84f458513d60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
config IDE_CORE
    bool

config IDE_QDEV
    bool

config IDE_PCI
    bool

config IDE_ISA
    bool

config IDE_PIIX
    bool

config IDE_CMD646
    bool

config IDE_MACIO
    bool

config IDE_MMIO
    bool

config IDE_VIA
    bool

config MICRODRIVE
    bool

config AHCI
    bool

config IDE_SII3112
    bool