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 |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 5 | def_tristate m |
| 6 | prompt "Lan Channel Station Interface" |
Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 7 | depends on CCW && NETDEVICES && (NET_ETHERNET || TR || FDDI) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 8 | help |
Ursula Braun | f423f73 | 2008-02-08 00:03:48 +0100 | [diff] [blame] | 9 | Select this option if you want to use LCS networking on IBM System z. |
| 10 | This device driver supports Token Ring (IEEE 802.5), |
| 11 | FDDI (IEEE 802.7) and Ethernet. |
Pavel Machek | 4737f09 | 2009-06-05 00:44:53 +0200 | [diff] [blame] | 12 | To compile as a module, choose M. The module name is lcs. |
Ursula Braun | f423f73 | 2008-02-08 00:03:48 +0100 | [diff] [blame] | 13 | 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] | 14 | |
Peter Tiedemann | 293d984 | 2008-02-08 00:03:49 +0100 | [diff] [blame] | 15 | config CTCM |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 16 | def_tristate m |
| 17 | prompt "CTC and MPC SNA device support" |
Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 18 | depends on CCW && NETDEVICES |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 19 | help |
Ursula Braun | f423f73 | 2008-02-08 00:03:48 +0100 | [diff] [blame] | 20 | Select this option if you want to use channel-to-channel |
| 21 | point-to-point networking on IBM System z. |
| 22 | This device driver supports real CTC coupling using ESCON. |
| 23 | It also supports virtual CTCs when running under VM. |
Peter Tiedemann | 293d984 | 2008-02-08 00:03:49 +0100 | [diff] [blame] | 24 | This driver also supports channel-to-channel MPC SNA devices. |
| 25 | MPC is an SNA protocol device used by Communication Server for Linux. |
Pavel Machek | 4737f09 | 2009-06-05 00:44:53 +0200 | [diff] [blame] | 26 | To compile as a module, choose M. The module name is ctcm. |
Ursula Braun | f423f73 | 2008-02-08 00:03:48 +0100 | [diff] [blame] | 27 | To compile into the kernel, choose Y. |
| 28 | If you do not need any channel-to-channel connection, choose N. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 29 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 30 | config NETIUCV |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 31 | def_tristate m |
| 32 | prompt "IUCV network device support (VM only)" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 33 | depends on IUCV && NETDEVICES |
| 34 | help |
| 35 | Select this option if you want to use inter-user communication |
| 36 | vehicle networking under VM or VIF. It enables a fast communication |
| 37 | link between VM guests. Using ifconfig a point-to-point connection |
Ursula Braun | f423f73 | 2008-02-08 00:03:48 +0100 | [diff] [blame] | 38 | can be established to the Linux on IBM System z |
| 39 | running on the other VM guest. To compile as a module, choose M. |
Pavel Machek | 4737f09 | 2009-06-05 00:44:53 +0200 | [diff] [blame] | 40 | The module name is netiucv. If unsure, choose Y. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 41 | |
| 42 | config SMSGIUCV |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 43 | def_tristate m |
| 44 | prompt "IUCV special message support (VM only)" |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 45 | depends on IUCV |
| 46 | help |
| 47 | Select this option if you want to be able to receive SMSG messages |
| 48 | from other VM guest systems. |
| 49 | |
Hendrik Brueckner | 1ffaa64 | 2010-03-08 12:26:26 +0100 | [diff] [blame] | 50 | config SMSGIUCV_EVENT |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 51 | def_tristate m |
| 52 | prompt "Deliver IUCV special messages as uevents (VM only)" |
Hendrik Brueckner | 1ffaa64 | 2010-03-08 12:26:26 +0100 | [diff] [blame] | 53 | depends on SMSGIUCV |
| 54 | help |
| 55 | Select this option to deliver CP special messages (SMSGs) as |
| 56 | uevents. The driver handles only those special messages that |
| 57 | start with "APP". |
| 58 | |
| 59 | To compile as a module, choose M. The module name is "smsgiucv_app". |
| 60 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 61 | config CLAW |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 62 | def_tristate m |
| 63 | prompt "CLAW device support" |
Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 64 | depends on CCW && NETDEVICES |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 65 | help |
| 66 | This driver supports channel attached CLAW devices. |
| 67 | CLAW is Common Link Access for Workstation. Common devices |
| 68 | that use CLAW are RS/6000s, Cisco Routers (CIP) and 3172 devices. |
Pavel Machek | 4737f09 | 2009-06-05 00:44:53 +0200 | [diff] [blame] | 69 | To compile as a module, choose M. The module name is claw. |
Ursula Braun | f423f73 | 2008-02-08 00:03:48 +0100 | [diff] [blame] | 70 | To compile into the kernel, choose Y. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 71 | |
| 72 | config QETH |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 73 | def_tristate y |
| 74 | prompt "Gigabit Ethernet device support" |
Martin Schwidefsky | 61d48c2 | 2007-05-10 15:46:00 +0200 | [diff] [blame] | 75 | depends on CCW && NETDEVICES && IP_MULTICAST && QDIO |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 76 | help |
Ursula Braun | f423f73 | 2008-02-08 00:03:48 +0100 | [diff] [blame] | 77 | This driver supports the IBM System z OSA Express adapters |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 78 | in QDIO mode (all media types), HiperSockets interfaces and VM GuestLAN |
| 79 | interfaces in QDIO and HIPER mode. |
| 80 | |
Ursula Braun | f423f73 | 2008-02-08 00:03:48 +0100 | [diff] [blame] | 81 | For details please refer to the documentation provided by IBM at |
| 82 | <http://www.ibm.com/developerworks/linux/linux390> |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 83 | |
Ursula Braun | f423f73 | 2008-02-08 00:03:48 +0100 | [diff] [blame] | 84 | To compile this driver as a module, choose M. |
Pavel Machek | 4737f09 | 2009-06-05 00:44:53 +0200 | [diff] [blame] | 85 | The module name is qeth. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 86 | |
Frank Blaschka | 4a71df5 | 2008-02-15 09:19:42 +0100 | [diff] [blame] | 87 | config QETH_L2 |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 88 | def_tristate y |
| 89 | prompt "qeth layer 2 device support" |
| 90 | depends on QETH |
| 91 | help |
| 92 | Select this option to be able to run qeth devices in layer 2 mode. |
| 93 | To compile as a module, choose M. The module name is qeth_l2. |
| 94 | If unsure, choose y. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 95 | |
Frank Blaschka | 4a71df5 | 2008-02-15 09:19:42 +0100 | [diff] [blame] | 96 | config QETH_L3 |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 97 | def_tristate y |
| 98 | prompt "qeth layer 3 device support" |
| 99 | depends on QETH |
| 100 | help |
| 101 | Select this option to be able to run qeth devices in layer 3 mode. |
| 102 | To compile as a module choose M. The module name is qeth_l3. |
| 103 | If unsure, choose Y. |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 104 | |
| 105 | config QETH_IPV6 |
Martin Schwidefsky | 6f9a3c3 | 2011-01-05 12:47:15 +0100 | [diff] [blame] | 106 | def_bool y if (QETH_L3 = IPV6) || (QETH_L3 && IPV6 = 'y') |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 107 | |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 108 | config CCWGROUP |
Peter Tiedemann | 293d984 | 2008-02-08 00:03:49 +0100 | [diff] [blame] | 109 | tristate |
Mike Frysinger | 81d5374 | 2010-09-07 21:14:41 +0000 | [diff] [blame] | 110 | default (LCS || CTCM || QETH || CLAW) |
Linus Torvalds | 1da177e | 2005-04-16 15:20:36 -0700 | [diff] [blame] | 111 | |
| 112 | endmenu |