PPC: E500: Add FSL I2C controller and integrate RTC with it
[qemu/ar7.git] / hw / virtio / Kconfig
blobe0452de4ba006d6ace21a930d381bdbae2a9099d
1 config VIRTIO
2     bool
4 config VIRTIO_RNG
5     bool
6     default y
7     depends on VIRTIO
9 config VIRTIO_PCI
10     bool
11     default y if PCI_DEVICES
12     depends on PCI
13     select VIRTIO
15 config VIRTIO_MMIO
16     bool
17     select VIRTIO
19 config VIRTIO_CCW
20     bool
21     select VIRTIO
23 config VIRTIO_BALLOON
24     bool
25     default y
26     depends on VIRTIO
28 config VIRTIO_CRYPTO
29     bool
30     default y
31     depends on VIRTIO