2017-12-04 12:39:38 +03:00
# SPDX-License-Identifier: GPL-2.0
2005-04-17 02:20:36 +04:00
menu "S/390 network device drivers"
2006-01-06 11:19:28 +03:00
depends on NETDEVICES && S390
2005-04-17 02:20:36 +04:00
config LCS
2011-01-05 14:47:15 +03:00
def_tristate m
prompt "Lan Channel Station Interface"
2012-05-10 23:50:52 +04:00
depends on CCW && NETDEVICES && (ETHERNET || FDDI)
2005-04-17 02:20:36 +04:00
help
2008-02-08 02:03:48 +03:00
Select this option if you want to use LCS networking on IBM System z.
2012-05-10 23:50:52 +04:00
This device driver supports FDDI (IEEE 802.7) and Ethernet.
2009-06-05 02:44:53 +04:00
To compile as a module, choose M. The module name is lcs.
2008-02-08 02:03:48 +03:00
If you do not know what it is, it's safe to choose Y.
2005-04-17 02:20:36 +04:00
2008-02-08 02:03:49 +03:00
config CTCM
2011-01-05 14:47:15 +03:00
def_tristate m
prompt "CTC and MPC SNA device support"
2007-05-10 17:46:00 +04:00
depends on CCW && NETDEVICES
2005-04-17 02:20:36 +04:00
help
2008-02-08 02:03:48 +03:00
Select this option if you want to use channel-to-channel
point-to-point networking on IBM System z.
This device driver supports real CTC coupling using ESCON.
It also supports virtual CTCs when running under VM.
2008-02-08 02:03:49 +03:00
This driver also supports channel-to-channel MPC SNA devices.
MPC is an SNA protocol device used by Communication Server for Linux.
2009-06-05 02:44:53 +04:00
To compile as a module, choose M. The module name is ctcm.
2008-02-08 02:03:48 +03:00
To compile into the kernel, choose Y.
If you do not need any channel-to-channel connection, choose N.
2005-04-17 02:20:36 +04:00
config NETIUCV
2011-01-05 14:47:15 +03:00
def_tristate m
prompt "IUCV network device support (VM only)"
2005-04-17 02:20:36 +04:00
depends on IUCV && NETDEVICES
help
Select this option if you want to use inter-user communication
vehicle networking under VM or VIF. It enables a fast communication
link between VM guests. Using ifconfig a point-to-point connection
2008-02-08 02:03:48 +03:00
can be established to the Linux on IBM System z
running on the other VM guest. To compile as a module, choose M.
2009-06-05 02:44:53 +04:00
The module name is netiucv. If unsure, choose Y.
2005-04-17 02:20:36 +04:00
config SMSGIUCV
2011-01-05 14:47:15 +03:00
def_tristate m
prompt "IUCV special message support (VM only)"
2005-04-17 02:20:36 +04:00
depends on IUCV
help
Select this option if you want to be able to receive SMSG messages
from other VM guest systems.
2010-03-08 14:26:26 +03:00
config SMSGIUCV_EVENT
2011-01-05 14:47:15 +03:00
def_tristate m
prompt "Deliver IUCV special messages as uevents (VM only)"
2010-03-08 14:26:26 +03:00
depends on SMSGIUCV
help
Select this option to deliver CP special messages (SMSGs) as
uevents. The driver handles only those special messages that
start with "APP".
To compile as a module, choose M. The module name is "smsgiucv_app".
2005-04-17 02:20:36 +04:00
config QETH
2011-01-05 14:47:15 +03:00
def_tristate y
prompt "Gigabit Ethernet device support"
2014-10-22 14:18:05 +04:00
depends on CCW && NETDEVICES && IP_MULTICAST && QDIO && ETHERNET
2005-04-17 02:20:36 +04:00
help
2008-02-08 02:03:48 +03:00
This driver supports the IBM System z OSA Express adapters
2013-01-21 06:30:21 +04:00
in QDIO mode (all media types), HiperSockets interfaces and z/VM
virtual NICs for Guest LAN and VSWITCH.
2005-04-17 02:20:36 +04:00
2008-02-08 02:03:48 +03:00
For details please refer to the documentation provided by IBM at
<http://www.ibm.com/developerworks/linux/linux390>
2005-04-17 02:20:36 +04:00
2008-02-08 02:03:48 +03:00
To compile this driver as a module, choose M.
2009-06-05 02:44:53 +04:00
The module name is qeth.
2005-04-17 02:20:36 +04:00
2008-02-15 11:19:42 +03:00
config QETH_L2
2011-01-05 14:47:15 +03:00
def_tristate y
prompt "qeth layer 2 device support"
depends on QETH
help
Select this option to be able to run qeth devices in layer 2 mode.
To compile as a module, choose M. The module name is qeth_l2.
If unsure, choose y.
2005-04-17 02:20:36 +04:00
2008-02-15 11:19:42 +03:00
config QETH_L3
2011-01-05 14:47:15 +03:00
def_tristate y
prompt "qeth layer 3 device support"
depends on QETH
help
Select this option to be able to run qeth devices in layer 3 mode.
To compile as a module choose M. The module name is qeth_l3.
If unsure, choose Y.
2005-04-17 02:20:36 +04:00
config CCWGROUP
2008-02-08 02:03:49 +03:00
tristate
2015-02-27 14:52:32 +03:00
default (LCS || CTCM || QETH)
2005-04-17 02:20:36 +04:00
2018-06-28 20:05:13 +03:00
config ISM
tristate "Support for ISM vPCI Adapter"
depends on PCI && SMC
default n
help
Select this option if you want to use the Internal Shared Memory
vPCI Adapter.
To compile as a module choose M. The module name is ism.
If unsure, choose N.
2005-04-17 02:20:36 +04:00
endmenu