| .. | .. |
|---|
| 7 | 7 | prompt "Lan Channel Station Interface" |
|---|
| 8 | 8 | depends on CCW && NETDEVICES && (ETHERNET || FDDI) |
|---|
| 9 | 9 | help |
|---|
| 10 | | - Select this option if you want to use LCS networking on IBM System z. |
|---|
| 11 | | - This device driver supports FDDI (IEEE 802.7) and Ethernet. |
|---|
| 12 | | - To compile as a module, choose M. The module name is lcs. |
|---|
| 13 | | - If you do not know what it is, it's safe to choose Y. |
|---|
| 10 | + Select this option if you want to use LCS networking on IBM System z. |
|---|
| 11 | + This device driver supports FDDI (IEEE 802.7) and Ethernet. |
|---|
| 12 | + To compile as a module, choose M. The module name is lcs. |
|---|
| 13 | + If you do not know what it is, it's safe to choose Y. |
|---|
| 14 | 14 | |
|---|
| 15 | 15 | config CTCM |
|---|
| 16 | 16 | def_tristate m |
|---|
| .. | .. |
|---|
| 63 | 63 | prompt "Gigabit Ethernet device support" |
|---|
| 64 | 64 | depends on CCW && NETDEVICES && IP_MULTICAST && QDIO && ETHERNET |
|---|
| 65 | 65 | help |
|---|
| 66 | | - This driver supports the IBM System z OSA Express adapters |
|---|
| 67 | | - in QDIO mode (all media types), HiperSockets interfaces and z/VM |
|---|
| 68 | | - virtual NICs for Guest LAN and VSWITCH. |
|---|
| 69 | | - |
|---|
| 70 | | - For details please refer to the documentation provided by IBM at |
|---|
| 71 | | - <http://www.ibm.com/developerworks/linux/linux390> |
|---|
| 66 | + This driver supports IBM's OSA Express network adapters in QDIO mode, |
|---|
| 67 | + HiperSockets interfaces and z/VM virtual NICs for Guest LAN and |
|---|
| 68 | + VSWITCH. |
|---|
| 72 | 69 | |
|---|
| 73 | 70 | To compile this driver as a module, choose M. |
|---|
| 74 | 71 | The module name is qeth. |
|---|
| .. | .. |
|---|
| 91 | 88 | To compile as a module choose M. The module name is qeth_l3. |
|---|
| 92 | 89 | If unsure, choose Y. |
|---|
| 93 | 90 | |
|---|
| 91 | +config QETH_OSN |
|---|
| 92 | + def_bool !HAVE_MARCH_Z14_FEATURES |
|---|
| 93 | + prompt "qeth OSN device support" |
|---|
| 94 | + depends on QETH |
|---|
| 95 | + help |
|---|
| 96 | + This enables the qeth driver to support devices in OSN mode. |
|---|
| 97 | + This feature will be removed in 2021. |
|---|
| 98 | + If unsure, choose N. |
|---|
| 99 | + |
|---|
| 100 | +config QETH_OSX |
|---|
| 101 | + def_bool !HAVE_MARCH_Z15_FEATURES |
|---|
| 102 | + prompt "qeth OSX device support" |
|---|
| 103 | + depends on QETH |
|---|
| 104 | + help |
|---|
| 105 | + This enables the qeth driver to support devices in OSX mode. |
|---|
| 106 | + If unsure, choose N. |
|---|
| 107 | + |
|---|
| 94 | 108 | config CCWGROUP |
|---|
| 95 | 109 | tristate |
|---|
| 96 | | - default (LCS || CTCM || QETH) |
|---|
| 110 | + default (LCS || CTCM || QETH || SMC) |
|---|
| 97 | 111 | |
|---|
| 98 | 112 | config ISM |
|---|
| 99 | 113 | tristate "Support for ISM vPCI Adapter" |
|---|