Lines Matching +full:pci +full:- +full:based
1 # SPDX-License-Identifier: GPL-2.0-only
18 Modern PCI device implementation. This module implements the
19 basic probe and control for devices which are based on modern
20 PCI device with possible vendor specific extensions. Any
21 module that selects this module must depend on PCI.
30 tristate "PCI driver for virtio devices"
31 depends on PCI
35 This driver provides support for virtio based paravirtual device
36 drivers over PCI. This requires that your VMM has appropriate PCI
37 virtio backends. Most QEMU based VMMs should support these devices
47 Virtio PCI Card 0.9.X Draft (circa 2014) and older device support.
51 If disabled, you get a slightly smaller, non-transitional driver,
66 This driver provides support for virtio based paravirtual
79 This driver provides access to virtio-pmem devices, storage devices
80 that are mapped into the physical address space - similar to NVDIMMs
81 - with a virtio-based flushing interface.
105 This driver provides access to virtio-mem paravirtualized memory
108 This driver was only tested under x86-64, but should theoretically
137 Allow virtio-mmio devices instantiation via the kernel command line
139 address in particular) can crash your system - you have been warned.
140 See Documentation/admin-guide/kernel-parameters.rst for details.