drivers/s390/net: Kconfig brush up
adapt drivers/s390/net/Kconfig to current IBM wording and further cosmetics Signed-off-by: Peter Tiedemann <ptiedem@de.ibm.com> Signed-off-by: Ursula Braun <braunu@de.ibm.com> Signed-off-by: Jeff Garzik <jeff@garzik.org>
This commit is contained in:
committed by
Jeff Garzik
parent
6446a860f8
commit
f423f73506
@@ -5,22 +5,23 @@ config LCS
|
|||||||
tristate "Lan Channel Station Interface"
|
tristate "Lan Channel Station Interface"
|
||||||
depends on CCW && NETDEVICES && (NET_ETHERNET || TR || FDDI)
|
depends on CCW && NETDEVICES && (NET_ETHERNET || TR || FDDI)
|
||||||
help
|
help
|
||||||
Select this option if you want to use LCS networking on IBM S/390
|
Select this option if you want to use LCS networking on IBM System z.
|
||||||
or zSeries. This device driver supports Token Ring (IEEE 802.5),
|
This device driver supports Token Ring (IEEE 802.5),
|
||||||
FDDI (IEEE 802.7) and Ethernet.
|
FDDI (IEEE 802.7) and Ethernet.
|
||||||
This option is also available as a module which will be
|
To compile as a module, choose M. The module name is lcs.ko.
|
||||||
called lcs.ko. If you do not know what it is, it's safe to say "Y".
|
If you do not know what it is, it's safe to choose Y.
|
||||||
|
|
||||||
config CTC
|
config CTC
|
||||||
tristate "CTC device support"
|
tristate "CTC device support"
|
||||||
depends on CCW && NETDEVICES
|
depends on CCW && NETDEVICES
|
||||||
help
|
help
|
||||||
Select this option if you want to use channel-to-channel networking
|
Select this option if you want to use channel-to-channel
|
||||||
on IBM S/390 or zSeries. This device driver supports real CTC
|
point-to-point networking on IBM System z.
|
||||||
coupling using ESCON. It also supports virtual CTCs when running
|
This device driver supports real CTC coupling using ESCON.
|
||||||
under VM. It will use the channel device configuration if this is
|
It also supports virtual CTCs when running under VM.
|
||||||
available. This option is also available as a module which will be
|
To compile as a module, choose M. The module name is ctc.ko.
|
||||||
called ctc.ko. If you do not know what it is, it's safe to say "Y".
|
To compile into the kernel, choose Y.
|
||||||
|
If you do not need any channel-to-channel connection, choose N.
|
||||||
|
|
||||||
config NETIUCV
|
config NETIUCV
|
||||||
tristate "IUCV network device support (VM only)"
|
tristate "IUCV network device support (VM only)"
|
||||||
@@ -29,9 +30,9 @@ config NETIUCV
|
|||||||
Select this option if you want to use inter-user communication
|
Select this option if you want to use inter-user communication
|
||||||
vehicle networking under VM or VIF. It enables a fast communication
|
vehicle networking under VM or VIF. It enables a fast communication
|
||||||
link between VM guests. Using ifconfig a point-to-point connection
|
link between VM guests. Using ifconfig a point-to-point connection
|
||||||
can be established to the Linux for zSeries and S7390 system
|
can be established to the Linux on IBM System z
|
||||||
running on the other VM guest. This option is also available
|
running on the other VM guest. To compile as a module, choose M.
|
||||||
as a module which will be called netiucv.ko. If unsure, say "Y".
|
The module name is netiucv.ko. If unsure, choose Y.
|
||||||
|
|
||||||
config SMSGIUCV
|
config SMSGIUCV
|
||||||
tristate "IUCV special message support (VM only)"
|
tristate "IUCV special message support (VM only)"
|
||||||
@@ -47,22 +48,22 @@ config CLAW
|
|||||||
This driver supports channel attached CLAW devices.
|
This driver supports channel attached CLAW devices.
|
||||||
CLAW is Common Link Access for Workstation. Common devices
|
CLAW is Common Link Access for Workstation. Common devices
|
||||||
that use CLAW are RS/6000s, Cisco Routers (CIP) and 3172 devices.
|
that use CLAW are RS/6000s, Cisco Routers (CIP) and 3172 devices.
|
||||||
To compile as a module choose M here: The module will be called
|
To compile as a module, choose M. The module name is claw.ko.
|
||||||
claw.ko to compile into the kernel choose Y
|
To compile into the kernel, choose Y.
|
||||||
|
|
||||||
config QETH
|
config QETH
|
||||||
tristate "Gigabit Ethernet device support"
|
tristate "Gigabit Ethernet device support"
|
||||||
depends on CCW && NETDEVICES && IP_MULTICAST && QDIO
|
depends on CCW && NETDEVICES && IP_MULTICAST && QDIO
|
||||||
help
|
help
|
||||||
This driver supports the IBM S/390 and zSeries OSA Express adapters
|
This driver supports the IBM System z OSA Express adapters
|
||||||
in QDIO mode (all media types), HiperSockets interfaces and VM GuestLAN
|
in QDIO mode (all media types), HiperSockets interfaces and VM GuestLAN
|
||||||
interfaces in QDIO and HIPER mode.
|
interfaces in QDIO and HIPER mode.
|
||||||
|
|
||||||
For details please refer to the documentation provided by IBM at
|
For details please refer to the documentation provided by IBM at
|
||||||
<http://www10.software.ibm.com/developerworks/opensource/linux390>
|
<http://www.ibm.com/developerworks/linux/linux390>
|
||||||
|
|
||||||
To compile this driver as a module, choose M here: the
|
To compile this driver as a module, choose M.
|
||||||
module will be called qeth.ko.
|
The module name is qeth.ko.
|
||||||
|
|
||||||
|
|
||||||
comment "Gigabit Ethernet default settings"
|
comment "Gigabit Ethernet default settings"
|
||||||
|
Reference in New Issue
Block a user