Kconfig (4353dd3b70783ebbc83fcf12d9c0af3fbab0223b) Kconfig (dc9c404f98a98b470d7cad88a7cbed16dd273d39)
1# SPDX-License-Identifier: GPL-2.0
2menu "S/390 network device drivers"
3 depends on NETDEVICES && S390
4
5config LCS
6 def_tristate m
7 prompt "Lan Channel Station Interface"
8 depends on CCW && NETDEVICES && (ETHERNET || FDDI)

--- 49 unchanged lines hidden (view full) ---

58
59 To compile as a module, choose M. The module name is "smsgiucv_app".
60
61config QETH
62 def_tristate y
63 prompt "Gigabit Ethernet device support"
64 depends on CCW && NETDEVICES && IP_MULTICAST && QDIO && ETHERNET
65 help
1# SPDX-License-Identifier: GPL-2.0
2menu "S/390 network device drivers"
3 depends on NETDEVICES && S390
4
5config LCS
6 def_tristate m
7 prompt "Lan Channel Station Interface"
8 depends on CCW && NETDEVICES && (ETHERNET || FDDI)

--- 49 unchanged lines hidden (view full) ---

58
59 To compile as a module, choose M. The module name is "smsgiucv_app".
60
61config QETH
62 def_tristate y
63 prompt "Gigabit Ethernet device support"
64 depends on CCW && NETDEVICES && IP_MULTICAST && QDIO && ETHERNET
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
73 To compile this driver as a module, choose M.
74 The module name is qeth.
75
76config QETH_L2
77 def_tristate y
78 prompt "qeth layer 2 device support"
79 depends on QETH

--- 46 unchanged lines hidden ---
69
70 To compile this driver as a module, choose M.
71 The module name is qeth.
72
73config QETH_L2
74 def_tristate y
75 prompt "qeth layer 2 device support"
76 depends on QETH

--- 46 unchanged lines hidden ---