repo.or.cz
/
qemu
/
ar7.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
linux-user: Fix 'clock_nanosleep()' implementation
[qemu/ar7.git]
/
hw
/
ide
/
Kconfig
blob
5d9106b1ac2b8171da0d4a392a7ece8035a4c381
1
config IDE_CORE
2
bool
3
4
config IDE_QDEV
5
bool
6
select IDE_CORE
7
8
config IDE_PCI
9
bool
10
depends on PCI
11
select IDE_CORE
12
13
config IDE_ISA
14
bool
15
depends on ISA_BUS
16
select IDE_QDEV
17
18
config IDE_PIIX
19
bool
20
select IDE_PCI
21
select IDE_QDEV
22
23
config IDE_CMD646
24
bool
25
select IDE_PCI
26
select IDE_QDEV
27
28
config IDE_MACIO
29
bool
30
select IDE_QDEV
31
32
config IDE_MMIO
33
bool
34
select IDE_QDEV
35
36
config IDE_VIA
37
bool
38
select IDE_PCI
39
select IDE_QDEV
40
41
config MICRODRIVE
42
bool
43
select IDE_QDEV
44
45
config AHCI
46
bool
47
select IDE_QDEV
48
49
config AHCI_ICH9
50
bool
51
default y if PCI_DEVICES
52
depends on PCI
53
select AHCI
54
55
config IDE_SII3112
56
bool
57
select IDE_PCI
58
select IDE_QDEV