]> Git Repo - qemu.git/blame - hw/block/Kconfig
tpm: express dependencies with Kconfig
[qemu.git] / hw / block / Kconfig
CommitLineData
82f51817
PB
1config FDC
2 bool
a7e23159
PB
3 default y
4 depends on ISA_BUS
82f51817
PB
5
6config SSI_M25P80
7 bool
8
9config NAND
10 bool
11
12config PFLASH_CFI01
13 bool
14
15config PFLASH_CFI02
16 bool
17
18config ECC
19 bool
20
21config ONENAND
22 bool
23
24config NVME_PCI
25 bool
7c28b925
PB
26 default y if PCI_DEVICES
27 depends on PCI
82f51817
PB
28
29config VIRTIO_BLK
30 bool
b42075bb
YZ
31 default y
32 depends on VIRTIO
82f51817
PB
33
34config VHOST_USER_BLK
35 bool
b42075bb
YZ
36 # Only PCI devices are provided for now
37 default y if VIRTIO_PCI
38 depends on VIRTIO && VHOST_USER && LINUX
This page took 0.025517 seconds and 4 git commands to generate.