| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 1 | menu "S/390 network device drivers" | 
| Martin Schwidefsky | 347a8dc | 2006-01-06 00:19:28 -0800 | [diff] [blame] | 2 | depends on NETDEVICES && S390 | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 3 |  | 
|  | 4 | config LCS | 
|  | 5 | tristate "Lan Channel Station Interface" | 
| Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 6 | depends on CCW && NETDEVICES && (NET_ETHERNET || TR || FDDI) | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 7 | help | 
|  | 8 | Select this option if you want to use LCS networking  on IBM S/390 | 
|  | 9 | or zSeries. This device driver supports Token Ring (IEEE 802.5), | 
|  | 10 | FDDI (IEEE 802.7) and Ethernet. | 
|  | 11 | This option is also available as a module which will be | 
|  | 12 | called lcs.ko. If you do not know what it is, it's safe to say "Y". | 
|  | 13 |  | 
|  | 14 | config CTC | 
|  | 15 | tristate "CTC device support" | 
| Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 16 | depends on CCW && NETDEVICES | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 17 | help | 
|  | 18 | Select this option if you want to use channel-to-channel networking | 
|  | 19 | on IBM S/390 or zSeries. This device driver supports real CTC | 
|  | 20 | coupling using ESCON. It also supports virtual CTCs when running | 
|  | 21 | under VM. It will use the channel device configuration if this is | 
|  | 22 | available.  This option is also available as a module which will be | 
|  | 23 | called ctc.ko.  If you do not know what it is, it's safe to say "Y". | 
|  | 24 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 25 | config NETIUCV | 
|  | 26 | tristate "IUCV network device support (VM only)" | 
|  | 27 | depends on IUCV && NETDEVICES | 
|  | 28 | help | 
|  | 29 | Select this option if you want to use inter-user communication | 
|  | 30 | vehicle networking under VM or VIF. It enables a fast communication | 
|  | 31 | link between VM guests. Using ifconfig a point-to-point connection | 
|  | 32 | can be established to the Linux for zSeries and S7390 system | 
|  | 33 | running on the other VM guest. This option is also available | 
|  | 34 | as a module which will be called netiucv.ko. If unsure, say "Y". | 
|  | 35 |  | 
|  | 36 | config SMSGIUCV | 
|  | 37 | tristate "IUCV special message support (VM only)" | 
|  | 38 | depends on IUCV | 
|  | 39 | help | 
|  | 40 | Select this option if you want to be able to receive SMSG messages | 
|  | 41 | from other VM guest systems. | 
|  | 42 |  | 
|  | 43 | config CLAW | 
|  | 44 | tristate "CLAW device support" | 
| Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 45 | depends on CCW && NETDEVICES | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 46 | help | 
|  | 47 | This driver supports channel attached CLAW devices. | 
|  | 48 | CLAW is Common Link Access for Workstation.  Common devices | 
|  | 49 | that use CLAW are RS/6000s, Cisco Routers (CIP) and 3172 devices. | 
|  | 50 | To compile as a module choose M here:  The module will be called | 
|  | 51 | claw.ko to compile into the kernel choose Y | 
|  | 52 |  | 
|  | 53 | config QETH | 
|  | 54 | tristate "Gigabit Ethernet device support" | 
| Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 55 | depends on CCW && NETDEVICES && IP_MULTICAST && QDIO | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 56 | help | 
|  | 57 | This driver supports the IBM S/390 and zSeries OSA Express adapters | 
|  | 58 | in QDIO mode (all media types), HiperSockets interfaces and VM GuestLAN | 
|  | 59 | interfaces in QDIO and HIPER mode. | 
|  | 60 |  | 
|  | 61 | For details please refer to the documentation provided by IBM at | 
|  | 62 | <http://www10.software.ibm.com/developerworks/opensource/linux390> | 
|  | 63 |  | 
|  | 64 | To compile this driver as a module, choose M here: the | 
|  | 65 | module will be called qeth.ko. | 
|  | 66 |  | 
|  | 67 |  | 
|  | 68 | comment "Gigabit Ethernet default settings" | 
|  | 69 | depends on QETH | 
|  | 70 |  | 
|  | 71 | config QETH_IPV6 | 
|  | 72 | bool "IPv6 support for gigabit ethernet" | 
|  | 73 | depends on (QETH = IPV6) || (QETH && IPV6 = 'y') | 
|  | 74 | help | 
|  | 75 | If CONFIG_QETH is switched on, this option will include IPv6 | 
|  | 76 | support in the qeth device driver. | 
|  | 77 |  | 
|  | 78 | config QETH_VLAN | 
|  | 79 | bool "VLAN support for gigabit ethernet" | 
|  | 80 | depends on (QETH = VLAN_8021Q) || (QETH && VLAN_8021Q = 'y') | 
|  | 81 | help | 
|  | 82 | If CONFIG_QETH is switched on, this option will include IEEE | 
|  | 83 | 802.1q VLAN support in the qeth device driver. | 
|  | 84 |  | 
| Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 85 | config CCWGROUP | 
|  | 86 | tristate | 
|  | 87 | default (LCS || CTC || QETH) | 
|  | 88 |  | 
|  | 89 | endmenu |