# SPDX-License-Identifier: GPL-2.0
menu "S/390 network device drivers"
depends on NETDEVICES && S390
prompt "Lan Channel Station Interface"
depends on CCW && NETDEVICES && (ETHERNET || FDDI)
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.
prompt "CTC and MPC SNA device support"
depends on CCW && NETDEVICES
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.
This driver also supports channel-to-channel MPC SNA devices.
MPC is an SNA protocol device used by Communication Server for Linux.
To compile as a module, choose M. The module name is ctcm.
To compile into the kernel, choose Y.
If you do not need any channel-to-channel connection, choose N.
prompt "IUCV network device support (VM only)"
depends on IUCV && NETDEVICES
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
can be established to the Linux on IBM System z
running on the other VM guest. To compile as a module, choose M.
The module name is netiucv. If unsure, choose Y.
prompt "IUCV special message support (VM only)"
Select this option if you want to be able to receive SMSG messages
from other VM guest systems.
prompt "Deliver IUCV special messages as uevents (VM only)"
Select this option to deliver CP special messages (SMSGs) as
uevents. The driver handles only those special messages that
To compile as a module, choose M. The module name is "smsgiucv_app".
prompt "Gigabit Ethernet device support"