Lines Matching +full:virtio +full:- +full:pci

1 # SPDX-License-Identifier: GPL-2.0-only
2 config VIRTIO config
5 This option is selected by any driver which implements the virtio
16 bool "Virtio drivers"
22 tristate "PCI driver for virtio devices"
23 depends on PCI
24 select VIRTIO
26 This driver provides support for virtio based paravirtual device
27 drivers over PCI. This requires that your VMM has appropriate PCI
28 virtio backends. Most QEMU based VMMs should support these devices
34 bool "Support for legacy virtio draft 0.9.X and older devices"
38 Virtio PCI Card 0.9.X Draft (circa 2014) and older device support.
41 both devices conforming to Virtio 1 specification, and legacy devices.
42 If disabled, you get a slightly smaller, non-transitional driver,
46 so, you can happily disable this option and virtio will not
53 tristate "vDPA driver for virtio devices"
55 select VIRTIO
57 This driver provides support for virtio based paravirtual
60 physical device to allow the datapath of virtio to be
66 tristate "Support for virtio pmem driver"
67 depends on VIRTIO
70 This driver provides access to virtio-pmem devices, storage devices
71 that are mapped into the physical address space - similar to NVDIMMs
72 - with a virtio-based flushing interface.
77 tristate "Virtio balloon driver"
78 depends on VIRTIO
88 tristate "Virtio mem driver"
91 depends on VIRTIO
96 This driver provides access to virtio-mem paravirtualized memory
99 This driver was only tested under x86-64, but should theoretically
105 tristate "Virtio input driver"
106 depends on VIRTIO
109 This driver supports virtio input devices such as
115 tristate "Platform bus driver for memory mapped virtio devices"
117 select VIRTIO
119 This drivers provides support for memory mapped virtio
125 bool "Memory mapped virtio devices parameter parsing"
128 Allow virtio-mmio devices instantiation via the kernel command line
130 address in particular) can crash your system - you have been warned.
131 See Documentation/admin-guide/kernel-parameters.rst for details.
140 virtio resources.