]> git.proxmox.com Git - mirror_qemu.git/blame - hw/block/Kconfig
hw/block: Introduce TC58128 eeprom Kconfig entry
[mirror_qemu.git] / hw / block / Kconfig
CommitLineData
82f51817
PB
1config FDC
2 bool
dd0ff819
PB
3 # FIXME: there is no separate file for the MMIO floppy disk controller, so
4 # select ISA_BUS here instead of polluting each board that requires one
5 select ISA_BUS
82f51817
PB
6
7config SSI_M25P80
8 bool
9
10config NAND
11 bool
12
13config PFLASH_CFI01
14 bool
15
16config PFLASH_CFI02
17 bool
18
19config ECC
20 bool
21
22config ONENAND
23 bool
24
475e70bd
PMD
25config TC58128
26 bool
27
82f51817
PB
28config NVME_PCI
29 bool
7c28b925
PB
30 default y if PCI_DEVICES
31 depends on PCI
82f51817
PB
32
33config VIRTIO_BLK
34 bool
b42075bb
YZ
35 default y
36 depends on VIRTIO
82f51817
PB
37
38config VHOST_USER_BLK
39 bool
b42075bb
YZ
40 # Only PCI devices are provided for now
41 default y if VIRTIO_PCI
42 depends on VIRTIO && VHOST_USER && LINUX
c701ec62
LV
43
44config SWIM
45 bool