aboutsummaryrefslogtreecommitdiff
path: root/hw/ide/Kconfig
blob: 5d9106b1ac2b8171da0d4a392a7ece8035a4c381 (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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
config IDE_CORE
    bool

config IDE_QDEV
    bool
    select IDE_CORE

config IDE_PCI
    bool
    depends on PCI
    select IDE_CORE

config IDE_ISA
    bool
    depends on ISA_BUS
    select IDE_QDEV

config IDE_PIIX
    bool
    select IDE_PCI
    select IDE_QDEV

config IDE_CMD646
    bool
    select IDE_PCI
    select IDE_QDEV

config IDE_MACIO
    bool
    select IDE_QDEV

config IDE_MMIO
    bool
    select IDE_QDEV

config IDE_VIA
    bool
    select IDE_PCI
    select IDE_QDEV

config MICRODRIVE
    bool
    select IDE_QDEV

config AHCI
    bool
    select IDE_QDEV

config AHCI_ICH9
    bool
    default y if PCI_DEVICES
    depends on PCI
    select AHCI

config IDE_SII3112
    bool
    select IDE_PCI
    select IDE_QDEV