xref: /linux/drivers/s390/net/Kconfig (revision fb64de1bc36c7fdeb3b4279d0fe52496ce34c45a)
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"
81abd2296SPaul Gortmaker	depends on CCW && NETDEVICES && (ETHERNET || FDDI)
91da177e4SLinus Torvalds	help
10f423f735SUrsula Braun	  Select this option if you want to use LCS networking on IBM System z.
111abd2296SPaul Gortmaker	  This device driver supports FDDI (IEEE 802.7) and Ethernet.
124737f097SPavel Machek	  To compile as a module, choose M. The module name is lcs.
13f423f735SUrsula Braun	  If you do not know what it is, it's safe to choose Y.
141da177e4SLinus Torvalds
15293d984fSPeter Tiedemannconfig CTCM
166f9a3c33SMartin Schwidefsky	def_tristate m
176f9a3c33SMartin Schwidefsky	prompt "CTC and MPC SNA device support"
1861d48c2cSMartin Schwidefsky	depends on CCW && NETDEVICES
191da177e4SLinus Torvalds	help
20f423f735SUrsula Braun	  Select this option if you want to use channel-to-channel
21f423f735SUrsula Braun	  point-to-point networking on IBM System z.
22f423f735SUrsula Braun	  This device driver supports real CTC coupling using ESCON.
23f423f735SUrsula Braun	  It also supports virtual CTCs when running under VM.
24293d984fSPeter Tiedemann	  This driver also supports channel-to-channel MPC SNA devices.
25293d984fSPeter Tiedemann	  MPC is an SNA protocol device used by Communication Server for Linux.
264737f097SPavel Machek	  To compile as a module, choose M. The module name is ctcm.
27f423f735SUrsula Braun	  To compile into the kernel, choose Y.
28f423f735SUrsula Braun	  If you do not need any channel-to-channel connection, choose N.
291da177e4SLinus Torvalds
301da177e4SLinus Torvaldsconfig NETIUCV
316f9a3c33SMartin Schwidefsky	def_tristate m
326f9a3c33SMartin Schwidefsky	prompt "IUCV network device support (VM only)"
331da177e4SLinus Torvalds	depends on IUCV && NETDEVICES
341da177e4SLinus Torvalds	help
351da177e4SLinus Torvalds	  Select this option if you want to use inter-user communication
361da177e4SLinus Torvalds	  vehicle networking under VM or VIF. It enables a fast communication
371da177e4SLinus Torvalds	  link between VM guests. Using ifconfig a point-to-point connection
38f423f735SUrsula Braun	  can be established to the Linux on IBM System z
39f423f735SUrsula Braun	  running on the other VM guest. To compile as a module, choose M.
404737f097SPavel Machek	  The module name is netiucv. If unsure, choose Y.
411da177e4SLinus Torvalds
421da177e4SLinus Torvaldsconfig SMSGIUCV
436f9a3c33SMartin Schwidefsky	def_tristate m
446f9a3c33SMartin Schwidefsky	prompt "IUCV special message support (VM only)"
451da177e4SLinus Torvalds	depends on IUCV
461da177e4SLinus Torvalds	help
471da177e4SLinus Torvalds	  Select this option if you want to be able to receive SMSG messages
481da177e4SLinus Torvalds	  from other VM guest systems.
491da177e4SLinus Torvalds
501ffaa640SHendrik Bruecknerconfig SMSGIUCV_EVENT
516f9a3c33SMartin Schwidefsky	def_tristate m
526f9a3c33SMartin Schwidefsky	prompt "Deliver IUCV special messages as uevents (VM only)"
531ffaa640SHendrik Brueckner	depends on SMSGIUCV
541ffaa640SHendrik Brueckner	help
551ffaa640SHendrik Brueckner	  Select this option to deliver CP special messages (SMSGs) as
561ffaa640SHendrik Brueckner	  uevents.  The driver handles only those special messages that
571ffaa640SHendrik Brueckner	  start with "APP".
581ffaa640SHendrik Brueckner
591ffaa640SHendrik Brueckner	  To compile as a module, choose M. The module name is "smsgiucv_app".
601ffaa640SHendrik Brueckner
611da177e4SLinus Torvaldsconfig QETH
626f9a3c33SMartin Schwidefsky	def_tristate y
636f9a3c33SMartin Schwidefsky	prompt "Gigabit Ethernet device support"
643d14f661SThomas Richter	depends on CCW && NETDEVICES && IP_MULTICAST && QDIO && ETHERNET
651da177e4SLinus Torvalds	help
66f423f735SUrsula Braun	  This driver supports the IBM System z OSA Express adapters
6726e4b334SStefan Raspl	  in QDIO mode (all media types), HiperSockets interfaces and z/VM
6826e4b334SStefan Raspl	  virtual NICs for Guest LAN and VSWITCH.
691da177e4SLinus Torvalds
701da177e4SLinus Torvalds	  For details please refer to the documentation provided by IBM at
71f423f735SUrsula Braun	  <http://www.ibm.com/developerworks/linux/linux390>
721da177e4SLinus Torvalds
73f423f735SUrsula Braun	  To compile this driver as a module, choose M.
744737f097SPavel Machek	  The module name is qeth.
751da177e4SLinus Torvalds
764a71df50SFrank Blaschkaconfig QETH_L2
776f9a3c33SMartin Schwidefsky	def_tristate y
786f9a3c33SMartin Schwidefsky	prompt "qeth layer 2 device support"
791da177e4SLinus Torvalds	depends on QETH
804a71df50SFrank Blaschka	help
814a71df50SFrank Blaschka	  Select this option to be able to run qeth devices in layer 2 mode.
824737f097SPavel Machek	  To compile as a module, choose M. The module name is qeth_l2.
834a71df50SFrank Blaschka	  If unsure, choose y.
844a71df50SFrank Blaschka
854a71df50SFrank Blaschkaconfig QETH_L3
866f9a3c33SMartin Schwidefsky	def_tristate y
876f9a3c33SMartin Schwidefsky	prompt "qeth layer 3 device support"
884a71df50SFrank Blaschka	depends on QETH
894a71df50SFrank Blaschka	help
904a71df50SFrank Blaschka	  Select this option to be able to run qeth devices in layer 3 mode.
914737f097SPavel Machek	  To compile as a module choose M. The module name is qeth_l3.
924a71df50SFrank Blaschka	  If unsure, choose Y.
931da177e4SLinus Torvalds
944e2b5aa5SJulian Wiedmannconfig QETH_OSN
954e2b5aa5SJulian Wiedmann	def_bool !HAVE_MARCH_Z14_FEATURES
964e2b5aa5SJulian Wiedmann	prompt "qeth OSN device support"
974e2b5aa5SJulian Wiedmann	depends on QETH
984e2b5aa5SJulian Wiedmann	help
994e2b5aa5SJulian Wiedmann	  This enables the qeth driver to support devices in OSN mode.
100*fb64de1bSJulian Wiedmann	  This feature will be removed in 2021.
1014e2b5aa5SJulian Wiedmann	  If unsure, choose N.
1024e2b5aa5SJulian Wiedmann
1034e2b5aa5SJulian Wiedmannconfig QETH_OSX
1044e2b5aa5SJulian Wiedmann	def_bool !HAVE_MARCH_Z15_FEATURES
1054e2b5aa5SJulian Wiedmann	prompt "qeth OSX device support"
1064e2b5aa5SJulian Wiedmann	depends on QETH
1074e2b5aa5SJulian Wiedmann	help
1084e2b5aa5SJulian Wiedmann	  This enables the qeth driver to support devices in OSX mode.
1094e2b5aa5SJulian Wiedmann	  If unsure, choose N.
1104e2b5aa5SJulian Wiedmann
1111da177e4SLinus Torvaldsconfig CCWGROUP
1121da177e4SLinus Torvalds	tristate
11383650a2eSUrsula Braun	default (LCS || CTCM || QETH)
1141da177e4SLinus Torvalds
115684b89bcSSebastian Ottconfig ISM
116684b89bcSSebastian Ott	tristate "Support for ISM vPCI Adapter"
117684b89bcSSebastian Ott	depends on PCI && SMC
118684b89bcSSebastian Ott	default n
119684b89bcSSebastian Ott	help
120684b89bcSSebastian Ott	  Select this option if you want to use the Internal Shared Memory
121684b89bcSSebastian Ott	  vPCI Adapter.
122684b89bcSSebastian Ott
123684b89bcSSebastian Ott	  To compile as a module choose M. The module name is ism.
124684b89bcSSebastian Ott	  If unsure, choose N.
1251da177e4SLinus Torvaldsendmenu
126