xref: /linux/drivers/s390/net/Kconfig (revision 0ea5c948cb64bab5bc7a5516774eb8536f05aa0d)
19fa1db4cSMartin Schwidefsky# SPDX-License-Identifier: GPL-2.0
21da177e4SLinus Torvaldsmenu "S/390 network device drivers"
3347a8dc3SMartin Schwidefsky	depends on NETDEVICES && S390
41da177e4SLinus Torvalds
51da177e4SLinus Torvaldsconfig LCS
66f9a3c33SMartin Schwidefsky	def_tristate m
76f9a3c33SMartin Schwidefsky	prompt "Lan Channel Station Interface"
88540336aSAlexandra Winter	depends on CCW && NETDEVICES && ETHERNET
91da177e4SLinus Torvalds	help
10f423f735SUrsula Braun	  Select this option if you want to use LCS networking on IBM System z.
114737f097SPavel Machek	  To compile as a module, choose M. The module name is lcs.
128540336aSAlexandra Winter	  If you do not use LCS, choose N.
131da177e4SLinus Torvalds
14293d984fSPeter Tiedemannconfig CTCM
156f9a3c33SMartin Schwidefsky	def_tristate m
166f9a3c33SMartin Schwidefsky	prompt "CTC and MPC SNA device support"
1761d48c2cSMartin Schwidefsky	depends on CCW && NETDEVICES
181da177e4SLinus Torvalds	help
19f423f735SUrsula Braun	  Select this option if you want to use channel-to-channel
20f423f735SUrsula Braun	  point-to-point networking on IBM System z.
21f423f735SUrsula Braun	  This device driver supports real CTC coupling using ESCON.
22f423f735SUrsula Braun	  It also supports virtual CTCs when running under VM.
23293d984fSPeter Tiedemann	  This driver also supports channel-to-channel MPC SNA devices.
24293d984fSPeter Tiedemann	  MPC is an SNA protocol device used by Communication Server for Linux.
254737f097SPavel Machek	  To compile as a module, choose M. The module name is ctcm.
26f423f735SUrsula Braun	  To compile into the kernel, choose Y.
27f423f735SUrsula Braun	  If you do not need any channel-to-channel connection, choose N.
281da177e4SLinus Torvalds
291da177e4SLinus Torvaldsconfig NETIUCV
306f9a3c33SMartin Schwidefsky	def_tristate m
316f9a3c33SMartin Schwidefsky	prompt "IUCV network device support (VM only)"
321da177e4SLinus Torvalds	depends on IUCV && NETDEVICES
331da177e4SLinus Torvalds	help
341da177e4SLinus Torvalds	  Select this option if you want to use inter-user communication
351da177e4SLinus Torvalds	  vehicle networking under VM or VIF. It enables a fast communication
361da177e4SLinus Torvalds	  link between VM guests. Using ifconfig a point-to-point connection
37f423f735SUrsula Braun	  can be established to the Linux on IBM System z
38f423f735SUrsula Braun	  running on the other VM guest. To compile as a module, choose M.
394737f097SPavel Machek	  The module name is netiucv. If unsure, choose Y.
401da177e4SLinus Torvalds
411da177e4SLinus Torvaldsconfig SMSGIUCV
426f9a3c33SMartin Schwidefsky	def_tristate m
436f9a3c33SMartin Schwidefsky	prompt "IUCV special message support (VM only)"
441da177e4SLinus Torvalds	depends on IUCV
451da177e4SLinus Torvalds	help
461da177e4SLinus Torvalds	  Select this option if you want to be able to receive SMSG messages
471da177e4SLinus Torvalds	  from other VM guest systems.
481da177e4SLinus Torvalds
491ffaa640SHendrik Bruecknerconfig SMSGIUCV_EVENT
506f9a3c33SMartin Schwidefsky	def_tristate m
516f9a3c33SMartin Schwidefsky	prompt "Deliver IUCV special messages as uevents (VM only)"
521ffaa640SHendrik Brueckner	depends on SMSGIUCV
531ffaa640SHendrik Brueckner	help
541ffaa640SHendrik Brueckner	  Select this option to deliver CP special messages (SMSGs) as
551ffaa640SHendrik Brueckner	  uevents.  The driver handles only those special messages that
561ffaa640SHendrik Brueckner	  start with "APP".
571ffaa640SHendrik Brueckner
581ffaa640SHendrik Brueckner	  To compile as a module, choose M. The module name is "smsgiucv_app".
591ffaa640SHendrik Brueckner
601da177e4SLinus Torvaldsconfig QETH
616f9a3c33SMartin Schwidefsky	def_tristate y
626f9a3c33SMartin Schwidefsky	prompt "Gigabit Ethernet device support"
633d14f661SThomas Richter	depends on CCW && NETDEVICES && IP_MULTICAST && QDIO && ETHERNET
641da177e4SLinus Torvalds	help
65dc9c404fSJulian Wiedmann	  This driver supports IBM's OSA Express network adapters in QDIO mode,
66dc9c404fSJulian Wiedmann	  HiperSockets interfaces and z/VM virtual NICs for Guest LAN and
67dc9c404fSJulian Wiedmann	  VSWITCH.
681da177e4SLinus Torvalds
69f423f735SUrsula Braun	  To compile this driver as a module, choose M.
704737f097SPavel Machek	  The module name is qeth.
711da177e4SLinus Torvalds
724a71df50SFrank Blaschkaconfig QETH_L2
736f9a3c33SMartin Schwidefsky	def_tristate y
746f9a3c33SMartin Schwidefsky	prompt "qeth layer 2 device support"
751da177e4SLinus Torvalds	depends on QETH
764e20e73eSAlexandra Winter	depends on BRIDGE || BRIDGE=n
774a71df50SFrank Blaschka	help
784a71df50SFrank Blaschka	  Select this option to be able to run qeth devices in layer 2 mode.
794737f097SPavel Machek	  To compile as a module, choose M. The module name is qeth_l2.
804a71df50SFrank Blaschka	  If unsure, choose y.
814a71df50SFrank Blaschka
824a71df50SFrank Blaschkaconfig QETH_L3
836f9a3c33SMartin Schwidefsky	def_tristate y
846f9a3c33SMartin Schwidefsky	prompt "qeth layer 3 device support"
854a71df50SFrank Blaschka	depends on QETH
864a71df50SFrank Blaschka	help
874a71df50SFrank Blaschka	  Select this option to be able to run qeth devices in layer 3 mode.
884737f097SPavel Machek	  To compile as a module choose M. The module name is qeth_l3.
894a71df50SFrank Blaschka	  If unsure, choose Y.
901da177e4SLinus Torvalds
914e2b5aa5SJulian Wiedmannconfig QETH_OSX
924e2b5aa5SJulian Wiedmann	def_bool !HAVE_MARCH_Z15_FEATURES
934e2b5aa5SJulian Wiedmann	prompt "qeth OSX device support"
944e2b5aa5SJulian Wiedmann	depends on QETH
954e2b5aa5SJulian Wiedmann	help
964e2b5aa5SJulian Wiedmann	  This enables the qeth driver to support devices in OSX mode.
974e2b5aa5SJulian Wiedmann	  If unsure, choose N.
984e2b5aa5SJulian Wiedmann
991da177e4SLinus Torvaldsconfig CCWGROUP
1001da177e4SLinus Torvalds	tristate
101219d9aefSGuvenc Gulce	default (LCS || CTCM || QETH || SMC)
1021da177e4SLinus Torvalds
103684b89bcSSebastian Ottconfig ISM
104684b89bcSSebastian Ott	tristate "Support for ISM vPCI Adapter"
105a72178cfSGerd Bayer	depends on PCI
106*d565fa43SGerd Bayer	imply SMC
107684b89bcSSebastian Ott	default n
108684b89bcSSebastian Ott	help
109684b89bcSSebastian Ott	  Select this option if you want to use the Internal Shared Memory
110*d565fa43SGerd Bayer	  vPCI Adapter. The adapter can be used with the SMC network protocol.
111684b89bcSSebastian Ott
112684b89bcSSebastian Ott	  To compile as a module choose M. The module name is ism.
113684b89bcSSebastian Ott	  If unsure, choose N.
1141da177e4SLinus Torvaldsendmenu
115