]> Git Repo - qemu.git/blob - hw/virtio/Kconfig
lm32-softmmu.mak: express dependencies with Kconfig
[qemu.git] / hw / virtio / Kconfig
1 config VIRTIO
2     bool
3
4 config VIRTIO_RNG
5     bool
6     default y
7     depends on VIRTIO
8
9 config VIRTIO_PCI
10     bool
11     default y if PCI_DEVICES
12     depends on PCI
13     select VIRTIO
14
15 config VIRTIO_MMIO
16     bool
17     select VIRTIO
18
19 config VIRTIO_BALLOON
20     bool
21     default y
22     depends on VIRTIO
23
24 config VIRTIO_CRYPTO
25     bool
26     default y
27     depends on VIRTIO
This page took 0.027128 seconds and 4 git commands to generate.