xref: /linux/drivers/s390/net/Kconfig (revision 4a71df50047f0db65ea09b1be155852e81a45eba)
11da177e4SLinus Torvaldsmenu "S/390 network device drivers"
2347a8dc3SMartin Schwidefsky	depends on NETDEVICES && S390
31da177e4SLinus Torvalds
41da177e4SLinus Torvaldsconfig LCS
51da177e4SLinus Torvalds	tristate "Lan Channel Station Interface"
661d48c2cSMartin Schwidefsky	depends on CCW && NETDEVICES && (NET_ETHERNET || TR || FDDI)
71da177e4SLinus Torvalds	help
8f423f735SUrsula Braun	   Select this option if you want to use LCS networking on IBM System z.
9f423f735SUrsula Braun	   This device driver supports Token Ring (IEEE 802.5),
101da177e4SLinus Torvalds	   FDDI (IEEE 802.7) and Ethernet.
11f423f735SUrsula Braun	   To compile as a module, choose M. The module name is lcs.ko.
12f423f735SUrsula Braun	   If you do not know what it is, it's safe to choose Y.
131da177e4SLinus Torvalds
14293d984fSPeter Tiedemannconfig CTCM
15293d984fSPeter Tiedemann	tristate "CTC and MPC SNA device support"
1661d48c2cSMartin Schwidefsky	depends on CCW && NETDEVICES
171da177e4SLinus Torvalds	help
18f423f735SUrsula Braun	  Select this option if you want to use channel-to-channel
19f423f735SUrsula Braun	  point-to-point networking on IBM System z.
20f423f735SUrsula Braun	  This device driver supports real CTC coupling using ESCON.
21f423f735SUrsula Braun	  It also supports virtual CTCs when running under VM.
22293d984fSPeter Tiedemann	  This driver also supports channel-to-channel MPC SNA devices.
23293d984fSPeter Tiedemann	  MPC is an SNA protocol device used by Communication Server for Linux.
24293d984fSPeter Tiedemann	  To compile as a module, choose M. The module name is ctcm.ko.
25f423f735SUrsula Braun	  To compile into the kernel, choose Y.
26f423f735SUrsula Braun	  If you do not need any channel-to-channel connection, choose N.
271da177e4SLinus Torvalds
281da177e4SLinus Torvaldsconfig NETIUCV
291da177e4SLinus Torvalds	tristate "IUCV network device support (VM only)"
301da177e4SLinus Torvalds	depends on IUCV && NETDEVICES
311da177e4SLinus Torvalds	help
321da177e4SLinus Torvalds	  Select this option if you want to use inter-user communication
331da177e4SLinus Torvalds	  vehicle networking under VM or VIF. It enables a fast communication
341da177e4SLinus Torvalds	  link between VM guests. Using ifconfig a point-to-point connection
35f423f735SUrsula Braun	  can be established to the Linux on IBM System z
36f423f735SUrsula Braun	  running on the other VM guest. To compile as a module, choose M.
37f423f735SUrsula Braun	  The module name is netiucv.ko. If unsure, choose Y.
381da177e4SLinus Torvalds
391da177e4SLinus Torvaldsconfig SMSGIUCV
401da177e4SLinus Torvalds	tristate "IUCV special message support (VM only)"
411da177e4SLinus Torvalds	depends on IUCV
421da177e4SLinus Torvalds	help
431da177e4SLinus Torvalds	  Select this option if you want to be able to receive SMSG messages
441da177e4SLinus Torvalds	  from other VM guest systems.
451da177e4SLinus Torvalds
461da177e4SLinus Torvaldsconfig CLAW
471da177e4SLinus Torvalds	tristate "CLAW device support"
4861d48c2cSMartin Schwidefsky	depends on CCW && NETDEVICES
491da177e4SLinus Torvalds	help
501da177e4SLinus Torvalds	  This driver supports channel attached CLAW devices.
511da177e4SLinus Torvalds	  CLAW is Common Link Access for Workstation.  Common devices
521da177e4SLinus Torvalds          that use CLAW are RS/6000s, Cisco Routers (CIP) and 3172 devices.
53f423f735SUrsula Braun	  To compile as a module, choose M. The module name is claw.ko.
54f423f735SUrsula Braun	  To compile into the kernel, choose Y.
551da177e4SLinus Torvalds
561da177e4SLinus Torvaldsconfig QETH
571da177e4SLinus Torvalds	tristate "Gigabit Ethernet device support"
5861d48c2cSMartin Schwidefsky	depends on CCW && NETDEVICES && IP_MULTICAST && QDIO
591da177e4SLinus Torvalds	help
60f423f735SUrsula Braun	  This driver supports the IBM System z OSA Express adapters
611da177e4SLinus Torvalds	  in QDIO mode (all media types), HiperSockets interfaces and VM GuestLAN
621da177e4SLinus Torvalds	  interfaces in QDIO and HIPER mode.
631da177e4SLinus Torvalds
641da177e4SLinus Torvalds	  For details please refer to the documentation provided by IBM at
65f423f735SUrsula Braun	  <http://www.ibm.com/developerworks/linux/linux390>
661da177e4SLinus Torvalds
67f423f735SUrsula Braun	  To compile this driver as a module, choose M.
68f423f735SUrsula Braun	  The module name is qeth.ko.
691da177e4SLinus Torvalds
70*4a71df50SFrank Blaschkaconfig QETH_L2
71*4a71df50SFrank Blaschka        tristate "qeth layer 2 device support"
721da177e4SLinus Torvalds        depends on QETH
73*4a71df50SFrank Blaschka        help
74*4a71df50SFrank Blaschka          Select this option to be able to run qeth devices in layer 2 mode.
75*4a71df50SFrank Blaschka          To compile as a module, choose M. The module name is qeth_l2.ko.
76*4a71df50SFrank Blaschka          If unsure, choose y.
77*4a71df50SFrank Blaschka
78*4a71df50SFrank Blaschkaconfig QETH_L3
79*4a71df50SFrank Blaschka        tristate "qeth layer 3 device support"
80*4a71df50SFrank Blaschka        depends on QETH
81*4a71df50SFrank Blaschka        help
82*4a71df50SFrank Blaschka          Select this option to be able to run qeth devices in layer 3 mode.
83*4a71df50SFrank Blaschka          To compile as a module choose M. The module name is qeth_l3.ko.
84*4a71df50SFrank Blaschka          If unsure, choose Y.
851da177e4SLinus Torvalds
861da177e4SLinus Torvaldsconfig QETH_IPV6
87*4a71df50SFrank Blaschka        bool
88*4a71df50SFrank Blaschka        depends on (QETH_L3 = IPV6) || (QETH_L3 && IPV6 = 'y')
89*4a71df50SFrank Blaschka        default y
901da177e4SLinus Torvalds
911da177e4SLinus Torvaldsconfig CCWGROUP
921da177e4SLinus Torvalds	tristate
93293d984fSPeter Tiedemann	default (LCS || CTCM || QETH)
941da177e4SLinus Torvalds
951da177e4SLinus Torvaldsendmenu
96