Lines Matching +full:pci +full:- +full:based
1 # SPDX-License-Identifier: GPL-2.0-only
16 Modern PCI device implementation. This module implements the
17 basic probe and control for devices which are based on modern
18 PCI device with possible vendor specific extensions. Any
19 module that selects this module must depend on PCI.
24 Legacy PCI device (Virtio PCI Card 0.9.x Draft and older device)
27 which are based on legacy PCI device. Any module that selects this
28 module must depend on PCI.
51 tristate "PCI driver for virtio devices"
52 depends on PCI
56 This driver provides support for virtio based paravirtual device
57 drivers over PCI. This requires that your VMM has appropriate PCI
58 virtio backends. Most QEMU based VMMs should support these devices
74 Virtio PCI Card 0.9.X Draft (circa 2014) and older device support.
78 If disabled, you get a slightly smaller, non-transitional driver,
93 This driver provides support for virtio based paravirtual
106 This driver provides access to virtio-pmem devices, storage devices
107 that are mapped into the physical address space - similar to NVDIMMs
108 - with a virtio-based flushing interface.
132 This driver provides access to virtio-mem paravirtualized memory
135 This driver currently only supports x86-64 and arm64. Although it
137 hot(un)plug, architecture-specific and/or common
138 code changes may be required for virtio-mem, kdump and kexec to work as
167 Allow virtio-mmio devices instantiation via the kernel command line
169 address in particular) can crash your system - you have been warned.
170 See Documentation/admin-guide/kernel-parameters.rst for details.