summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/ibm/Kconfig
diff options
context:
space:
mode:
authorThomas Falcon <tlfalcon@linux.vnet.ibm.com>2015-12-21 11:26:06 -0600
committerDavid S. Miller <davem@davemloft.net>2015-12-28 00:12:13 -0500
commit032c5e82847a2214c3196a90f0aeba0ce252de58 (patch)
tree1768d978ce92acba649fa367b80855fe59427f8e /drivers/net/ethernet/ibm/Kconfig
parent7b752fd3d03ff860aabb5ec89beca8880d942d0f (diff)
downloadop-kernel-dev-032c5e82847a2214c3196a90f0aeba0ce252de58.zip
op-kernel-dev-032c5e82847a2214c3196a90f0aeba0ce252de58.tar.gz
Driver for IBM System i/p VNIC protocol
This is a new device driver for a high performance SR-IOV assisted virtual network for IBM System p and IBM System i systems. The SR-IOV VF will be attached to the VIOS partition and mapped to the Linux client via the hypervisor's VNIC protocol that this driver implements. This driver is able to perform basic tx and rx, new features and improvements will be added as they are being developed and tested. Signed-off-by: Thomas Falcon <tlfalcon@linux.vnet.ibm.com> Signed-off-by: John Allen <jallen@linux.vnet.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/ibm/Kconfig')
-rw-r--r--drivers/net/ethernet/ibm/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/net/ethernet/ibm/Kconfig b/drivers/net/ethernet/ibm/Kconfig
index 99c1ceb..37dceab 100644
--- a/drivers/net/ethernet/ibm/Kconfig
+++ b/drivers/net/ethernet/ibm/Kconfig
@@ -37,4 +37,14 @@ config EHEA
To compile the driver as a module, choose M here. The module
will be called ehea.
+config IBMVNIC
+ tristate "IBM Virtual NIC support"
+ depends on PPC_PSERIES
+ ---help---
+ This driver supports Virtual NIC adapters on IBM i and IBM System p
+ systems.
+
+ To compile this driver as a module, choose M here. The module will
+ be called ibmvnic.
+
endif # NET_VENDOR_IBM
OpenPOWER on IntegriCloud