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 14*293d984fSPeter Tiedemannconfig CTCM 15*293d984fSPeter 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. 22*293d984fSPeter Tiedemann This driver also supports channel-to-channel MPC SNA devices. 23*293d984fSPeter Tiedemann MPC is an SNA protocol device used by Communication Server for Linux. 24*293d984fSPeter 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 701da177e4SLinus Torvalds 711da177e4SLinus Torvaldscomment "Gigabit Ethernet default settings" 721da177e4SLinus Torvalds depends on QETH 731da177e4SLinus Torvalds 741da177e4SLinus Torvaldsconfig QETH_IPV6 751da177e4SLinus Torvalds bool "IPv6 support for gigabit ethernet" 761da177e4SLinus Torvalds depends on (QETH = IPV6) || (QETH && IPV6 = 'y') 771da177e4SLinus Torvalds help 781da177e4SLinus Torvalds If CONFIG_QETH is switched on, this option will include IPv6 791da177e4SLinus Torvalds support in the qeth device driver. 801da177e4SLinus Torvalds 811da177e4SLinus Torvaldsconfig QETH_VLAN 821da177e4SLinus Torvalds bool "VLAN support for gigabit ethernet" 831da177e4SLinus Torvalds depends on (QETH = VLAN_8021Q) || (QETH && VLAN_8021Q = 'y') 841da177e4SLinus Torvalds help 851da177e4SLinus Torvalds If CONFIG_QETH is switched on, this option will include IEEE 861da177e4SLinus Torvalds 802.1q VLAN support in the qeth device driver. 871da177e4SLinus Torvalds 881da177e4SLinus Torvaldsconfig CCWGROUP 891da177e4SLinus Torvalds tristate 90*293d984fSPeter Tiedemann default (LCS || CTCM || QETH) 911da177e4SLinus Torvalds 921da177e4SLinus Torvaldsendmenu 93