summaryrefslogtreecommitdiff
path: root/drivers/virtio/vdpa/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/virtio/vdpa/Kconfig')
-rw-r--r--drivers/virtio/vdpa/Kconfig11
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/virtio/vdpa/Kconfig b/drivers/virtio/vdpa/Kconfig
index ae204465964e..7db1460104b7 100644
--- a/drivers/virtio/vdpa/Kconfig
+++ b/drivers/virtio/vdpa/Kconfig
@@ -23,4 +23,15 @@ config VDPA_SIM
to RX. This device is used for testing, prototyping and
development of vDPA.
+config IFCVF
+ tristate "Intel IFC VF VDPA driver"
+ depends on PCI_MSI
+ select VDPA
+ default n
+ help
+ This kernel module can drive Intel IFC VF NIC to offload
+ virtio dataplane traffic to hardware.
+ To compile this driver as a module, choose M here: the module will
+ be called ifcvf.
+
endif # VDPA_MENU