hw/char: cadence_uart: Ignore access when unclocked or in reset for uart_{read, write}()
[qemu/ar7.git] / hw / virtio / Kconfig
blob35ab45e2095ce21db99586fc3a37686e118e6cca
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
62 config VHOST_USER_I2C
63     bool
64     default y
65     depends on VIRTIO && VHOST_USER