repo.or.cz
/
qemu
/
armbru.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mac_newworld: Turn CORE99_VIA_CONFIG defines into an enum
[qemu/armbru.git]
/
hw
/
block
/
Kconfig
blob
9e8f28f9824727d834b09835d8d231a8cb6e5a70
1
config FDC
2
bool
3
4
config FDC_ISA
5
bool
6
depends on ISA_BUS
7
select FDC
8
9
config FDC_SYSBUS
10
bool
11
select FDC
12
13
config SSI_M25P80
14
bool
15
16
config NAND
17
bool
18
19
config PFLASH_CFI01
20
bool
21
22
config PFLASH_CFI02
23
bool
24
25
config ECC
26
bool
27
28
config ONENAND
29
bool
30
31
config TC58128
32
bool
33
34
config VIRTIO_BLK
35
bool
36
default y
37
depends on VIRTIO
38
39
config VHOST_USER_BLK
40
bool
41
# Only PCI devices are provided for now
42
default y if VIRTIO_PCI
43
depends on VIRTIO && VHOST_USER && LINUX
44
45
config SWIM
46
bool