aboutsummaryrefslogtreecommitdiff
path: root/hw/virtio/Kconfig
blob: 5dafbe35e126cff50d4186398663036c1dfda2ff (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
config VIRTIO
    bool

config VIRTIO_RNG
    bool

config VIRTIO_PCI
    bool
    default y if PCI_DEVICES
    depends on PCI
    select VIRTIO

config VIRTIO_MMIO
    bool

config VIRTIO_BALLOON
    bool

config VIRTIO_CRYPTO
    bool