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