s390/qeth: clean up Kconfig help text
Remove a stale doc link. While at it also reword the help text to get rid of an outdated marketing term. Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
7005b75476
commit
dc9c404f98
|
@ -63,12 +63,9 @@ config QETH
|
||||||
prompt "Gigabit Ethernet device support"
|
prompt "Gigabit Ethernet device support"
|
||||||
depends on CCW && NETDEVICES && IP_MULTICAST && QDIO && ETHERNET
|
depends on CCW && NETDEVICES && IP_MULTICAST && QDIO && ETHERNET
|
||||||
help
|
help
|
||||||
This driver supports the IBM System z OSA Express adapters
|
This driver supports IBM's OSA Express network adapters in QDIO mode,
|
||||||
in QDIO mode (all media types), HiperSockets interfaces and z/VM
|
HiperSockets interfaces and z/VM virtual NICs for Guest LAN and
|
||||||
virtual NICs for Guest LAN and VSWITCH.
|
VSWITCH.
|
||||||
|
|
||||||
For details please refer to the documentation provided by IBM at
|
|
||||||
<http://www.ibm.com/developerworks/linux/linux390>
|
|
||||||
|
|
||||||
To compile this driver as a module, choose M.
|
To compile this driver as a module, choose M.
|
||||||
The module name is qeth.
|
The module name is qeth.
|
||||||
|
|
Loading…
Reference in New Issue