diff options
author | Stefan Raspl <raspl@linux.vnet.ibm.com> | 2013-01-21 02:30:21 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2013-01-21 13:51:15 -0500 |
commit | 26e4b3340e5ac423497ee1a59d42b4ef81af4272 (patch) | |
tree | 22b8198ec1a6d45818616216e6aaf8c2915eca7b /drivers/s390 | |
parent | 0f54761d167f98dd93cb19a16edbc47bb6574a28 (diff) | |
download | linux-3.10-26e4b3340e5ac423497ee1a59d42b4ef81af4272.tar.gz linux-3.10-26e4b3340e5ac423497ee1a59d42b4ef81af4272.tar.bz2 linux-3.10-26e4b3340e5ac423497ee1a59d42b4ef81af4272.zip |
qeth: Update Kconfig wording
Refer to virtual NICs instead of GuestLANs.
Signed-off-by: Stefan Raspl <raspl@linux.vnet.ibm.com>
Signed-off-by: Frank Blaschka <frank.blaschka@de.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/net/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/s390/net/Kconfig b/drivers/s390/net/Kconfig index dfda748c400..8b3f5599180 100644 --- a/drivers/s390/net/Kconfig +++ b/drivers/s390/net/Kconfig @@ -74,8 +74,8 @@ config QETH depends on CCW && NETDEVICES && IP_MULTICAST && QDIO help This driver supports the IBM System z OSA Express adapters - in QDIO mode (all media types), HiperSockets interfaces and VM GuestLAN - interfaces in QDIO and HIPER mode. + in QDIO mode (all media types), HiperSockets interfaces and z/VM + virtual NICs for Guest LAN and VSWITCH. For details please refer to the documentation provided by IBM at <http://www.ibm.com/developerworks/linux/linux390> |