2017-12-04 10:39:38 +01:00
# SPDX-License-Identifier: GPL-2.0
2005-04-16 15:20:36 -07:00
menu "S/390 network device drivers"
2006-01-06 00:19:28 -08:00
depends on NETDEVICES && S390
2005-04-16 15:20:36 -07:00
config LCS
2011-01-05 12:47:15 +01:00
def_tristate m
prompt "Lan Channel Station Interface"
2012-05-10 15:50:52 -04:00
depends on CCW && NETDEVICES && (ETHERNET || FDDI)
2005-04-16 15:20:36 -07:00
help
2019-03-06 21:32:01 +01:00
Select this option if you want to use LCS networking on IBM System z.
This device driver supports FDDI (IEEE 802.7) and Ethernet.
To compile as a module, choose M. The module name is lcs.
If you do not know what it is, it's safe to choose Y.
2005-04-16 15:20:36 -07:00
2008-02-08 00:03:49 +01:00
config CTCM
2011-01-05 12:47:15 +01:00
def_tristate m
prompt "CTC and MPC SNA device support"
2007-05-10 15:46:00 +02:00
depends on CCW && NETDEVICES
2005-04-16 15:20:36 -07:00
help
2008-02-08 00:03:48 +01: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 00:03:49 +01: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 00:44:53 +02:00
To compile as a module, choose M. The module name is ctcm.
2008-02-08 00:03:48 +01:00
To compile into the kernel, choose Y.
If you do not need any channel-to-channel connection, choose N.
2005-04-16 15:20:36 -07:00
config NETIUCV
2011-01-05 12:47:15 +01:00
def_tristate m
prompt "IUCV network device support (VM only)"
2005-04-16 15:20:36 -07: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 00:03:48 +01: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 00:44:53 +02:00
The module name is netiucv. If unsure, choose Y.
2005-04-16 15:20:36 -07:00
config SMSGIUCV
2011-01-05 12:47:15 +01:00
def_tristate m
prompt "IUCV special message support (VM only)"
2005-04-16 15:20:36 -07: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 12:26:26 +01:00
config SMSGIUCV_EVENT
2011-01-05 12:47:15 +01:00
def_tristate m
prompt "Deliver IUCV special messages as uevents (VM only)"
2010-03-08 12:26:26 +01: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-16 15:20:36 -07:00
config QETH
2011-01-05 12:47:15 +01:00
def_tristate y
prompt "Gigabit Ethernet device support"
2014-10-22 12:18:05 +02:00
depends on CCW && NETDEVICES && IP_MULTICAST && QDIO && ETHERNET
2005-04-16 15:20:36 -07:00
help
2020-05-06 10:09:49 +02:00
This driver supports IBM's OSA Express network adapters in QDIO mode,
HiperSockets interfaces and z/VM virtual NICs for Guest LAN and
VSWITCH.
2005-04-16 15:20:36 -07:00
2008-02-08 00:03:48 +01:00
To compile this driver as a module, choose M.
2009-06-05 00:44:53 +02:00
The module name is qeth.
2005-04-16 15:20:36 -07:00
2008-02-15 09:19:42 +01:00
config QETH_L2
2011-01-05 12:47:15 +01:00
def_tristate y
prompt "qeth layer 2 device support"
depends on QETH
2021-08-06 17:26:02 +02:00
depends on BRIDGE || BRIDGE=n
2011-01-05 12:47:15 +01:00
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-16 15:20:36 -07:00
2008-02-15 09:19:42 +01:00
config QETH_L3
2011-01-05 12:47:15 +01: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-16 15:20:36 -07:00
2020-03-27 11:19:33 +01:00
config QETH_OSX
def_bool !HAVE_MARCH_Z15_FEATURES
prompt "qeth OSX device support"
depends on QETH
help
This enables the qeth driver to support devices in OSX mode.
If unsure, choose N.
2005-04-16 15:20:36 -07:00
config CCWGROUP
2008-02-08 00:03:49 +01:00
tristate
2020-09-10 18:48:27 +02:00
default (LCS || CTCM || QETH || SMC)
2005-04-16 15:20:36 -07:00
2018-06-28 19:05:13 +02: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-16 15:20:36 -07:00
endmenu