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 8*f423f735SUrsula Braun Select this option if you want to use LCS networking on IBM System z. 9*f423f735SUrsula Braun This device driver supports Token Ring (IEEE 802.5), 101da177e4SLinus Torvalds FDDI (IEEE 802.7) and Ethernet. 11*f423f735SUrsula Braun To compile as a module, choose M. The module name is lcs.ko. 12*f423f735SUrsula Braun If you do not know what it is, it's safe to choose Y. 131da177e4SLinus Torvalds 141da177e4SLinus Torvaldsconfig CTC 151da177e4SLinus Torvalds tristate "CTC device support" 1661d48c2cSMartin Schwidefsky depends on CCW && NETDEVICES 171da177e4SLinus Torvalds help 18*f423f735SUrsula Braun Select this option if you want to use channel-to-channel 19*f423f735SUrsula Braun point-to-point networking on IBM System z. 20*f423f735SUrsula Braun This device driver supports real CTC coupling using ESCON. 21*f423f735SUrsula Braun It also supports virtual CTCs when running under VM. 22*f423f735SUrsula Braun To compile as a module, choose M. The module name is ctc.ko. 23*f423f735SUrsula Braun To compile into the kernel, choose Y. 24*f423f735SUrsula Braun If you do not need any channel-to-channel connection, choose N. 251da177e4SLinus Torvalds 261da177e4SLinus Torvaldsconfig NETIUCV 271da177e4SLinus Torvalds tristate "IUCV network device support (VM only)" 281da177e4SLinus Torvalds depends on IUCV && NETDEVICES 291da177e4SLinus Torvalds help 301da177e4SLinus Torvalds Select this option if you want to use inter-user communication 311da177e4SLinus Torvalds vehicle networking under VM or VIF. It enables a fast communication 321da177e4SLinus Torvalds link between VM guests. Using ifconfig a point-to-point connection 33*f423f735SUrsula Braun can be established to the Linux on IBM System z 34*f423f735SUrsula Braun running on the other VM guest. To compile as a module, choose M. 35*f423f735SUrsula Braun The module name is netiucv.ko. If unsure, choose Y. 361da177e4SLinus Torvalds 371da177e4SLinus Torvaldsconfig SMSGIUCV 381da177e4SLinus Torvalds tristate "IUCV special message support (VM only)" 391da177e4SLinus Torvalds depends on IUCV 401da177e4SLinus Torvalds help 411da177e4SLinus Torvalds Select this option if you want to be able to receive SMSG messages 421da177e4SLinus Torvalds from other VM guest systems. 431da177e4SLinus Torvalds 441da177e4SLinus Torvaldsconfig CLAW 451da177e4SLinus Torvalds tristate "CLAW device support" 4661d48c2cSMartin Schwidefsky depends on CCW && NETDEVICES 471da177e4SLinus Torvalds help 481da177e4SLinus Torvalds This driver supports channel attached CLAW devices. 491da177e4SLinus Torvalds CLAW is Common Link Access for Workstation. Common devices 501da177e4SLinus Torvalds that use CLAW are RS/6000s, Cisco Routers (CIP) and 3172 devices. 51*f423f735SUrsula Braun To compile as a module, choose M. The module name is claw.ko. 52*f423f735SUrsula Braun To compile into the kernel, choose Y. 531da177e4SLinus Torvalds 541da177e4SLinus Torvaldsconfig QETH 551da177e4SLinus Torvalds tristate "Gigabit Ethernet device support" 5661d48c2cSMartin Schwidefsky depends on CCW && NETDEVICES && IP_MULTICAST && QDIO 571da177e4SLinus Torvalds help 58*f423f735SUrsula Braun This driver supports the IBM System z OSA Express adapters 591da177e4SLinus Torvalds in QDIO mode (all media types), HiperSockets interfaces and VM GuestLAN 601da177e4SLinus Torvalds interfaces in QDIO and HIPER mode. 611da177e4SLinus Torvalds 621da177e4SLinus Torvalds For details please refer to the documentation provided by IBM at 63*f423f735SUrsula Braun <http://www.ibm.com/developerworks/linux/linux390> 641da177e4SLinus Torvalds 65*f423f735SUrsula Braun To compile this driver as a module, choose M. 66*f423f735SUrsula Braun The module name is qeth.ko. 671da177e4SLinus Torvalds 681da177e4SLinus Torvalds 691da177e4SLinus Torvaldscomment "Gigabit Ethernet default settings" 701da177e4SLinus Torvalds depends on QETH 711da177e4SLinus Torvalds 721da177e4SLinus Torvaldsconfig QETH_IPV6 731da177e4SLinus Torvalds bool "IPv6 support for gigabit ethernet" 741da177e4SLinus Torvalds depends on (QETH = IPV6) || (QETH && IPV6 = 'y') 751da177e4SLinus Torvalds help 761da177e4SLinus Torvalds If CONFIG_QETH is switched on, this option will include IPv6 771da177e4SLinus Torvalds support in the qeth device driver. 781da177e4SLinus Torvalds 791da177e4SLinus Torvaldsconfig QETH_VLAN 801da177e4SLinus Torvalds bool "VLAN support for gigabit ethernet" 811da177e4SLinus Torvalds depends on (QETH = VLAN_8021Q) || (QETH && VLAN_8021Q = 'y') 821da177e4SLinus Torvalds help 831da177e4SLinus Torvalds If CONFIG_QETH is switched on, this option will include IEEE 841da177e4SLinus Torvalds 802.1q VLAN support in the qeth device driver. 851da177e4SLinus Torvalds 861da177e4SLinus Torvaldsconfig CCWGROUP 871da177e4SLinus Torvalds tristate 881da177e4SLinus Torvalds default (LCS || CTC || QETH) 891da177e4SLinus Torvalds 901da177e4SLinus Torvaldsendmenu 91