Kconfig (c18e9405d46aa08bb4b55a35ee9bcc66ef3e89e0) Kconfig (4e20e73e631ac4c2f7af603f14bd44a6d77d919c)
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)

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

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
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)

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

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
77 depends on BRIDGE || BRIDGE=n
77 help
78 Select this option to be able to run qeth devices in layer 2 mode.
79 To compile as a module, choose M. The module name is qeth_l2.
80 If unsure, choose y.
81
82config QETH_L3
83 def_tristate y
84 prompt "qeth layer 3 device support"

--- 29 unchanged lines hidden ---
78 help
79 Select this option to be able to run qeth devices in layer 2 mode.
80 To compile as a module, choose M. The module name is qeth_l2.
81 If unsure, choose y.
82
83config QETH_L3
84 def_tristate y
85 prompt "qeth layer 3 device support"

--- 29 unchanged lines hidden ---