Lines Matching +full:virtio +full:- +full:device
1 # SPDX-License-Identifier: GPL-2.0+
6 # VirtIO is a virtualization standard for network and disk device drivers
7 # where just the guest's device driver "knows" it is running in a virtual
10 # performance benefits of paravirtualization. In the U-Boot case, the guest
11 # is U-Boot itself, while the virtual environment are normally QEMU targets
12 # like ARM, RISC-V and x86.
14 # See http://docs.oasis-open.org/virtio/virtio/v1.0/virtio-v1.0.pdf for
15 # the VirtIO specification v1.0.
17 menu "VirtIO Drivers"
19 config VIRTIO config
22 This option is selected by any driver which implements the virtio
26 bool "Platform bus driver for memory mapped virtio devices"
27 select VIRTIO
29 This driver provides support for memory mapped virtio
30 platform device driver.
33 bool "PCI driver for virtio devices"
35 select VIRTIO
37 This driver provides support for virtio based paravirtual device
41 bool "Sandbox driver for virtio devices"
43 select VIRTIO
45 This driver provides support for Sandbox implementation of virtio
49 bool "virtio net driver"
50 depends on VIRTIO
52 This is the virtual net driver for virtio. It can be used with
56 bool "virtio block driver"
57 depends on VIRTIO
59 This is the virtual block driver for virtio. It can be used with