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