Skip to content

Commit f423f73

Browse files
Ursula BraunJeff Garzik
authored andcommitted
drivers/s390/net: Kconfig brush up
adapt drivers/s390/net/Kconfig to current IBM wording and further cosmetics Signed-off-by: Peter Tiedemann <[email protected]> Signed-off-by: Ursula Braun <[email protected]> Signed-off-by: Jeff Garzik <[email protected]>
1 parent 6446a86 commit f423f73

File tree

1 file changed

+22
-21
lines changed

1 file changed

+22
-21
lines changed

drivers/s390/net/Kconfig

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -5,22 +5,23 @@ config LCS
55
tristate "Lan Channel Station Interface"
66
depends on CCW && NETDEVICES && (NET_ETHERNET || TR || FDDI)
77
help
8-
Select this option if you want to use LCS networking on IBM S/390
9-
or zSeries. This device driver supports Token Ring (IEEE 802.5),
10-
FDDI (IEEE 802.7) and Ethernet.
11-
This option is also available as a module which will be
12-
called lcs.ko. If you do not know what it is, it's safe to say "Y".
8+
Select this option if you want to use LCS networking on IBM System z.
9+
This device driver supports Token Ring (IEEE 802.5),
10+
FDDI (IEEE 802.7) and Ethernet.
11+
To compile as a module, choose M. The module name is lcs.ko.
12+
If you do not know what it is, it's safe to choose Y.
1313

1414
config CTC
1515
tristate "CTC device support"
1616
depends on CCW && NETDEVICES
1717
help
18-
Select this option if you want to use channel-to-channel networking
19-
on IBM S/390 or zSeries. This device driver supports real CTC
20-
coupling using ESCON. It also supports virtual CTCs when running
21-
under VM. It will use the channel device configuration if this is
22-
available. This option is also available as a module which will be
23-
called ctc.ko. If you do not know what it is, it's safe to say "Y".
18+
Select this option if you want to use channel-to-channel
19+
point-to-point networking on IBM System z.
20+
This device driver supports real CTC coupling using ESCON.
21+
It also supports virtual CTCs when running under VM.
22+
To compile as a module, choose M. The module name is ctc.ko.
23+
To compile into the kernel, choose Y.
24+
If you do not need any channel-to-channel connection, choose N.
2425

2526
config NETIUCV
2627
tristate "IUCV network device support (VM only)"
@@ -29,9 +30,9 @@ config NETIUCV
2930
Select this option if you want to use inter-user communication
3031
vehicle networking under VM or VIF. It enables a fast communication
3132
link between VM guests. Using ifconfig a point-to-point connection
32-
can be established to the Linux for zSeries and S7390 system
33-
running on the other VM guest. This option is also available
34-
as a module which will be called netiucv.ko. If unsure, say "Y".
33+
can be established to the Linux on IBM System z
34+
running on the other VM guest. To compile as a module, choose M.
35+
The module name is netiucv.ko. If unsure, choose Y.
3536

3637
config SMSGIUCV
3738
tristate "IUCV special message support (VM only)"
@@ -47,22 +48,22 @@ config CLAW
4748
This driver supports channel attached CLAW devices.
4849
CLAW is Common Link Access for Workstation. Common devices
4950
that use CLAW are RS/6000s, Cisco Routers (CIP) and 3172 devices.
50-
To compile as a module choose M here: The module will be called
51-
claw.ko to compile into the kernel choose Y
51+
To compile as a module, choose M. The module name is claw.ko.
52+
To compile into the kernel, choose Y.
5253

5354
config QETH
5455
tristate "Gigabit Ethernet device support"
5556
depends on CCW && NETDEVICES && IP_MULTICAST && QDIO
5657
help
57-
This driver supports the IBM S/390 and zSeries OSA Express adapters
58+
This driver supports the IBM System z OSA Express adapters
5859
in QDIO mode (all media types), HiperSockets interfaces and VM GuestLAN
5960
interfaces in QDIO and HIPER mode.
6061

61-
For details please refer to the documentation provided by IBM at
62-
<http://www10.software.ibm.com/developerworks/opensource/linux390>
62+
For details please refer to the documentation provided by IBM at
63+
<http://www.ibm.com/developerworks/linux/linux390>
6364

64-
To compile this driver as a module, choose M here: the
65-
module will be called qeth.ko.
65+
To compile this driver as a module, choose M.
66+
The module name is qeth.ko.
6667

6768

6869
comment "Gigabit Ethernet default settings"

0 commit comments

Comments
 (0)