target/arm: Update find_last_active for PREDDESC
[qemu/ar7.git] / hw / virtio / Kconfig
blob0eda25c4e1bffe421b4d51f9147df02e7f62304d
1 config VHOST
2     bool
4 config VIRTIO
5     bool
7 config VIRTIO_RNG
8     bool
9     default y
10     depends on VIRTIO
12 config VIRTIO_IOMMU
13     bool
14     default y
15     depends on PCI && VIRTIO
17 config VIRTIO_PCI
18     bool
19     default y if PCI_DEVICES
20     depends on PCI
21     select VIRTIO
23 config VIRTIO_MMIO
24     bool
25     select VIRTIO
27 config VIRTIO_CCW
28     bool
29     select VIRTIO
31 config VIRTIO_BALLOON
32     bool
33     default y
34     depends on VIRTIO
36 config VIRTIO_CRYPTO
37     bool
38     default y
39     depends on VIRTIO
41 config VIRTIO_PMEM_SUPPORTED
42     bool
44 config VIRTIO_PMEM
45     bool
46     default y
47     depends on VIRTIO
48     depends on VIRTIO_PMEM_SUPPORTED
49     select MEM_DEVICE
51 config VIRTIO_MEM_SUPPORTED
52     bool
54 config VIRTIO_MEM
55     bool
56     default y
57     depends on VIRTIO
58     depends on LINUX
59     depends on VIRTIO_MEM_SUPPORTED
60     select MEM_DEVICE