efi_loader: disable EFI_LOADER on vexpress_ca15_tc2 and ca9x4
[oweals/u-boot.git] / drivers / virtio / Kconfig
index 753912f0f952cdb9aad2d0745560e9e203d5c902..a9d5fd07b775db571cb2586267182054642d671c 100644 (file)
@@ -37,6 +37,14 @@ config VIRTIO_PCI
          This driver provides support for virtio based paravirtual device
          drivers over PCI.
 
+config VIRTIO_SANDBOX
+       bool "Sandbox driver for virtio devices"
+       depends on SANDBOX
+       select VIRTIO
+       help
+         This driver provides support for Sandbox implementation of virtio
+         transport driver which is used for testing purpose only.
+
 config VIRTIO_NET
        bool "virtio net driver"
        depends on VIRTIO