hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/s390/net/Kconfig
....@@ -7,10 +7,10 @@
77 prompt "Lan Channel Station Interface"
88 depends on CCW && NETDEVICES && (ETHERNET || FDDI)
99 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.
1414
1515 config CTCM
1616 def_tristate m
....@@ -63,12 +63,9 @@
6363 prompt "Gigabit Ethernet device support"
6464 depends on CCW && NETDEVICES && IP_MULTICAST && QDIO && ETHERNET
6565 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.
7269
7370 To compile this driver as a module, choose M.
7471 The module name is qeth.
....@@ -91,9 +88,26 @@
9188 To compile as a module choose M. The module name is qeth_l3.
9289 If unsure, choose Y.
9390
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
+
94108 config CCWGROUP
95109 tristate
96
- default (LCS || CTCM || QETH)
110
+ default (LCS || CTCM || QETH || SMC)
97111
98112 config ISM
99113 tristate "Support for ISM vPCI Adapter"